1. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  2. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  3. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  4. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  5. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  6. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  7. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  8. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  9. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  10. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  11. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  12. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  13. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  14. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  15. 88f72ff Replace .keys() with .iteritems(). Second review and test by Alex. by Raymond Hettinger · 22 years ago
  16. 1ccccc0 Make test_mhlib run again. by Michael W. Hudson · 22 years ago
  17. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  18. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  19. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  20. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  21. f93befc Folder.getlast(): avoid PyChecker warning. by Guido van Rossum · 23 years ago
  22. 3db163a Clean up a bare except: clause. by unknown · 23 years ago
  23. 6e025bc String method cleanup. by Eric S. Raymond · 24 years ago
  24. c9838f9 Test with an actual mbox caught a trivial error. by Eric S. Raymond · 24 years ago
  25. 66d9919 String method conversion. by Eric S. Raymond · 24 years ago
  26. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  27. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  28. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  29. ffdc48f Convert to use class-based exceptions. by Fred Drake · 24 years ago
  30. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  31. 4fe6caa Patch by Lars Wirzenius: by Guido van Rossum · 26 years ago
  32. d9d2625 "if match(x) >= 0:" smells of regex matching; should use "if match(x):" by Guido van Rossum · 26 years ago
  33. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  34. 00f9fea Use string.replace instead of regsub.[g]sub. by Guido van Rossum · 27 years ago
  35. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  36. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  37. 4e5cbcf Added createmessage() -- Lars Wirzenius. by Guido van Rossum · 27 years ago
  38. 0c5e049 Reindented with 4 spaces. by Guido van Rossum · 27 years ago
  39. 7cfd31e Rewrite parsesequence() to emulate MH without invoking pick. by Guido van Rossum · 27 years ago
  40. 659a3b5 Optimized the hell out of listmessages(). by Guido van Rossum · 28 years ago
  41. 3508d60 When removing a messge from all sequences, don't remove from 'cur', by Guido van Rossum · 28 years ago
  42. 6d6a15b Added option to refilemessages() to keep sequences by Guido van Rossum · 28 years ago
  43. 508a092 added setcontext and parsesequence; several small fixes by Guido van Rossum · 28 years ago
  44. ea8ee1d fix bogus test for regex match by Guido van Rossum · 30 years ago
  45. 40b2cfb * Lib/mhlib.py: added movemessage(), copymessage(), added copy by Guido van Rossum · 30 years ago
  46. 8534741 mhlib.py: delay opening of sequences file so we don't overwrite it when by Guido van Rossum · 30 years ago
  47. 5f47e57 * Lib/mhlib.py (removefromallsequences): call putsequences with by Guido van Rossum · 30 years ago
  48. 5601313 mhlib.py: new interface to MH folders and messages by Guido van Rossum · 30 years ago