1. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
  2. 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
  3. bf3157b Silence the DeprecationWarning of rfc822 triggered by its importation in by Brett Cannon · 16 years ago
  4. a6864e0 fix test_py3kwarns by Benjamin Peterson · 16 years ago
  5. a03722f deprecated mimetools by Benjamin Peterson · 16 years ago
  6. dd2245f Bug #1250170, Patch #1462230: handle socket.gethostname() failures gracefully by Georg Brandl · 18 years ago
  7. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  8. 04b9d47 choose_boundary(): This no longer uses random, so stop importing it. by Tim Peters · 21 years ago
  9. 080da28 choose_boundary(): Incorporated a threadsafe incrementing counter, so that by Tim Peters · 21 years ago
  10. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  11. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  12. f261223 os was already imported in the module, no need to re-import by Neal Norwitz · 22 years ago
  13. 91cc17d Only AttributeError can be raised in this situation - on systems without by Skip Montanaro · 22 years ago
  14. 6fd08ba Do not hide a failure to create a temporary file; if it fails the work by Fred Drake · 23 years ago
  15. 03d9014 added a few more __all__ lists by Skip Montanaro · 24 years ago
  16. 07e99cb Whitespace normalization. by Tim Peters · 24 years ago
  17. e6e03ea Get rid of string functions. by Guido van Rossum · 24 years ago
  18. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  19. 25d1692 Return after writing 7bit or 8bit encodings. Closes bug 115712 by Martin v. Löwis · 24 years ago
  20. 13c8c02 Skip Montanaro submits a simple patch that makes encode() and decode() by Guido van Rossum · 24 years ago
  21. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  22. b26a1b4 Use random instead of whrandom. by Guido van Rossum · 26 years ago
  23. 5c7e8cd Avoid using the obsolete rand module; and improve the randomness by Guido van Rossum · 26 years ago
  24. e44a8d9 Support uue and x-uue as short names for uuencode. by Guido van Rossum · 27 years ago
  25. e3cd151 Use the modules base64, quopri, and uu, instead of external programs by Guido van Rossum · 27 years ago
  26. 4be63d1 Added getparamnames() to Message class -- return a list of all by Guido van Rossum · 28 years ago
  27. 0c8cf88 Don't die when getuid() or getpid() aren't defined. by Guido van Rossum · 28 years ago
  28. 8460b94 removed unused globals by Guido van Rossum · 28 years ago
  29. eacce12 add missing loop step to parseplist() by Guido van Rossum · 29 years ago
  30. 4324536 forget previous change (content-encoding) by Guido van Rossum · 29 years ago
  31. a5cf179 encoding can be content-transfer-encoding or content-encoding by Guido van Rossum · 29 years ago
  32. 8755582 add seekable option to __init__ by Guido van Rossum · 29 years ago
  33. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  34. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  35. fea2af1 * More changes due to stricter argument passing rules by Guido van Rossum · 32 years ago
  36. 01ca336 New modules mimetools and rfc822. by Guido van Rossum · 32 years ago