GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
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