1. 29097d5 Merge: #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  2. b067c8f #20476: Deal with the message_factory circular import differently. by R David Murray · 8 years ago
  3. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  4. 2a2becc Merge with 3.5 by Steve Dower · 8 years ago
  5. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  6. f03bcfd Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 8 years ago
  7. eaab1ca #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 8 years ago
  8. 301edfa Add policy keyword to email.generator.DecodedGenerator. by R David Murray · 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. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  21. 6c2f1fd Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. by Serhiy Storchaka · 8 years ago
  22. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  23. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  24. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  25. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  26. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  27. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 8 years ago
  28. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  29. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  30. f070f1c Issue #21448: Improve performance of the email feedparser by Raymond Hettinger · 9 years ago
  31. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  32. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  33. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  34. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  35. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  36. 50ef0f4 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  37. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  38. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  39. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  40. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  41. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 9 years ago
  42. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 9 years ago
  43. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  44. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 9 years ago
  45. d2ff243 Merge: #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  46. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  47. df75fee #22508: Drop email __version__ string. It no longer means anything. by R David Murray · 10 years ago
  48. 1f31583 merge 3.4 by Georg Brandl · 10 years ago
  49. 5294529 Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 10 years ago
  50. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  51. 7c4093c Merge: #21091: make is_attachment a method. by R David Murray · 10 years ago
  52. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  53. 1de0ac0 Merge: #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  54. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  55. 1e133ca Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  56. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  57. c734c38 #20977: merge with 3.4. by Ezio Melotti · 10 years ago
  58. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  59. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  60. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  61. e252446 #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 10 years ago
  62. 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 10 years ago
  63. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 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. feb6852 Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  74. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  75. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 10 years ago
  76. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 10 years ago
  77. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 10 years ago
  78. 44fcaae Merge #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 10 years ago
  79. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 10 years ago
  80. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 10 years ago
  81. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 10 years ago
  82. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 10 years ago
  83. af73496 Merge #19485: clarify get_param example. by R David Murray · 11 years ago
  84. 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
  85. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  86. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  87. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  88. 08a1472 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
  89. 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
  90. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  91. 1424e7d Merge: #18437: fix comment typo. by R David Murray · 11 years ago
  92. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  93. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  94. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  95. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  96. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  97. e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
  98. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  99. c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  100. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago