1. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  2. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 19 years ago
  3. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  4. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  5. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  6. 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
  7. dbab3e3 Add namespace selection for rlcompleter. Closes SF patch 490026. by Neil Schemenauer · 23 years ago
  8. 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
  9. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  10. 46bd9a6 Do not expose __builtins__ name as a completion; this is an implementation by Fred Drake · 24 years ago
  11. 768d227 Oops. Remove some garbage from the doc string that was accidentally by Guido van Rossum · 25 years ago
  12. 4e20de5 Patch by Michael Hudson: when the object of attribute expansion is a by Guido van Rossum · 25 years ago
  13. d458faa In completer(), return None instead of raising an IndexError when by Guido van Rossum · 26 years ago
  14. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  15. 12f86ad Removed some unneeded imports, moved others around. by Guido van Rossum · 27 years ago
  16. 2781fbe Word completion for the new readline.set_completer() function. by Guido van Rossum · 27 years ago