1. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  2. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  3. bfb9184 This is SF patch #405952, by Anthony Baxter: by Guido van Rossum · 23 years ago
  4. 20e4423 String method conversion. by Eric S. Raymond · 23 years ago
  5. d30e587 unnecessary semicolon by Jeremy Hylton · 23 years ago
  6. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  7. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  8. 5f1b270 Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in by Eric S. Raymond · 24 years ago
  9. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 24 years ago
  10. db6d12c No need to import sys or linecache. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  11. d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 25 years ago
  12. 5fca6fd Richard Wolff's changes: by Guido van Rossum · 26 years ago
  13. b9f4860 Changes by Richard Wolff: by Guido van Rossum · 26 years ago
  14. c612681 Fix another bug in ESR's changes. In order to work properly, by Guido van Rossum · 26 years ago
  15. 030eb11 Gotta have an __init__() method -- pdb.py calls it! by Guido van Rossum · 26 years ago
  16. 8088407 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  17. 7ef2a1d Shouldn't use newdir.dir(), which no longer exists! by Guido van Rossum · 26 years ago
  18. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  19. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  20. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  21. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  22. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  23. 732282f Module getattr doesn't exist any more, it's now called newdir. by Guido van Rossum · 32 years ago
  24. d7d8cd4 Don't print repeated commands. by Guido van Rossum · 32 years ago
  25. b53e678 Initial revision by Guido van Rossum · 32 years ago