summaryrefslogtreecommitdiff
path: root/Lib/rlcompleter.py
Commit message (Expand)AuthorAgeFilesLines
* Remove a use of callable() to silence the warning triggered under -3.Brett Cannon2008-08-011-1/+1
* Issue 3396. Fixed the autocompletion of 'int.', and workedFacundo Batista2008-07-211-6/+11
* Issue #449227: Now with the rlcompleter module, callable objects areFacundo Batista2008-07-021-6/+14
* - #2250: Exceptions raised during evaluation of names in rlcompleter'sGeorg Brandl2008-05-111-1/+4
* #2220: handle matching failure more gracefully.Georg Brandl2008-03-061-1/+1
* Patch #1472854: make the rlcompleter.Completer class usable on non-Georg Brandl2006-04-301-2/+6
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* Remove uses of the string and types modules:Walter Dörwald2002-06-031-2/+2
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-021-2/+2
* Whitespace normalization.Tim Peters2002-04-161-2/+2
* Add namespace selection for rlcompleter. Closes SF patch 490026.Neil Schemenauer2002-03-231-12/+40
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+2
* 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