1. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  2. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  3. def0038 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  4. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  5. fa6e254 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  6. 2830dcc Get rid of the Emacs cruft now that Python-mode guess the desired settings! by Guido van Rossum · 26 years ago
  7. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  8. 97162b5 exec() -> exec by Guido van Rossum · 29 years ago
  9. 9e1e149 * Lib/sgi/flp.py: fix caching bug (always write the whole file to the cache!) by Guido van Rossum · 30 years ago
  10. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  11. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  12. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  13. 89a7869 * Got entirely rid of path.py. by Guido van Rossum · 32 years ago
  14. 354166f Changed to use regex directly instead of regexp. by Guido van Rossum · 32 years ago
  15. 25d7caf posix -> os by Guido van Rossum · 32 years ago
  16. 24e77d4 Commented out debug print statements; be a little more clever by Guido van Rossum · 32 years ago
  17. 465c499 Added a cache so that the slow parser isn't such a problem in practice. by Guido van Rossum · 33 years ago
  18. bdfcfcc New == syntax by Guido van Rossum · 33 years ago
  19. 869100a Get rid of BCOMPAT. New class syntax. by Guido van Rossum · 33 years ago
  20. befa293 Attempt at speeding up. by Guido van Rossum · 33 years ago
  21. b00649c Initial revision by Guido van Rossum · 33 years ago