1. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  2. 49d27c8 Remove superfluous semicolons by Andrew M. Kuchling · 24 years ago
  3. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  4. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  5. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  6. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  7. 716b784 # Make tabnanny happy. by Guido van Rossum · 26 years ago
  8. 3ad9dd5 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  9. 4d40b0a Patch by Eric Raymond: add an optional 'seekable' flag to the by Guido van Rossum · 26 years ago
  10. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  11. 69c70a2 Support 'whence' parameter to seek(). by Guido van Rossum · 26 years ago
  12. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  13. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  14. 741c81a New module to support decoding multipart messages (also see mimetools). by Guido van Rossum · 32 years ago