1. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  2. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  3. f261223 os was already imported in the module, no need to re-import by Neal Norwitz · 22 years ago
  4. 91cc17d Only AttributeError can be raised in this situation - on systems without by Skip Montanaro · 22 years ago
  5. 6fd08ba Do not hide a failure to create a temporary file; if it fails the work by Fred Drake · 23 years ago
  6. 03d9014 added a few more __all__ lists by Skip Montanaro · 23 years ago
  7. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  8. e6e03ea Get rid of string functions. by Guido van Rossum · 24 years ago
  9. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  10. 25d1692 Return after writing 7bit or 8bit encodings. Closes bug 115712 by Martin v. Löwis · 24 years ago
  11. 13c8c02 Skip Montanaro submits a simple patch that makes encode() and decode() by Guido van Rossum · 24 years ago
  12. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  13. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 26 years ago
  14. 5c7e8cd Avoid using the obsolete rand module; and improve the randomness by Guido van Rossum · 26 years ago
  15. e44a8d9 Support uue and x-uue as short names for uuencode. by Guido van Rossum · 27 years ago
  16. e3cd151 Use the modules base64, quopri, and uu, instead of external programs by Guido van Rossum · 27 years ago
  17. 4be63d1 Added getparamnames() to Message class -- return a list of all by Guido van Rossum · 28 years ago
  18. 0c8cf88 Don't die when getuid() or getpid() aren't defined. by Guido van Rossum · 28 years ago
  19. 8460b94 removed unused globals by Guido van Rossum · 28 years ago
  20. eacce12 add missing loop step to parseplist() by Guido van Rossum · 28 years ago
  21. 4324536 forget previous change (content-encoding) by Guido van Rossum · 29 years ago
  22. a5cf179 encoding can be content-transfer-encoding or content-encoding by Guido van Rossum · 29 years ago
  23. 8755582 add seekable option to __init__ by Guido van Rossum · 29 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. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  27. 01ca336 New modules mimetools and rfc822. by Guido van Rossum · 32 years ago