cpython/Lib/idlelib
Terry Jan Reedy 1d9b9215f0 Issue #17721: Remove non-functional configuration dialog help button until we
make it actually gives some help when clicked. Patch by Guilherme Simões.
2014-01-26 22:24:17 -05:00
..
Icons
idle_test Idlelib.calltips: add test of starred first parameters. They should not be 2014-01-26 21:34:25 -05: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 Produce correct version string to access the .chm 2009-04-23 02:36:01 +00:00
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 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
CodeContext.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
ColorDelegator.py #17613: Prevent traceback when removing syntax colorizer in IDLE. 2013-04-07 12:41:16 -05:00
Debugger.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00: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 Merged revisions 87119 via svnmerge from 2010-12-07 16:02:59 +00:00
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 #11515: fix several typos. Patch by Piotr Kasprzyk. 2011-03-15 18:55:01 +02:00
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 replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00
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 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
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 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
PathBrowser.py Issue #15392: Create a unittest framework for IDLE, 2.7 version. 2013-05-30 14:47:33 -04:00
Percolator.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
PyParse.py
PyShell.py Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. 2013-12-25 14:24:17 +02:00
README.txt
RemoteDebugger.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
RemoteObjectBrowser.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
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 Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
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 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. 2013-08-31 16:27:08 -04:00
StackViewer.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
TODO.txt
ToolTip.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
TreeWidget.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
UndoDelegator.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
WidgetRedirector.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
WindowList.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
ZoomHeight.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
__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 Merged revisions 88236 via svnmerge from 2011-01-29 19:30:39 +00:00
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 Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
configSectionNameDialog.py Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog. 2013-06-05 14:24:42 -04:00
dynOptionMenuWidget.py Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
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: #6378: Further adjust idle.bat to start associated Python 2011-05-25 22:36:51 -04:00
idle.py idle.py modified and simplified to better support 2009-05-03 01:03:44 +00:00
idle.pyw
idlever.py 2.7.6 final 2013-11-10 02:36:30 -05:00
keybindingDialog.py #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. 2010-04-02 07:24:52 +00:00
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 Tkinter rename reversal: remove tkinter package, adapt imports and docs. 2008-05-20 07:13:37 +00:00
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