summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/AutoComplete.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-2/+2
|
* Autocompletion of filenames now support alternate separators, e.g. theKurt B. Kaiser2008-04-271-2/+6
| | | | '/' char on Windows. Patch 2061 Tal Einat.
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-3/+2
| | | | Thanks to Wummel for the patch
* Assume that the user knows when he wants to end the line; don't insertKurt B. Kaiser2007-10-041-1/+1
| | | | something he didn't select or complete.
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-0/+226
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