summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/AutoComplete.py
Commit message (Collapse)AuthorAgeFilesLines
* #13933 refine patch using 'new' builtinTerry Jan Reedy2012-02-051-4/+2
|
* Issue #13933: IDLE auto-complete did not work with some importedNed Deily2012-02-041-2/+2
| | | | module, like hashlib. (Patch by Roger Serwy)
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-9/+9
| | | | absolute imports.
* 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