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