summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/MultiCall.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #27171: Fix typos in documentation, code comments, and testsMartin Panter2016-06-021-1/+1
|
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-2/+10
| | | | Patch by Saimadhav Heblikar
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-2/+1
| | | | non-framework builds and for all variants of Tk.
* #8900: Using keyboard shortcuts in IDLE to open a file no longer raises an ↵Roger Serwy2013-03-311-2/+3
| | | | exception.
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-8/+23
| | | | absolute imports.
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains ↵Florent Xicluna2010-04-011-9/+10
| | | | a double-quote.
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-1/+1
|
* Fixes issues 3883 and 5194Ronald Oussoren2009-03-041-1/+2
|
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-4/+4
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-4/+4
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
|
* Patch #1672481: fix bug in idlelib.MultiCall.Georg Brandl2007-03-061-0/+2
|
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-0/+404
A idlelib/AutoCompleteWindow.py A idlelib/AutoComplete.py A idlelib/HyperParser.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/configDialog.py M idlelib/EditorWindow.py M idlelib/PyParse.py M idlelib/CallTips.py M idlelib/CallTipWindow.py M idlelib/run.py M idlelib/config-extensions.def A idlelib/MultiCall.py