1. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  2. c0b0bb6 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 10 years ago
  3. 91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: by Serhiy Storchaka · 10 years ago
  4. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  5. 2093730 Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not backported, since it could break cases where people worked around the old POSIX-specific behaviour on non-POSIX platforms. by Nick Coghlan · 13 years ago
  6. 7062db8 Issue #8496: make mailcap.lookup() always return a list, rather than an iterator. by Antoine Pitrou · 14 years ago
  7. 945c17f Fix mailcap.py built-in test. by Antoine Pitrou · 14 years ago
  8. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  9. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  10. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  11. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  12. 776d39e Opening a file for reading can raise IOError, so only catch that. by Fred Drake · 23 years ago
  13. 0c03cc2 String method conversion. by Eric S. Raymond · 23 years ago
  14. 17ab123 a few more modules get __all__ by Skip Montanaro · 23 years ago
  15. 07e99cb Whitespace normalization. by Tim Peters · 23 years ago
  16. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 23 years ago
  17. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  18. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  19. bfc3944 Change by Andrew Kuchling (edited by Guido): by Guido van Rossum · 27 years ago
  20. cfd8935 typo (cotinue -> continue) by Guido van Rossum · 28 years ago
  21. 8988fb2 Initial revision by Guido van Rossum · 29 years ago