1. c6ce13d Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  2. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  3. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  4. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  5. 4b363e2 Merge 3.4 (test_email) by Victor Stinner · 9 years ago
  6. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
  7. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  8. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  9. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  10. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  11. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  12. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  13. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  14. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  15. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  16. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  17. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  18. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 10 years ago
  19. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 10 years ago
  20. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  21. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  22. d2ff243 Merge: #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  23. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  24. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  25. 7c4093c Merge: #21091: make is_attachment a method. by R David Murray · 10 years ago
  26. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  27. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  28. 4d83192 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 10 years ago
  29. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  30. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  31. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  32. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  33. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  34. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  35. 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
  36. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
  37. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 11 years ago
  38. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 11 years ago
  39. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
  40. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
  41. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 11 years ago
  42. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 11 years ago
  43. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 11 years ago
  44. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 11 years ago
  45. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 11 years ago
  46. 44fcaae Merge #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  47. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  48. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  49. 8fb007f merge 3.3 (#19563) by Benjamin Peterson · 11 years ago
  50. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
  51. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  52. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  53. a7a34a8 Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  54. 328cf3c Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  55. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  56. 7e7cf8b Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  57. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  58. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  59. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  60. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  61. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  62. a1e639a #18505: merge with 3.3. by Ezio Melotti · 11 years ago
  63. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  64. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  65. 4d0f808 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  66. 271ade8 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  67. 743e3d5 Merge: Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  68. b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  69. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  70. 7f93b36 Merge: Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  71. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  72. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  73. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  74. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  75. e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
  76. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  77. c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  78. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  79. d62a514 #17877: merge with 3.3. by Ezio Melotti · 11 years ago
  80. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 11 years ago
  81. 5efee58 Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  82. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  83. 857b24b Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  84. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  85. 2e78cd9 Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  86. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  87. 64634eb Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 12 years ago
  88. 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 12 years ago
  89. c9b4e60 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
  90. 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
  91. c44911f Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 12 years ago
  92. e201e9d Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 12 years ago
  93. 2c4f6e8 Merge #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 12 years ago
  94. 844b0e6 #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 12 years ago
  95. 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 12 years ago
  96. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  97. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  98. 9d95cbe Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
  99. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  100. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago