Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
4c8b1c7a590f42511324a8860d5f5eb79c5ac716
/
Lib
/
rlcompleter.py
52597be
Remove a use of callable() to silence the warning triggered under -3.
by Brett Cannon
· 16 years ago
f3f6759
Issue 3396. Fixed the autocompletion of 'int.', and worked
by Facundo Batista
· 16 years ago
66c5277
Issue #449227: Now with the rlcompleter module, callable objects are
by Facundo Batista
· 16 years ago
627a666
- #2250: Exceptions raised during evaluation of names in rlcompleter's
by Georg Brandl
· 17 years ago
4286138
#2220: handle matching failure more gracefully.
by Georg Brandl
· 17 years ago
3583cff
Patch #1472854: make the rlcompleter.Completer class usable on non-
by Georg Brandl
· 19 years ago
f0dfc7a
Fix a bunch of typos in documentation, docstrings and comments.
by Walter Dörwald
· 21 years ago
65230a2
Remove uses of the string and types modules:
by Walter Dörwald
· 22 years ago
e0d4972
Replaced .keys() with dictionary iterators
by Raymond Hettinger
· 22 years ago
863ac44
Whitespace normalization.
by Tim Peters
· 23 years ago
dbab3e3
Add namespace selection for rlcompleter. Closes SF patch 490026.
by Neil Schemenauer
· 23 years ago
0de6580
bunch more __all__ lists
by Skip Montanaro
· 24 years ago
7e47402
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
by Thomas Wouters
· 24 years ago
46bd9a6
Do not expose __builtins__ name as a completion; this is an implementation
by Fred Drake
· 24 years ago
768d227
Oops. Remove some garbage from the doc string that was accidentally
by Guido van Rossum
· 25 years ago
4e20de5
Patch by Michael Hudson: when the object of attribute expansion is a
by Guido van Rossum
· 25 years ago
d458faa
In completer(), return None instead of raising an IndexError when
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
12f86ad
Removed some unneeded imports, moved others around.
by Guido van Rossum
· 27 years ago
2781fbe
Word completion for the new readline.set_completer() function.
by Guido van Rossum
· 27 years ago