1. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  2. 0b569bb Stacks based on lists work better and read more clearly when they by Raymond Hettinger · 20 years ago
  3. a6026c6 Back out multifile.py 1.19 and 1.20. Fixes #514676. by Martin v. Löwis · 22 years ago
  4. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  5. 39c7851 Martijn Pieters convinced me that when readline() strips the trailing by Guido van Rossum · 23 years ago
  6. 912e56c SF bug #417176 (Martijn Pieters): MultiFile.read() includes CRLF boundary. by Guido van Rossum · 23 years ago
  7. 02d893c Patch #444359: Remove unused imports. by Martin v. Löwis · 23 years ago
  8. 521c83d Multifile.read(): Fix a broken conversion to string methods. by Fred Drake · 23 years ago
  9. e37340e String method conversion. by Eric S. Raymond · 23 years ago
  10. 269b83b added several more __all__ lists by Skip Montanaro · 23 years ago
  11. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  12. 49d27c8 Remove superfluous semicolons by Andrew M. Kuchling · 24 years ago
  13. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  14. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  15. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  16. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  17. 716b784 # Make tabnanny happy. by Guido van Rossum · 26 years ago
  18. 3ad9dd5 Improved by Eric Raymond. by Guido van Rossum · 26 years ago
  19. 4d40b0a Patch by Eric Raymond: add an optional 'seekable' flag to the by Guido van Rossum · 26 years ago
  20. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  21. 69c70a2 Support 'whence' parameter to seek(). by Guido van Rossum · 26 years ago
  22. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  23. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  24. 741c81a New module to support decoding multipart messages (also see mimetools). by Guido van Rossum · 32 years ago