summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/AutoComplete.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18409: Idle: add unittest for AutoComplete. Patch by Phil Webster.Terry Jan Reedy2014-06-041-0/+5
* Issue #18988: The "Tab" key now works when a word is already autocompleted.Serhiy Storchaka2013-09-111-6/+3
* #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
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-9/+9
* 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
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-3/+2
* Assume that the user knows when he wants to end the line; don't insertKurt B. Kaiser2007-10-041-1/+1
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-0/+226