summaryrefslogtreecommitdiff
path: root/Lib/rlcompleter.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #14411: remove outdated comment in rlcompleter docstring.Georg Brandl2012-03-271-20/+16
* Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-1/+1
* Merged revisions 65168 via svnmerge fromBenjamin Peterson2008-07-211-6/+11
* finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou)Benjamin Peterson2008-07-051-1/+1
* fix regression from merge error in rlcompletorBenjamin Peterson2008-07-051-1/+1
* Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-...Benjamin Peterson2008-07-021-7/+15
* Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ...Alexandre Vassalotti2008-05-161-1/+4
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+6
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-6/+0
* 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