index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
rlcompleter.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2/+6
*
Get rid of a bunch more raw_input references
Neal Norwitz
2006-03-17
1
-6/+0
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
1
-1/+1
*
Remove uses of the string and types modules:
Walter Dörwald
2002-06-03
1
-2/+2
*
Replaced .keys() with dictionary iterators
Raymond Hettinger
2002-06-02
1
-2/+2
*
Whitespace normalization.
Tim Peters
2002-04-16
1
-2/+2
*
Add namespace selection for rlcompleter. Closes SF patch 490026.
Neil Schemenauer
2002-03-23
1
-12/+40
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0/+2
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
Do not expose __builtins__ name as a completion; this is an implementation
Fred Drake
2000-05-31
1
-2/+2
*
Oops. Remove some garbage from the doc string that was accidentally
Guido van Rossum
1999-11-09
1
-12/+0
*
Patch by Michael Hudson: when the object of attribute expansion is a
Guido van Rossum
1999-10-26
1
-3/+26
*
In completer(), return None instead of raising an IndexError when
Guido van Rossum
1998-06-12
1
-1/+4
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-49/+49
*
Removed some unneeded imports, moved others around.
Guido van Rossum
1997-10-22
1
-4/+2
*
Word completion for the new readline.set_completer() function.
Guido van Rossum
1997-09-26
1
-0/+108