1. ce96d8b Bug #1030125: rfc822 __iter__ problem by Raymond Hettinger · 20 years ago
  2. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  3. 767126d Make Message.__str__ more efficient. by Neil Schemenauer · 21 years ago
  4. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  5. 4e09d5c unquote(): Didn't properly de-backslash-ify. This patch (adapted from by Barry Warsaw · 22 years ago
  6. c411dba Whitespace normalization. by Tim Peters · 22 years ago
  7. d842e07 SF bug 558179. Change default for get() back to None. Will backport to 2.2.1. by Guido van Rossum · 22 years ago
  8. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  9. f655328 parseaddr(): Fixed in the same way that Message.getaddrlist() was by Barry Warsaw · 22 years ago
  10. 0a8d4d5 Message.getaddrlist(): Use the AddressList.addresslist attribute by Barry Warsaw · 22 years ago
  11. 56cdf11 AddrlistClass -> AddressList by Barry Warsaw · 22 years ago
  12. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 22 years ago
  13. f830a52 SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address by Guido van Rossum · 23 years ago
  14. f1fd282 Fix for bug #481221, getaddrlist() failing on long addresses. by Barry Warsaw · 23 years ago
  15. 4a106ee parsedate_tz(): If data is false, return None. Fixes bug #478115, by Barry Warsaw · 23 years ago
  16. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  17. 83e7ccc Whitespace normalization. by Tim Peters · 23 years ago
  18. 6d8c1aa Add content-type header to ftp URLs (SF patch #454553) by Jeremy Hylton · 23 years ago
  19. 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
  20. b8a55c0 Stoopid change, just to mention that the last checkin resolves SF bug #437395 by Barry Warsaw · 23 years ago
  21. 9ec58aa Fix address parsing to be RFC 2822 conformant. Specifically, dots are by Barry Warsaw · 23 years ago
  22. 67bbd7a Clean up a bare except: clause. by unknown · 23 years ago
  23. 233226e Per discussion with Barry, make the default value for both get() and by Fred Drake · 23 years ago
  24. 0295929 Added .get() and .setdefault() support to rfc822.Message. by Fred Drake · 23 years ago
  25. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  26. 0c9886d Whitespace normalization. by Tim Peters · 23 years ago
  27. 352ca8c Duh. Instead of string.whitespace and string.digits, use isspace() by Guido van Rossum · 24 years ago
  28. c80f182 Get rid of string functions. References to string.whitespace, by Guido van Rossum · 24 years ago
  29. a66eed6 Implement the suggestion of bug_id=122070: surround tell() call with try/except. by Guido van Rossum · 24 years ago
  30. 2ea2b11 AddrlistClass.getdomainliteral(): rfc822 requires that the domain by Barry Warsaw · 24 years ago
  31. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  32. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  33. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  34. 1d2b23e Fix by Nick Russo in processing of timezone in test program; the by Guido van Rossum · 24 years ago
  35. d8957d6 Fix PR#3, submitted by Skip Montanaro: if no space appears after the by Guido van Rossum · 25 years ago
  36. f3c5f5c After much hemming and hawing, we decided to roll back Fred's change. by Guido van Rossum · 25 years ago
  37. 81ffe75 Message.__delitem__(): If the key doesn't exist in the dictionary, by Fred Drake · 25 years ago
  38. a07934e Correct typo in AddressList.__getitem__. By Moshe Zadka. by Guido van Rossum · 25 years ago
  39. 96e9bf4 AddrlistClass.getaddress(): when parsing `:'s, in the loop, watch out by Barry Warsaw · 25 years ago
  40. b184487 Barry Scott writes: by Guido van Rossum · 25 years ago
  41. cbfa5cb Message.getheaders(): If there are no matching headers, return an by Fred Drake · 25 years ago
  42. b08f51b Mike Meyer reports a bug in his patch (several months ago) that by Guido van Rossum · 25 years ago
  43. ddf22c4 Message.getheader(): Fixed grammatical error in docstring. by Fred Drake · 25 years ago
  44. 247a78a Utility function that yields a properly formatted time string. by Guido van Rossum · 25 years ago
  45. 8a57843 Message.getaddrlist(): This now handles multiple occurances of the by Barry Warsaw · 26 years ago
  46. db01ee0 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
  47. 99e1131 Avoid crash in parsedate_tz() on certain invalid dates -- when the by Guido van Rossum · 26 years ago
  48. 052969a Don't use calculations on values gotten from tell(). Also use a by Guido van Rossum · 26 years ago
  49. 5430b43 Bugfix to ESR's code reported by himself: should use hasattr() to test by Guido van Rossum · 26 years ago
  50. 81d10b4 Add __getitem__ to AddressList object, to make it a sequence. by Guido van Rossum · 26 years ago
  51. 4d4ab92 Some extra comments and docstrings, and a new class (AddressList), all by ESR. by Guido van Rossum · 26 years ago
  52. e894fc0 Support new overridable method, isheader() (ESR). by Guido van Rossum · 26 years ago
  53. c7bb857 Some changes suggested/provided by Eric Raymond: by Guido van Rossum · 26 years ago
  54. 67133e2 Neatify the _timezones table and remove a misleading comment about by Guido van Rossum · 26 years ago
  55. 75d92c1 Added a __delitem__ to the Message class. by Guido van Rossum · 26 years ago
  56. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  57. 9e43adb Initialize adlist variable in getrouteaddr(), so an illegal address by Guido van Rossum · 26 years ago
  58. a73033f Feature added by Bill van Melle: when no timezone is present, assume by Guido van Rossum · 26 years ago
  59. 00455b7 Fix sign reversal in mktime_tz discovered by Bill van Melle. by Guido van Rossum · 26 years ago
  60. 9e32666 Remove unneeded "import re". by Guido van Rossum · 27 years ago
  61. 9ab94c1 Doc strings and reformatting with 4 spaces bty Mitch Chapman. by Guido van Rossum · 27 years ago
  62. be7c45e New address parser by Ben Escoto replaces Sjoerd Mullender's parseaddr() by Guido van Rossum · 27 years ago
  63. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  64. 7883e1d Entirely rewritten parseaddr() function by Sjoerd Mullender. by Guido van Rossum · 27 years ago
  65. 9a876a4 Tweaks by Lars Wirzenius to parse some more forms of illegal dates: by Guido van Rossum · 27 years ago
  66. c17a268 Added support for RFC 850 style dates, as used by some HTTP servers by Guido van Rossum · 28 years ago
  67. 6cdd7a0 Add mktime_tz() which turns a date_tz 10-tuple into a standard Unix timestamp. by Guido van Rossum · 28 years ago
  68. 27cb8a4 Added support for timezone in date field. getdate_tz() and by Guido van Rossum · 28 years ago
  69. 3534a89 New, improved parseaddr() by Sjoerd. by Guido van Rossum · 28 years ago
  70. a13edb4 optimization of getheader() using a dictionary by Guido van Rossum · 28 years ago
  71. 92457b9 added seekable option; save unix from lines; speed up islast() by Guido van Rossum · 29 years ago
  72. e5e2cdd Removed >From stuff by Jack Jansen · 29 years ago
  73. 3a15dca Skip old-style 'From name time' lines at beginning of message. by Jack Jansen · 29 years ago
  74. 8534741 mhlib.py: delay opening of sequences file so we don't overwrite it when by Guido van Rossum · 30 years ago
  75. 3f9a6ec * Lib/rfc822.py: fix two bugs: error in readheaders interpreting by Guido van Rossum · 30 years ago
  76. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  77. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  78. 01ca336 New modules mimetools and rfc822. by Guido van Rossum · 32 years ago