cpython/Tools/idle
Guido van Rossum 32465f4148 A few icons used by ../TreeWidget.py and its callers. 1999-06-01 15:04:51 +00:00
..
Icons A few icons used by ../TreeWidget.py and its callers. 1999-06-01 15:04:51 +00:00
AutoExpand.py
AutoIndent.py New version by Tim Peters improves block opening test. 1999-06-01 15:03:30 +00:00
Bindings.py Remove obsolete 'script' menu. 1999-04-22 23:09:23 +00:00
ChangeLog Tim Peters strikes again: 1999-04-26 22:20:38 +00:00
ClassBrowser.py # TODO entries changed 1999-04-08 20:28:42 +00:00
ColorDelegator.py Tim Peters strikes again: 1999-04-26 22:20:38 +00:00
Debugger.py
Delegator.py
EditorWindow.py Much improved autoindent and handling of tabs, 1999-05-21 04:38:27 +00:00
FileList.py
FormatParagraph.py Tim Peters writes: 1999-05-03 15:49:52 +00:00
FrameViewer.py
GrepDialog.py
IOBinding.py
IdleHistory.py
IdlePrefs.py Restored the original IDLE color scheme. 1999-04-20 15:58:29 +00:00
MultiScrolledLists.py
NEWS.txt New version. 1999-04-07 18:41:59 +00:00
OutputWindow.py Moved classes OnDemandOutputWindow and PseudoFile here, 1999-04-22 22:28:42 +00:00
PathBrowser.py Avoid listing files more than once (e.g. foomodule.so has two hits: 1999-04-30 15:14:05 +00:00
Percolator.py
PyShell.py Rename History to IdleHistory. 1999-05-21 04:46:17 +00:00
README.txt New version. 1999-04-07 18:41:59 +00:00
ReplaceDialog.py
ScriptBinding.py Mostly rewritten. Instead of the old Run module and Debug module, 1999-04-22 22:27:40 +00:00
ScrolledList.py
SearchBinding.py
SearchDialog.py
SearchDialogBase.py
SearchEngine.py Patch by Mark Favas: it fixes the search engine behaviour where an 1999-04-20 15:00:00 +00:00
Separator.py
StackViewer.py Make initial stack viewer wider 1999-05-21 04:45:45 +00:00
TODO.txt New wishes 1999-05-21 04:45:20 +00:00
UndoDelegator.py Tim Peters writes: 1999-05-03 15:49:52 +00:00
WidgetRedirector.py Tim Peters writes: 1999-05-03 15:38:56 +00:00
WindowList.py
ZoomHeight.py Use only the height to decide whether to zoom in or out. 1999-01-29 20:44:45 +00:00
__init__.py Support for using idle as a package. 1999-04-30 19:39:25 +00:00
eventparse.py
extend.py
extend.txt For an event 'foo-bar', the corresponding method must be called 1999-04-20 17:32:52 +00:00
help.txt Bunch of updates necessary due to recent changes; added docs for File 1999-04-22 23:20:17 +00:00
idle.bat
idle.py
idle.pyw
idlever.py New version to celebrate new command line 1999-04-22 20:50:52 +00:00
keydefs.py
tabnanny.py
testcode.py

README.txt

IDLE 0.4 - 7 April 1999
-----------------------

For news about this release, see the file NEWS.txt.  (For a more
detailed change log, see the file ChangeLog.)

This is an early release of IDLE, my own attempt at a Tkinter-based
IDE for Python.  It has the following features:

- 100% pure Python
- multi-window text editor with multiple undo and Python colorizing
- Python shell (a.k.a. interactive interpreter) window subclass
- debugger (not complete, but you can set breakpoints and step)
- works on Windows and Unix (probably works on Mac too)

The main program is in the file "idle"; on Windows you can use idle.pyw
to avoid popping up a DOS console.  Any arguments passed are interpreted
as files that will be opened for editing.

IDLE requires Python 1.5.2, so it is currently only usable with the
Python 1.5.2 distribution (luckily, IDLE is bundled with Python
1.5.2).

Please send feedback to the Python newsgroup, comp.lang.python, and cc
me <guido@python.org>.

--Guido van Rossum (home page: http://www.python.org/~guido/)