0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 16:45:42 +01:00
cpython/Tools/idle
1999-01-09 22:00:10 +00:00
..
AutoExpand.py
AutoIndent.py
Bindings.py Paul Prescod's patches to allow the stack viewer to pop up when a 1999-01-08 15:31:07 +00:00
ClassBrowser.py
ColorDelegator.py
Debugger.py
Delegator.py
EditorWindow.py Allow tearing off of the Windows menu. 1999-01-09 22:00:10 +00:00
eventparse.py
extend.py Added ScriptBinding to standard bindings. 1999-01-09 05:00:59 +00:00
extend.txt
FileList.py
FormatParagraph.py Change paragraph width limit to 70 (like Emacs M-Q). 1999-01-07 00:12:15 +00:00
FrameViewer.py
GrepDialog.py
help.txt Updated a bunch of things (it was mostly still 0.1!) 1999-01-09 21:57:56 +00:00
History.py
idle
idle.bat
idle.pyw
IdleHistory.py
idlever.py
IOBinding.py
keydefs.py
NEWS.txt What's new in this release. 1999-01-08 17:26:02 +00:00
Outline.py
OutputWindow.py
Percolator.py
PyShell.py Paul Prescod's patches to allow the stack viewer to pop up when a 1999-01-08 15:31:07 +00:00
README.txt What's new in this release. 1999-01-08 17:26:02 +00:00
ReplaceDialog.py
ScriptBinding.py This now actually works. See doc string. It can run a module (i.e. 1999-01-09 05:00:17 +00:00
ScrolledList.py
SearchBinding.py
SearchDialog.py
SearchDialogBase.py
SearchEngine.py
StackViewer.py Close on ESC. 1999-01-09 21:58:11 +00:00
tabnanny.py
test.py
TODO.txt Separating TODO from README. 1999-01-07 00:10:00 +00:00
UndoDelegator.py
WidgetRedirector.py
WindowList.py
ZoomHeight.py

IDLE 0.2 - 8 January 1999
-------------------------

For news about this release, see the file NEWS.txt.

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 beta distribution (luckily, IDLE is bundled with Python
1.5.2).

Please send feedback to the Python newsgroup, comp.lang.python.

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