You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin v. Löwis 099414875b merge 3.2 14 years ago
..
Icons Added icon for IDLE on OS X 23 years ago
AutoComplete.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
AutoCompleteWindow.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
AutoExpand.py M AutoExpand.py 23 years ago
Bindings.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
CREDITS.txt Merged revisions 71812 via svnmerge from 17 years ago
CallTipWindow.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
CallTips.py Issue 12510: Delete actual first param name for all methods; revise tests. 14 years ago
ChangeLog [ 1243081 ] repair typos 21 years ago
ClassBrowser.py Switch to absolute imports to support direct execution of modules. Many 19 years ago
CodeContext.py Tkinter, step 2: adapt imports. 18 years ago
ColorDelegator.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
Debugger.py Tkinter, step 2: adapt imports. 18 years ago
Delegator.py Conform to py3k dict.{keys, items, values} with some advice from 2b3 19 years ago
EditorWindow.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
FileList.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
FormatParagraph.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
GrepDialog.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
HISTORY.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
HyperParser.py Switch to absolute imports to support direct execution of modules. Many 19 years ago
IOBinding.py Issue #4832: Modify IDLE to save files with .py extension by 14 years ago
IdleHistory.py Switch to absolute imports to support direct execution of modules. Many 19 years ago
MultiCall.py Fix for issue5194, based on a patch by Ned Deily. 17 years ago
MultiStatusBar.py Tkinter, step 2: adapt imports. 18 years ago
NEWS.txt merge 3.2 14 years ago
ObjectBrowser.py Tkinter, step 2: adapt imports. 18 years ago
OutputWindow.py Issue #7163: Propagate return value of sys.stdout.write. 14 years ago
ParenMatch.py Switch to absolute imports to support direct execution of modules. Many 19 years ago
PathBrowser.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
Percolator.py Tkinter, step 2: adapt imports. 18 years ago
PyParse.py Fix an issue with str.translate() in IDLE -- str.translate() only accepts 19 years ago
PyShell.py merge 3.2 14 years ago
README.txt Updated tracker link. 19 years ago
RemoteDebugger.py Merged revisions 60990-61002 via svnmerge from 18 years ago
RemoteObjectBrowser.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ReplaceDialog.py Tkinter, step 2: adapt imports. 18 years ago
RstripExtension.py Issue 5150: Add rstrip() menu option to IDLE. 17 years ago
ScriptBinding.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ScrolledList.py Tkinter, step 2: adapt imports. 18 years ago
SearchDialog.py Tkinter, step 2: adapt imports. 18 years ago
SearchDialogBase.py Tkinter, step 2: adapt imports. 18 years ago
SearchEngine.py Tkinter, step 2: adapt imports. 18 years ago
StackViewer.py Tkinter, step 2: adapt imports. 18 years ago
TODO.txt Update for release 23 years ago
ToolTip.py Tkinter, step 2: adapt imports. 18 years ago
TreeWidget.py Tkinter, step 2: adapt imports. 18 years ago
UndoDelegator.py Tkinter, step 2: adapt imports. 18 years ago
WidgetRedirector.py Tkinter, step 2: adapt imports. 18 years ago
WindowList.py #4455: IDLE failed to display the windows list when two windows have the same title. 17 years ago
ZoomHeight.py Switch to absolute imports to support direct execution of modules. Many 19 years ago
__init__.py It /is/ a package... 23 years ago
__main__.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
aboutDialog.py Tkinter, step 2: adapt imports. 18 years ago
config-extensions.def Issue 5150: Add rstrip() menu option to IDLE. 17 years ago
config-highlight.def 1. Make builtin foreground Royal Purple instead of Barney Purple. 22 years ago
config-keys.def Issue #13590: Improve support for OS X Xcode 4: 14 years ago
config-main.def Issue #13590: Improve support for OS X Xcode 4: 14 years ago
configDialog.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
configHandler.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
configHelpSourceEdit.py Tkinter, step 2: adapt imports. 18 years ago
configSectionNameDialog.py Tkinter, step 2: adapt imports. 18 years ago
dynOptionMenuWidget.py Tkinter, step 2: adapt imports. 18 years ago
extend.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
help.txt Recorded merge of revisions 68153 via svnmerge from 17 years ago
idle.bat Issue #13590: Improve support for OS X Xcode 4: 14 years ago
idle.py Merged revisions 72226 via svnmerge from 17 years ago
idle.pyw Merged revisions 56443-56466 via svnmerge from 19 years ago
idlever.py Bump version to 3.3.0b1. 14 years ago
keybindingDialog.py Use of 'filter' in keybindingDialog.py was causing 17 years ago
macosxSupport.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
rpc.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
run.py merge 3.2 14 years ago
tabbedpages.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago
testcode.py Initial revision 26 years ago
textView.py Issue #13590: Improve support for OS X Xcode 4: 14 years ago

README.txt

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 or patches, let us know about
them by using the Python issue tracker:

http://bugs.python.org

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