1. d864407 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 12 years ago
  2. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  3. 095c119 Merged revisions 65168 via svnmerge from by Benjamin Peterson · 16 years ago
  4. bebfbe2 finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) by Benjamin Peterson · 16 years ago
  5. f385485 fix regression from merge error in rlcompletor by Benjamin Peterson · 16 years ago
  6. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  8. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  9. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  10. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  11. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  12. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  13. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  14. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  15. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  16. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  17. dbab3e3 Add namespace selection for rlcompleter. Closes SF patch 490026. by Neil Schemenauer · 22 years ago
  18. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  19. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  20. 46bd9a6 Do not expose __builtins__ name as a completion; this is an implementation by Fred Drake · 24 years ago
  21. 768d227 Oops. Remove some garbage from the doc string that was accidentally by Guido van Rossum · 25 years ago
  22. 4e20de5 Patch by Michael Hudson: when the object of attribute expansion is a by Guido van Rossum · 25 years ago
  23. d458faa In completer(), return None instead of raising an IndexError when by Guido van Rossum · 26 years ago
  24. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  25. 12f86ad Removed some unneeded imports, moved others around. by Guido van Rossum · 27 years ago
  26. 2781fbe Word completion for the new readline.set_completer() function. by Guido van Rossum · 27 years ago