1. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  2. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  3. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  4. 1ce0073 tighten up except - in this context, AttributeError is the only exception by Skip Montanaro · 22 years ago
  5. d03c342 Flush stdout before reading next command. Closes SF bug 526357. by Neil Schemenauer · 22 years ago
  6. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  7. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  8. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  9. bfb9184 This is SF patch #405952, by Anthony Baxter: by Guido van Rossum · 23 years ago
  10. 20e4423 String method conversion. by Eric S. Raymond · 23 years ago
  11. d30e587 unnecessary semicolon by Jeremy Hylton · 24 years ago
  12. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  13. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  14. 5f1b270 Bug fix: ? and ! were not full aliases for `help' and `shell' as implied in by Eric S. Raymond · 24 years ago
  15. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  16. db6d12c No need to import sys or linecache. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  17. d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 25 years ago
  18. 5fca6fd Richard Wolff's changes: by Guido van Rossum · 26 years ago
  19. b9f4860 Changes by Richard Wolff: by Guido van Rossum · 26 years ago
  20. c612681 Fix another bug in ESR's changes. In order to work properly, by Guido van Rossum · 26 years ago
  21. 030eb11 Gotta have an __init__() method -- pdb.py calls it! by Guido van Rossum · 26 years ago
  22. 8088407 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  23. 7ef2a1d Shouldn't use newdir.dir(), which no longer exists! by Guido van Rossum · 26 years ago
  24. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  25. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  26. 5ef74b8 pdb.py, bdb.py, cmd.py: use __init__() instead of init() by Guido van Rossum · 31 years ago
  27. 9b3bc71 * aifc.py: don't die on invalid MARK chunk by Guido van Rossum · 31 years ago
  28. c629d34 * change default line numbers for 'list' in pdb.py by Guido van Rossum · 32 years ago
  29. 732282f Module getattr doesn't exist any more, it's now called newdir. by Guido van Rossum · 32 years ago
  30. d7d8cd4 Don't print repeated commands. by Guido van Rossum · 33 years ago
  31. b53e678 Initial revision by Guido van Rossum · 33 years ago