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.
 
 
 
 
 
 
Georg Brandl afe05bd494 Bump version to 3.2.3rc1. 14 years ago
..
Icons Added icon for IDLE on OS X 23 years ago
AutoComplete.py #13933 refine patch using 'new' builtin 14 years ago
AutoCompleteWindow.py Tkinter, step 2: adapt imports. 18 years ago
AutoExpand.py M AutoExpand.py 23 years ago
Bindings.py #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. 15 years ago
CREDITS.txt Merged revisions 71812 via svnmerge from 17 years ago
CallTipWindow.py Tkinter, step 2: adapt imports. 18 years ago
CallTips.py Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 18 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 #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. 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 964437 Make IDLE help window non-modal. 14 years ago
FileList.py Fix for issue #10107: Without this patch IDLE on OSX doesn't warn about unsaved files when quitting. 15 years ago
FormatParagraph.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
GrepDialog.py Tkinter, step 2: adapt imports. 18 years ago
HISTORY.txt #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
HyperParser.py Switch to absolute imports to support direct execution of modules. Many 19 years ago
IOBinding.py Issue #12590: IDLE editor window now always displays the first line 15 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 from 3.1 15 years ago
ObjectBrowser.py Tkinter, step 2: adapt imports. 18 years ago
OutputWindow.py Merged revisions 72227 via svnmerge from 17 years ago
ParenMatch.py Switch to absolute imports to support direct execution of modules. Many 19 years ago
PathBrowser.py Switch to absolute imports to support direct execution of modules. Many 19 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 18 years ago
PyShell.py whitespace 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 #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. 15 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 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter 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
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 11052: Correct IDLE menu accelerators on Mac OS X for Save 15 years ago
config-main.def Closes #12291: Fixed bug which was found when doing multiple loads from one stream. 15 years ago
configDialog.py #6528 None, True, False are keywords in 3.x. Patch by Roger Serwy. 14 years ago
configHandler.py Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from 17 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 #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
help.txt Recorded merge of revisions 68153 via svnmerge from 17 years ago
idle.bat Issue #6378: Further adjust idle.bat to start associated Python 15 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.2.3rc1. 14 years ago
keybindingDialog.py Use of 'filter' in keybindingDialog.py was causing 17 years ago
macosxSupport.py #11565: Merge with 3.1. 15 years ago
rpc.py Closes #13258: Use callable() built-in in the standard library. 14 years ago
run.py Merged revisions 74446-74449 via svnmerge from 17 years ago
tabbedpages.py Tkinter, step 2: adapt imports. 18 years ago
testcode.py Initial revision 26 years ago
textView.py Issue 964437 Make IDLE help window non-modal. 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