1. ab8d4fb Merge 3.5 by Yury Selivanov · 8 years ago
  2. 46f7785 Issue #25660: Fix a unittest and rlcompleter when readline isn't available by Yury Selivanov · 8 years ago
  3. aecef0d Merge 3.5 (issue #25660) by Yury Selivanov · 8 years ago
  4. a7eae40 Issue #25660: Fix TAB key behaviour in REPL. by Yury Selivanov · 8 years ago
  5. 450c988 Issue #25663: Merge rlcompleter fix from 3.5 by Martin Panter · 9 years ago
  6. ed92910 Issue #25663: Make rlcompleter avoid duplicate global names by Martin Panter · 9 years ago
  7. 6fe3926 Issue #25590: Complete attribute names even if they are not yet created by Martin Panter · 9 years ago
  8. f4ad5f5 Issue #25590: Merge rlcompleter getattr change from 3.5 by Martin Panter · 9 years ago
  9. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 9 years ago
  10. ab82422 Issue #25011: rlcomplete now omits private and special attribute names unless by Serhiy Storchaka · 9 years ago
  11. 8ace8e9 Issue #25209: rlcomplete now can add a space or a colon after completed keyword. by Serhiy Storchaka · 9 years ago
  12. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  13. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  14. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  15. a4617cd Fix whitespace by Antoine Pitrou · 11 years ago
  16. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
  17. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  18. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  19. d864407 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 12 years ago
  20. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  21. 095c119 Merged revisions 65168 via svnmerge from by Benjamin Peterson · 16 years ago
  22. bebfbe2 finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) by Benjamin Peterson · 16 years ago
  23. f385485 fix regression from merge error in rlcompletor by Benjamin Peterson · 16 years ago
  24. 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
  25. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  26. 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
  27. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 16 years ago
  28. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  29. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  30. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  31. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  32. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  33. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  34. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  35. dbab3e3 Add namespace selection for rlcompleter. Closes SF patch 490026. by Neil Schemenauer · 22 years ago
  36. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  37. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  38. 46bd9a6 Do not expose __builtins__ name as a completion; this is an implementation by Fred Drake · 24 years ago
  39. 768d227 Oops. Remove some garbage from the doc string that was accidentally by Guido van Rossum · 25 years ago
  40. 4e20de5 Patch by Michael Hudson: when the object of attribute expansion is a by Guido van Rossum · 25 years ago
  41. d458faa In completer(), return None instead of raising an IndexError when by Guido van Rossum · 26 years ago
  42. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  43. 12f86ad Removed some unneeded imports, moved others around. by Guido van Rossum · 27 years ago
  44. 2781fbe Word completion for the new readline.set_completer() function. by Guido van Rossum · 27 years ago