1. a4ef689 [3.10] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (GH-129111) by R. David Murray · 5 months ago
  2. cfaee20 [3.10] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (GH-131411) by Petr Viktorin · 5 months ago
  3. 2a9273a [3.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123768) by Petr Viktorin · 12 months ago
  4. 06f28dc [3.10] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122609) by Łukasz Langa · 12 months ago
  5. 78c9f39 [3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052) by Barry Warsaw · 2 years, 8 months ago
  6. 94eb1e9 gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201) by Miss Islington (bot) · 3 years, 1 month ago
  7. b15b94d gh-93010: InvalidHeaderError used but nonexistent (GH-93015) by Miss Islington (bot) · 3 years, 3 months ago
  8. a7d869a [3.10] gh-77630: Change Charset to charset (GH-92439) (GH-92476) by Miss Islington (bot) · 3 years, 4 months ago
  9. 19a0796 bpo-43323: Fix UnicodeEncodeError in the email module (GH-32137) by Miss Islington (bot) · 3 years, 4 months ago
  10. f8473f6 [3.10] bpo-45239: Fix parsedate_tz when time has more than 2 dots in it (GH-28452) (GH-28930) by Łukasz Langa · 3 years, 11 months ago
  11. cfca4a6 [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) by Christian Clauss · 3 years, 11 months ago
  12. e2b2930 [3.10] bpo-45060: Get rid of few uses of the equality operators with None (GH-28087). (GH-28092) by Serhiy Storchaka · 4 years ago
  13. 9a79242 bpo-45001: Make email date parsing more robust against malformed input (GH-27946) by Miss Islington (bot) · 4 years ago
  14. a3185da bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) by Miss Islington (bot) · 4 years, 1 month ago
  15. 6f95002 bpo-42892: fix email multipart attribute error (GH-26903) (GH-27492) by Miss Islington (bot) · 4 years, 1 month ago
  16. 8c43bf1 bpo-27513: email.utils.getaddresses() now handles Header objects (GH-13797) (GH-27242) by Miss Islington (bot) · 4 years, 1 month ago
  17. 20a1495 bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685) by Miss Islington (bot) · 4 years, 2 months ago
  18. cf35e05 bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476) by Grégory Starck · 4 years, 5 months ago
  19. 70f8ebe Remove comment about a private email.headerregistry (GH-24233) by Florian Bruhin · 4 years, 6 months ago
  20. 303aac8 bpo-30681: Support invalid date format or value in email Date header (GH-22090) by Georges Toth · 4 years, 10 months ago
  21. bf83822 bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074) by Mark Sapiro · 4 years, 10 months ago
  22. 9cd01ec Typo fix - "mesasge" should be "message" (GH-22498) by Hansraj Das · 5 years ago
  23. 4fa61a7 bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542) by Mark Sapiro · 5 years ago
  24. 66a65ba Improve readability of `formataddr` docstring (GH-20963) by Jürgen Gmach · 5 years ago
  25. 21017ed bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Abhilash Raj · 5 years ago
  26. 6f2f475 bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038) by Arkadiusz Hiler · 5 years ago
  27. 614f172 bpo-39073: validate Address parts to disallow CRLF (#19007) by Ashwin Ramaswami · 5 years ago
  28. 3ae4ea1 bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504) by Abhilash Raj · 6 years ago
  29. 68157da bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503) by Abhilash Raj · 6 years ago
  30. bb81549 bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277) by Claudiu Popa · 6 years ago
  31. 65dcc8a bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Andrei Troie · 6 years ago
  32. 2702638 bpo-34002: Minor efficiency and clarity improvements in email package. (GH-7999) by Michael Selik · 6 years ago
  33. c5b242f bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) by Ashwin Ramaswami · 6 years ago
  34. df0c21f bpo-37482: Fix email address name with encoded words and special chars (GH-14561) by bsiem · 6 years ago
  35. 09a1872 bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044) by Abhilash Raj · 6 years ago
  36. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 6 years ago
  37. 96e12d5 Fix typos in docs, comments and test assert messages (#14872) by Min ho Kim · 6 years ago
  38. 8cb65d1 bpo-34155: Dont parse domains containing @ (GH-13079) by jpic · 6 years ago
  39. 719a062 Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) by Abhilash Raj · 6 years ago
  40. a4a994b bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) by Abhilash Raj · 6 years ago
  41. f69d5c6 Fix infinite loop in email folding logic (GH-12732) by Paul Ganssle · 6 years ago
  42. 7213df7 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) by Abhilash Raj · 6 years ago
  43. 0225701 bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) by Abhilash Raj · 6 years ago
  44. f6713e8 bpo-36520: Email header folded incorrectly (#13608) by websurfer5 · 6 years ago
  45. 66c4f3f bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425) by Abhilash Raj · 6 years ago
  46. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 6 years ago
  47. 46d88a1 bpo-35805: Add parser for Message-ID email header. (GH-13397) by Abhilash Raj · 6 years ago
  48. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 6 years ago
  49. ef5bb25 bpo-27737: Allow whitespace only headers encoding (#13478) by Batuhan Taşkaya · 6 years ago
  50. feac6cd bpo-33524: Fix the folding of email header when max_line_length is 0 or None (#13391) by Abhilash Raj · 6 years ago
  51. c1f5667 bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) by Krzysztof Wojcik · 6 years ago
  52. 45b2f88 bpo-34424: Handle different policy.linesep lengths correctly. (#8803) by Jens Troeger · 6 years ago
  53. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 6 years ago
  54. c95404f email: use dict instead of OrderedDict (GH-11709) by Inada Naoki · 7 years ago
  55. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 7 years ago
  56. 8fe9eed bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484) by Dong-hee Na · 7 years ago
  57. c3f55be bpo-27397: Make email module properly handle invalid-length base64 strings (#7583) by Tal Einat · 7 years ago
  58. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 8 years ago
  59. aa218d1 bpo-27931: Fix email address header parsing error (#5329) by jayyyin · 8 years ago
  60. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 8 years ago
  61. 85d5c18 bpo-27240 Rewrite the email header folding algorithm. (#3488) by R. David Murray · 8 years ago
  62. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 8 years ago
  63. bf477a9 bpo-31677: email: Remove re.IGNORECASE flag (GH-3868) by INADA Naoki · 8 years ago
  64. 9e7b9b2 bpo-31507 Add docstring to parseaddr function in email.utils.parseaddr (gh-3647) by Rohit Balasubramanian · 8 years ago
  65. b350c22 bpo-30532: Fix whitespace folding in certain cases by Joel Hillacre · 8 years ago
  66. b459f74 [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595) by mircea-cosbuc · 8 years ago
  67. 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 8 years ago
  68. 3972628 bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) by Jon Dufresne · 8 years ago
  69. 3d42225 Fixed a type error introduced in issue #28992. by Serhiy Storchaka · 9 years ago
  70. 8cbd3df Issue #28992: Use bytes.fromhex(). by Serhiy Storchaka · 9 years ago
  71. 29097d5 Merge: #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 9 years ago
  72. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 9 years ago
  73. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 9 years ago
  74. 2a2becc Merge with 3.5 by Steve Dower · 9 years ago
  75. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 9 years ago
  76. f03bcfd Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 9 years ago
  77. eaab1ca #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 9 years ago
  78. 301edfa Add policy keyword to email.generator.DecodedGenerator. by R David Murray · 9 years ago
  79. 2b2a9be9 Issue #27445: Don't pass str(_charset) to MIMEText.set_payload() by Berker Peksag · 9 years ago
  80. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  81. dc1650c #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 9 years ago
  82. c2e2473 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 9 years ago
  83. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  84. d8b7770 Issue #27445: Merge from 3.5 by Berker Peksag · 9 years ago
  85. 29d1bc0 #24277: The new email API is no longer provisional. by R David Murray · 9 years ago
  86. 1badd28 Merge: #22233: Only split headers on \r and/or \n, per email RFCs. by R David Murray · 9 years ago
  87. 56b1f1b #27331: add policy keyword argument to all MIME subclasses. by R David Murray · 9 years ago
  88. 91afe7e Merge: 27988: Make sure iter_attachments does not mutate the payload list. by R David Murray · 9 years ago
  89. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 9 years ago
  90. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 9 years ago
  91. 6c2f1fd Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. by Serhiy Storchaka · 9 years ago
  92. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 9 years ago
  93. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  94. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  95. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  96. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  97. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 10 years ago
  98. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 10 years ago
  99. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 10 years ago
  100. f070f1c Issue #21448: Improve performance of the email feedparser by Raymond Hettinger · 10 years ago