Index of /www001/src/ports/textproc/py-expat/work/Python-2.3.4/Lib/idlelib
Name Last modified Size Description
Parent Directory 27-May-2004 02:23 -
ChangeLog 11-Jun-2003 23:57 55k
configDialog.py 09-Jul-2003 14:48 54k
EditorWindow.py 22-Sep-2003 10:56 51k
PyShell.py 29-Mar-2004 23:06 45k
configHandler.py 29-Mar-2004 23:06 26k
rpc.py 05-Jun-2003 19:51 21k
IOBinding.py 25-Nov-2003 00:06 20k
PyParse.py 16-Sep-2002 23:55 18k
Debugger.py 09-May-2003 20:09 15k
TreeWidget.py 09-Jul-2003 14:48 15k
NEWS.txt 27-May-2004 01:59 14k
keybindingDialog.py 29-Mar-2004 23:07 12k
RemoteDebugger.py 11-May-2003 22:33 11k
HISTORY.txt 13-Jun-2003 22:51 10k
UndoDelegator.py 30-Nov-2002 14:04 10k
run.py 23-Nov-2003 21:34 9k
ColorDelegator.py 09-Jul-2003 14:48 9k
TODO.txt 31-May-2003 21:11 8k
help.txt 15-Jul-2003 23:10 8k
CallTips.py 23-Jul-2003 11:42 7k
aboutDialog.py 28-Oct-2003 16:58 7k
ScriptBinding.py 04-Jun-2003 22:38 7k
SearchEngine.py 17-Sep-2002 23:14 7k
ParenMatch.py 16-May-2003 23:51 7k
configHelpSourceEdit.py 26-Jan-2003 21:36 6k
ClassBrowser.py 19-Jan-2003 23:49 6k
FormatParagraph.py 15-Sep-2002 22:22 5k
config-keys.def 29-Mar-2004 23:06 5k
ReplaceDialog.py 17-Sep-2002 22:56 5k
OutputWindow.py 09-Jul-2003 14:48 4k
SearchDialogBase.py 20-Nov-2002 22:02 4k
tabpage.py 31-Dec-2002 11:03 4k
ObjectBrowser.py 16-Sep-2002 18:16 4k
FileList.py 06-Jun-2003 17:58 4k
GrepDialog.py 06-Jun-2003 23:21 4k
ScrolledList.py 13-Jul-2001 21:23 4k
StackViewer.py 02-Dec-2002 00:08 4k
configSectionNameDia..> 14-Jan-2003 17:03 4k
extend.txt 15-Jul-2003 23:10 4k
IdleHistory.py 16-Sep-2002 18:09 3k
textView.py 12-Jun-2003 00:20 3k
ToolTip.py 17-Sep-2002 23:17 3k
CallTipWindow.py 31-Dec-2002 10:59 3k
PathBrowser.py 13-Jul-2001 15:57 3k
Percolator.py 09-Jul-2003 14:48 3k
Bindings.py 12-Jun-2003 00:03 3k
AutoExpand.py 03-Jan-2003 20:43 2k
config-main.def 08-Aug-2003 23:10 2k
WidgetRedirector.py 09-Jul-2003 14:48 2k
WindowList.py 06-Jun-2003 17:58 2k
SearchDialog.py 05-Nov-2002 21:18 2k
config-extensions.def 15-Jul-2003 23:10 2k
CREDITS.txt 15-Jul-2003 23:10 2k
config-highlight.def 17-May-2003 22:21 2k
dynOptionMenuWidget.py 31-Dec-2002 11:03 1k
ZoomHeight.py 31-Dec-2002 10:59 1k
RemoteObjectBrowser.py 26-May-2002 09:36 1k
Delegator.py 12-Jul-2001 20:10 1k
MultiStatusBar.py 09-Jul-2003 14:48 1k
idle.py 24-May-2003 17:01 1k
idle 24-May-2003 17:01 1k
idle.pyw 24-May-2003 17:01 1k
buildapp.py 26-May-2003 18:20 1k
testcode.py 03-Jul-2001 23:15 1k
idle.bat 03-Jul-2001 23:15 1k
__init__.py 11-Jun-2003 23:55 1k
idlever.py 13-May-2004 01:34 1k
Icons/ 27-May-2004 02:22 -
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