1. e540bb5 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 4 years, 9 months ago
  2. 6ad0a2c [3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15686) by Abhilash Raj · 4 years, 11 months ago
  3. 59e8fba [3.8] bpo-21315: Fix parsing of encoded words with missing leading ws (GH-13425) (GH-15655) by Ashwin Ramaswami · 4 years, 11 months ago
  4. bd127b1 [3.8] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) (GH-15380) by bsiem · 5 years ago
  5. 9500bbe bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Miss Islington (bot) · 5 years ago
  6. 2170774 bpo-34155: Dont parse domains containing @ (GH-13079) by Miss Islington (bot) · 5 years ago
  7. 6357433 Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) by Miss Islington (bot) · 5 years ago
  8. 6816ca3 bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) by Miss Islington (bot) · 5 years ago
  9. 6a2aec0 Fix infinite loop in email folding logic (GH-12732) by Miss Islington (bot) · 5 years ago
  10. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  11. 82654a0 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) (GH-14411) by Miss Islington (bot) · 5 years ago
  12. c6e3282 [3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH-14119) (GH-14380) by Abhilash Raj · 5 years ago
  13. 36eea7a [3.8] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13909) by Abhilash Raj · 5 years ago
  14. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 5 years ago
  15. 46d88a1 bpo-35805: Add parser for Message-ID email header. (GH-13397) by Abhilash Raj · 5 years ago
  16. ef5bb25 bpo-27737: Allow whitespace only headers encoding (#13478) by Batuhan Taşkaya · 5 years ago
  17. feac6cd bpo-33524: Fix the folding of email header when max_line_length is 0 or None (#13391) by Abhilash Raj · 5 years ago
  18. c1f5667 bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) by Krzysztof Wojcik · 5 years ago
  19. 45b2f88 bpo-34424: Handle different policy.linesep lengths correctly. (#8803) by Jens Troeger · 5 years ago
  20. cfaafda bpo-35317: Fix mktime() error in test_email (GH-10721) by Victor Stinner · 6 years ago
  21. 8fe9eed bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Dong-hee Na · 6 years ago
  22. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 6 years ago
  23. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 6 years ago
  24. 85d5c18 bpo-27240 Rewrite the email header folding algorithm. (#3488) by R. David Murray · 7 years ago
  25. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  26. b350c22 bpo-30532: Fix whitespace folding in certain cases by Joel Hillacre · 7 years ago
  27. b459f74 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) by mircea-cosbuc · 7 years ago
  28. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  29. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  30. 29097d5 Merge: #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  31. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  32. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 8 years ago
  33. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  34. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  35. 2a2becc Merge with 3.5 by Steve Dower · 8 years ago
  36. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 8 years ago
  37. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  38. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  39. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  40. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  41. d8b7770 Issue #27445: Merge from 3.5 by Berker Peksag · 8 years ago
  42. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 8 years ago
  43. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 8 years ago
  44. 56b1f1b #27331: add policy keyword argument to all MIME subclasses. by R David Murray · 8 years ago
  45. 91afe7e Merge: 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 8 years ago
  46. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  47. 83545f1 Merge ISO-8859 fixes from 3.5 by Martin Panter · 8 years ago
  48. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  49. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  50. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  51. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  52. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  53. 234480d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  54. f73a48c Issue 26912: fix broken imports in test_email package. by Terry Jan Reedy · 8 years ago
  55. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  56. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  57. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  58. c6ce13d Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  59. e1dc3d4 Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions. by Serhiy Storchaka · 9 years ago
  60. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  61. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  62. 4b363e2 Merge 3.4 (test_email) by Victor Stinner · 9 years ago
  63. 5393647 Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow by Victor Stinner · 9 years ago
  64. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  65. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  66. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  67. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  68. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  69. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  70. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  71. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  72. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  73. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  74. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  75. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 9 years ago
  76. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 9 years ago
  77. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  78. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  79. d2ff243 Merge: #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  80. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  81. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  82. 7c4093c Merge: #21091: make is_attachment a method. by R David Murray · 10 years ago
  83. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  84. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  85. 4d83192 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 10 years ago
  86. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  87. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  88. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  89. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  90. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  91. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  92. 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  93. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  94. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  95. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  96. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  97. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  98. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  99. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  100. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 10 years ago