1. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  2. 6c2f1fd Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList. by Serhiy Storchaka · 8 years ago
  3. 702b046 #27522: break unintended cycle in feedparser. by R David Murray · 8 years ago
  4. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  5. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  6. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  7. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  8. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 8 years ago
  9. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  10. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  11. f070f1c Issue #21448: Improve performance of the email feedparser by Raymond Hettinger · 9 years ago
  12. 6baa0a5 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  13. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  14. fdb23c2 #20098: add mangle_from_ policy option. by R David Murray · 9 years ago
  15. 224ef3e #24211: Add RFC6532 support to the email library. by R David Murray · 9 years ago
  16. b744f3a #21083: add get_content_disposition method to email.message. by R David Murray · 9 years ago
  17. 50ef0f4 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  18. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  19. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  20. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  21. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  22. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 10 years ago
  23. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 10 years ago
  24. 82e07b9 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  25. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  26. d2ff243 Merge: #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  27. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  28. df75fee #22508: Drop email __version__ string. It no longer means anything. by R David Murray · 10 years ago
  29. 1f31583 merge 3.4 by Georg Brandl · 10 years ago
  30. 5294529 Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 10 years ago
  31. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  32. 7c4093c Merge: #21091: make is_attachment a method. by R David Murray · 10 years ago
  33. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  34. 1de0ac0 Merge: #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  35. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  36. 1e133ca Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  37. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  38. c734c38 #20977: merge with 3.4. by Ezio Melotti · 10 years ago
  39. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  40. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  41. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  42. e252446 #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 10 years ago
  43. 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 10 years ago
  44. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  45. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  46. 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  47. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  48. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  49. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  50. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  51. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  52. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  53. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  54. feb6852 Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  55. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 10 years ago
  56. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 10 years ago
  57. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 10 years ago
  58. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 10 years ago
  59. 44fcaae Merge #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  60. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  61. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
  62. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  63. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  64. af73496 Merge #19485: clarify get_param example. by R David Murray · 11 years ago
  65. 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
  66. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  67. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  68. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  69. 08a1472 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
  70. 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
  71. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  72. 1424e7d Merge: #18437: fix comment typo. by R David Murray · 11 years ago
  73. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  74. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  75. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  76. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  77. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  78. e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
  79. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  80. c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  81. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  82. b83ee30 #11454: Reduce email module load time, improve surrogate check efficiency. by R David Murray · 11 years ago
  83. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  84. 2fab358 Add missing FeedParser and BytesFeedParser to email.parser.__all__. by R David Murray · 11 years ago
  85. 5efee58 Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  86. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  87. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  88. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  89. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  90. 857b24b Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  91. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  92. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 11 years ago
  93. 2e78cd9 Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  94. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  95. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  96. 2940e71 #15220: simplify and speed up feedparser's line splitting. by R David Murray · 11 years ago
  97. 64634eb Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  98. 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  99. ec317a8 #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  100. c9b4e60 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago