Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -6/+6 |
| | | | | absolute imports. | ||||
* | #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains ↵ | Florent Xicluna | 2010-04-01 | 1 | -4/+2 |
| | | | | a double-quote. | ||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
| | |||||
* | Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. | Kurt B. Kaiser | 2008-04-27 | 1 | -7/+12 |
| | |||||
* | Assume that the user knows when he wants to end the line; don't insert | Kurt B. Kaiser | 2007-10-04 | 1 | -14/+3 |
| | | | | something he didn't select or complete. | ||||
* | Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; | Kurt B. Kaiser | 2007-02-08 | 1 | -17/+25 |
| | | | | | | mouse and cursor selection in ACWindow implemented; double Tab inserts current selection and closes ACW (similar to double-click and Return); scroll wheel now works in ACW. Added AutoComplete instructions to IDLE Help. | ||||
* | [ 1621265 ] Auto-completion list placement | Kurt B. Kaiser | 2007-02-07 | 1 | -6/+15 |
| | | | | | Move AC window below input line unless not enough space, then put it above. Patch: Tal Einat | ||||
* | 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. | Kurt B. Kaiser | 2006-12-15 | 1 | -1/+4 |
| | | | | | | | 2. Duplicate some old entries from Python's NEWS to IDLE's NEWS.txt M AutoCompleteWindow.py M NEWS.txt | ||||
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -0/+393 |
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 |