1. 052969a Don't use calculations on values gotten from tell(). Also use a by Guido van Rossum · 26 years ago
  2. 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
  3. 81d10b4 Add __getitem__ to AddressList object, to make it a sequence. by Guido van Rossum · 26 years ago
  4. 4d4ab92 Some extra comments and docstrings, and a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  5. e894fc0 Support new overridable method, isheader() (ESR). by Guido van Rossum · 26 years ago
  6. c7bb857 Some changes suggested/provided by Eric Raymond: by Guido van Rossum · 26 years ago
  7. 67133e2 Neatify the _timezones table and remove a misleading comment about by Guido van Rossum · 26 years ago
  8. 75d92c1 Added a __delitem__ to the Message class. by Guido van Rossum · 26 years ago
  9. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  10. 9e43adb Initialize adlist variable in getrouteaddr(), so an illegal address by Guido van Rossum · 26 years ago
  11. a73033f Feature added by Bill van Melle: when no timezone is present, assume by Guido van Rossum · 27 years ago
  12. 00455b7 Fix sign reversal in mktime_tz discovered by Bill van Melle. by Guido van Rossum · 27 years ago
  13. 9e32666 Remove unneeded "import re". by Guido van Rossum · 27 years ago
  14. 9ab94c1 Doc strings and reformatting with 4 spaces bty Mitch Chapman. by Guido van Rossum · 27 years ago
  15. be7c45e New address parser by Ben Escoto replaces Sjoerd Mullender's parseaddr() by Guido van Rossum · 27 years ago
  16. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  17. 7883e1d Entirely rewritten parseaddr() function by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  18. 9a876a4 Tweaks by Lars Wirzenius to parse some more forms of illegal dates: by Guido van Rossum · 27 years ago
  19. c17a268 Added support for RFC 850 style dates, as used by some HTTP servers by Guido van Rossum · 28 years ago
  20. 6cdd7a0 Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp. by Guido van Rossum · 28 years ago
  21. 27cb8a4 Added support for timezone in date field. getdate_tz() and by Guido van Rossum · 28 years ago
  22. 3534a89 New, improved parseaddr() by Sjoerd. by Guido van Rossum · 28 years ago
  23. a13edb4 optimization of getheader() using a dictionary by Guido van Rossum · 28 years ago
  24. 92457b9 added seekable option; save unix from lines; speed up islast() by Guido van Rossum · 29 years ago
  25. e5e2cdd Removed >From stuff by Jack Jansen · 29 years ago
  26. 3a15dca Skip old-style 'From name time' lines at beginning of message. by Jack Jansen · 29 years ago
  27. 8534741 mhlib.py: delay opening of sequences file so we don't overwrite it when by Guido van Rossum · 30 years ago
  28. 3f9a6ec * Lib/rfc822.py: fix two bugs: error in readheaders interpreting by Guido van Rossum · 30 years ago
  29. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  30. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  31. 01ca336 New modules mimetools and rfc822. by Guido van Rossum · 32 years ago