1. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  2. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  3. 29097d5 Merge: #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  4. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  5. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 8 years ago
  6. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  7. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  8. 2a2becc Merge with 3.5 by Steve Dower · 8 years ago
  9. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  10. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  11. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  12. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  13. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  14. d8b7770 Issue #27445: Merge from 3.5 by Berker Peksag · 8 years ago
  15. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  16. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  17. 56b1f1b #27331: add policy keyword argument to all MIME subclasses. by R David Murray · 8 years ago
  18. 91afe7e Merge: 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  19. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  20. 83545f1 Merge ISO-8859 fixes from 3.5 by Martin Panter · 8 years ago
  21. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  22. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  23. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  24. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  25. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  26. 234480d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  27. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 8 years ago
  28. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  29. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  30. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  31. c6ce13d Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  32. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  33. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  34. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  35. 4b363e2 Merge 3.4 (test_email) by Victor Stinner · 9 years ago
  36. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
  37. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  38. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  39. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  40. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  41. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  42. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  43. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  44. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  45. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  46. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  47. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  48. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 9 years ago
  49. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 9 years ago
  50. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  51. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  52. d2ff243 Merge: #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  53. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  54. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  55. 7c4093c Merge: #21091: make is_attachment a method. by R David Murray · 10 years ago
  56. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  57. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  58. 4d83192 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 10 years ago
  59. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  60. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  61. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  62. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  63. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  64. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  65. 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  66. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  67. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  68. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  69. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  70. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  71. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  72. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  73. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 10 years ago
  74. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 10 years ago
  75. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 10 years ago
  76. 44fcaae Merge #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 10 years ago
  77. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 10 years ago
  78. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  79. 8fb007f merge 3.3 (#19563) by Benjamin Peterson · 11 years ago
  80. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
  81. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  82. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  83. a7a34a8 Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  84. 328cf3c Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  85. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  86. 7e7cf8b Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  87. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  88. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  89. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  90. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  91. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  92. a1e639a #18505: merge with 3.3. by Ezio Melotti · 11 years ago
  93. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  94. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  95. 4d0f808 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  96. 271ade8 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  97. 743e3d5 Merge: Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  98. b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  99. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  100. 7f93b36 Merge: Closes #18464: fix typo in test name. by R David Murray · 11 years ago