summaryrefslogtreecommitdiffstats
path: root/Lib/rlcompleter.py
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* Do not expose __builtins__ name as a completion; this is an implementationFred Drake2000-05-311-2/+2
* Oops. Remove some garbage from the doc string that was accidentallyGuido van Rossum1999-11-091-12/+0
* Patch by Michael Hudson: when the object of attribute expansion is aGuido van Rossum1999-10-261-3/+26
* In completer(), return None instead of raising an IndexError whenGuido van Rossum1998-06-121-1/+4
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-49/+49
* Removed some unneeded imports, moved others around.Guido van Rossum1997-10-221-4/+2
* Word completion for the new readline.set_completer() function.Guido van Rossum1997-09-261-0/+108