summaryrefslogtreecommitdiff
path: root/Lib/rlcompleter.py
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.5Yury Selivanov2016-02-041-4/+8
|\
| * Issue #25660: Fix a unittest and rlcompleter when readline isn't availableYury Selivanov2016-02-041-4/+8
* | Merge 3.5 (issue #25660)Yury Selivanov2016-02-041-1/+3
|\ \ | |/
| * Issue #25660: Fix TAB key behaviour in REPL.Yury Selivanov2016-02-041-1/+3
* | Issue #25663: Merge rlcompleter fix from 3.5Martin Panter2015-11-241-2/+5
|\ \ | |/
| * Issue #25663: Make rlcompleter avoid duplicate global namesMartin Panter2015-11-231-2/+5
* | Issue #25590: Complete attribute names even if they are not yet createdMartin Panter2015-11-131-3/+5
* | Issue #25590: Merge rlcompleter getattr change from 3.5Martin Panter2015-11-131-3/+5
|\ \ | |/
| * Issue #25590: Make rlcompleter only call getattr() once per attributeMartin Panter2015-11-131-7/+10
* | Issue #25011: rlcomplete now omits private and special attribute names unlessSerhiy Storchaka2015-09-271-10/+25
* | Issue #25209: rlcomplete now can add a space or a colon after completed keyword.Serhiy Storchaka2015-09-271-0/+6
|/
* Issue #23441: rcompleter now prints a tab character instead of displayingBerker Peksag2015-07-281-0/+6
* #18705: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* | Fix whitespaceAntoine Pitrou2013-07-311-1/+0
* | Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-311-0/+6
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
|/
* 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