Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27171: Fix typos in documentation, code comments, and tests | Martin Panter | 2016-06-02 | 1 | -1/+1 |
| | |||||
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 1 | -2/+10 |
| | | | | Patch by Saimadhav Heblikar | ||||
* | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 1 | -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 Serwy | 2013-03-31 | 1 | -2/+3 |
| | | | | exception. | ||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -8/+23 |
| | | | | absolute imports. | ||||
* | #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains ↵ | Florent Xicluna | 2010-04-01 | 1 | -9/+10 |
| | | | | a double-quote. | ||||
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Fixes issues 3883 and 5194 | Ronald Oussoren | 2009-03-04 | 1 | -1/+2 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -4/+4 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -4/+4 |
| | |||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | |||||
* | Patch #1672481: fix bug in idlelib.MultiCall. | Georg Brandl | 2007-03-06 | 1 | -0/+2 |
| | |||||
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -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 |