cpython/Lib/idlelib
Ezio Melotti ac3dfc63b5 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. 2014-02-15 13:01:08 +02:00
..
Icons Issue #20406: Use Python application icons for Idle window title bars. 2014-02-08 09:39:51 -05:00
idle_test #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. 2014-02-15 13:01:08 +02:00
AutoComplete.py Issue #18988: The "Tab" key now works when a word is already autocompleted. 2013-09-11 22:49:06 +03:00
AutoCompleteWindow.py Issue #18988: The "Tab" key now works when a word is already autocompleted. 2013-09-11 22:49:06 +03:00
AutoExpand.py
Bindings.py Issue #7136: In the Idle File menu, "New Window" is renamed "New File". 2013-07-01 00:42:44 -04:00
CREDITS.txt
CallTipWindow.py Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now 2014-01-21 21:12:13 -05:00
CallTips.py Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. 2014-01-26 19:55:07 -05:00
ChangeLog
ClassBrowser.py
CodeContext.py
ColorDelegator.py #17613: Prevent traceback when removing syntax colorizer in IDLE. 2013-04-07 12:41:16 -05:00
Debugger.py Idlelib: silence two buildbot Deprecation Warnings with better code. 2014-01-28 23:13:35 -05:00
Delegator.py Issue #18189: add test_delegator for Idle Delegator class. 2013-06-30 18:36:53 -04:00
EditorWindow.py Issue #17390: Add Python version to Idle editor window title bar. 2014-01-23 00:36:37 -05:00
FileList.py
FormatParagraph.py Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. 2013-08-10 16:56:20 -04:00
GrepDialog.py Issue #18316: Update idlelib 2.7 except clauses to ease backports. 2013-06-29 00:59:34 -04:00
HISTORY.txt
HyperParser.py Issue #16819: IDLE method completion now correctly works for unicode literals. 2013-01-01 22:27:45 +02:00
IOBinding.py backport #19426 2013-10-29 15:27:14 -04:00
IdleHistory.py Issue #18732: Remove unused* parameter output_sep from IdleHistory.History 2013-08-15 16:19:07 -04:00
MultiCall.py #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an exception. 2013-03-31 15:53:08 -05:00
MultiStatusBar.py
NEWS.txt Issue #17390: Display Python version on Idle title bar. Patch by Edmond Burnett. 2013-03-30 18:50:43 -04:00
ObjectBrowser.py
OutputWindow.py Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu 2012-11-01 22:39:14 +02:00
ParenMatch.py
PathBrowser.py Issue #15392: Create a unittest framework for IDLE, 2.7 version. 2013-05-30 14:47:33 -04:00
Percolator.py
PyParse.py
PyShell.py Issue #20406: Use Python application icons for Idle window title bars. 2014-02-08 09:39:51 -05:00
README.txt
RemoteDebugger.py
RemoteObjectBrowser.py
ReplaceDialog.py close search and replace dialog after it is used (closes #17625) 2013-04-03 22:35:12 -04:00
RstripExtension.py Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by 2013-07-13 02:34:35 -04:00
ScriptBinding.py Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'. 2013-08-04 15:39:56 -04:00
ScrolledList.py
SearchDialog.py #17511: Keep IDLE find dialog open after clicking "Find Next". 2013-06-10 23:01:20 -05:00
SearchDialogBase.py Issue #18592: whitespace 2013-08-18 18:27:02 -04:00
SearchEngine.py Idlelib: silence two buildbot Deprecation Warnings with better code. 2014-01-28 23:13:35 -05:00
StackViewer.py
TODO.txt
ToolTip.py
TreeWidget.py
UndoDelegator.py
WidgetRedirector.py
WindowList.py
ZoomHeight.py
__init__.py
aboutDialog.py #17657: Show full Tk version in IDLE's about dialog. 2013-04-08 20:57:13 -05:00
config-extensions.def Issue #14997: disable <F5> in idle shell window. 2012-10-04 22:52:07 +03:00
config-highlight.def
config-keys.def
config-main.def
configDialog.py Issue #17721: Remove non-functional configuration dialog help button until we 2014-01-26 22:24:17 -05:00
configHandler.py Issue #16511: Use default IDLE width and height if config param is not valid. 2012-12-24 13:17:59 +02:00
configHelpSourceEdit.py
configSectionNameDialog.py Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. 2013-06-05 14:24:42 -04:00
dynOptionMenuWidget.py
extend.txt Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, 2013-03-11 17:56:17 -04:00
help.txt Issue #7136: In the Idle File menu, "New Window" is renamed "New File". 2013-07-01 00:42:44 -04:00
idle.bat
idle.py
idle.pyw
idlever.py 2.7.6 final 2013-11-10 02:36:30 -05:00
keybindingDialog.py
macosxSupport.py Issue #14018: Update the OS X IDLE Tcl/Tk warning check to include 2012-07-30 03:28:22 -07:00
rpc.py #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. 2013-03-31 00:57:16 -05:00
run.py Issue #18316: Update idlelib 2.7 except clauses to ease backports. 2013-06-29 00:59:34 -04:00
tabbedpages.py
testcode.py
textView.py Issue 964437 Make IDLE help window non-modal. 2012-02-05 15:10:55 -05:00

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, 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