Index of /www001/src/ports/textproc/py-expat/work/Python-2.3.4/Lib/idlelib
Name Last modified Size Description
Parent Directory 26-May-2004 23:23 -
AutoExpand.py 03-Jan-2003 17:43 2k
Bindings.py 11-Jun-2003 21:03 3k
CREDITS.txt 15-Jul-2003 20:10 2k
CallTipWindow.py 31-Dec-2002 07:59 3k
CallTips.py 23-Jul-2003 08:42 7k
ChangeLog 11-Jun-2003 20:57 55k
ClassBrowser.py 19-Jan-2003 20:49 6k
ColorDelegator.py 09-Jul-2003 11:48 9k
Debugger.py 09-May-2003 17:09 15k
Delegator.py 12-Jul-2001 17:10 1k
EditorWindow.py 22-Sep-2003 07:56 51k
FileList.py 06-Jun-2003 14:58 4k
FormatParagraph.py 15-Sep-2002 19:22 5k
GrepDialog.py 06-Jun-2003 20:21 4k
HISTORY.txt 13-Jun-2003 19:51 10k
IOBinding.py 24-Nov-2003 21:06 20k
Icons/ 26-May-2004 23:22 -
IdleHistory.py 16-Sep-2002 15:09 3k
MultiStatusBar.py 09-Jul-2003 11:48 1k
NEWS.txt 26-May-2004 22:59 14k
ObjectBrowser.py 16-Sep-2002 15:16 4k
OutputWindow.py 09-Jul-2003 11:48 4k
ParenMatch.py 16-May-2003 20:51 7k
PathBrowser.py 13-Jul-2001 12:57 3k
Percolator.py 09-Jul-2003 11:48 3k
PyParse.py 16-Sep-2002 20:55 18k
PyShell.py 29-Mar-2004 20:06 45k
RemoteDebugger.py 11-May-2003 19:33 11k
RemoteObjectBrowser.py 26-May-2002 06:36 1k
ReplaceDialog.py 17-Sep-2002 19:56 5k
ScriptBinding.py 04-Jun-2003 19:38 7k
ScrolledList.py 13-Jul-2001 18:23 4k
SearchDialog.py 05-Nov-2002 18:18 2k
SearchDialogBase.py 20-Nov-2002 19:02 4k
SearchEngine.py 17-Sep-2002 20:14 7k
StackViewer.py 01-Dec-2002 21:08 4k
TODO.txt 31-May-2003 18:11 8k
ToolTip.py 17-Sep-2002 20:17 3k
TreeWidget.py 09-Jul-2003 11:48 15k
UndoDelegator.py 30-Nov-2002 11:04 10k
WidgetRedirector.py 09-Jul-2003 11:48 2k
WindowList.py 06-Jun-2003 14:58 2k
ZoomHeight.py 31-Dec-2002 07:59 1k
__init__.py 11-Jun-2003 20:55 1k
aboutDialog.py 28-Oct-2003 13:58 7k
buildapp.py 26-May-2003 15:20 1k
config-extensions.def 15-Jul-2003 20:10 2k
config-highlight.def 17-May-2003 19:21 2k
config-keys.def 29-Mar-2004 20:06 5k
config-main.def 08-Aug-2003 20:10 2k
configDialog.py 09-Jul-2003 11:48 54k
configHandler.py 29-Mar-2004 20:06 26k
configHelpSourceEdit.py 26-Jan-2003 18:36 6k
configSectionNameDia..> 14-Jan-2003 14:03 4k
dynOptionMenuWidget.py 31-Dec-2002 08:03 1k
extend.txt 15-Jul-2003 20:10 4k
help.txt 15-Jul-2003 20:10 8k
idle 24-May-2003 14:01 1k
idle.bat 03-Jul-2001 20:15 1k
idle.py 24-May-2003 14:01 1k
idle.pyw 24-May-2003 14:01 1k
idlever.py 12-May-2004 22:34 1k
keybindingDialog.py 29-Mar-2004 20:07 12k
rpc.py 05-Jun-2003 16:51 21k
run.py 23-Nov-2003 18:34 9k
tabpage.py 31-Dec-2002 08:03 4k
testcode.py 03-Jul-2001 20:15 1k
textView.py 11-Jun-2003 21:20 3k
IDLE is Python's Tkinter-based Integrated DeveLopment Environment.
IDLE emphasizes a lightweight, clean design with a simple user interface.
Although it is suitable for beginners, even advanced users will find that
IDLE has everything they really need to develop pure Python code.
IDLE features a multi-window text editor with multiple undo, Python colorizing,
and many other capabilities, e.g. smart indent, call tips, and autocompletion.
The editor has comprehensive search functions, including searching through
multiple files. Class browsers and path browsers provide fast access to
code objects from a top level viewpoint without dealing with code folding.
There is a Python Shell window which features colorizing and command recall.
IDLE executes Python code in a separate process, which is restarted for each
Run (F5) initiated from an editor window. The environment can also be
restarted from the Shell window without restarting IDLE.
This enhancement has often been requested, and is now finally available. The
magic "reload/import *" incantations are no longer required when editing and
testing a module two or three steps down the import chain.
(Personal firewall software may warn about the connection IDLE makes to its
subprocess using this computer's internal loopback interface. This connection
is not visible on any external interface and no data is sent to or received
from the Internet.)
It is possible to interrupt tightly looping user code, even on Windows.
Applications which cannot support subprocesses and/or sockets can still run
IDLE in a single process.
IDLE has an integrated debugger with stepping, persistent breakpoints, and call
stack visibility.
There is a GUI configuration manager which makes it easy to select fonts,
colors, keybindings, and startup options. This facility includes a feature
which allows the user to specify additional help sources, either locally or on
the web.
IDLE is coded in 100% pure Python, using the Tkinter GUI toolkit (Tk/Tcl)
and is cross-platform, working on Unix, Mac, and Windows.
IDLE accepts command line arguments. Try idle -h to see the options.
If you find bugs or have suggestions, let us know about them by using the
Python Bug Tracker:
http://sourceforge.net/projects/python
Patches are always appreciated at the Python Patch Tracker, and change
requests should be posted to the RFE Tracker.
For further details and links, read the Help files and check the IDLE home
page at
http://www.python.org/idle/
There is a mail list for IDLE: idle-dev@python.org. You can join at
http://mail.python.org/mailman/listinfo/idle-dev