1. 60a2f49 merge 3.4 (#19996) by Benjamin Peterson · 10 years ago
  2. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 10 years ago
  3. 65ee467 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  4. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  5. d2ff243 Merge: #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  6. 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
  7. fe21e4d Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances. by Berker Peksag · 10 years ago
  8. 7c4093c Merge: #21091: make is_attachment a method. by R David Murray · 10 years ago
  9. 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
  10. 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
  11. 4d83192 Decreased memory requirements of new tests added in issue21448. by Serhiy Storchaka · 10 years ago
  12. 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
  13. d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
  14. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  15. c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 10 years ago
  16. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  17. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  18. 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  19. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 10 years ago
  20. 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  21. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 10 years ago
  22. ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  23. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 10 years ago
  24. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  25. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  26. 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 10 years ago
  27. 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 10 years ago
  28. aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 10 years ago
  29. 44fcaae Merge #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  30. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
  31. eaedaec update Barry's email (#19563) by Benjamin Peterson · 11 years ago
  32. 8fb007f merge 3.3 (#19563) by Benjamin Peterson · 11 years ago
  33. 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
  34. 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  35. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
  36. a7a34a8 Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  37. 328cf3c Issue #19590: Use specific asserts in email tests. by Serhiy Storchaka · 11 years ago
  38. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  39. 7e7cf8b Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  40. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  41. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  42. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  43. e0c6916 #18741: merge with 3.3. by Ezio Melotti · 11 years ago
  44. b5bc353 #18741: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  45. a1e639a #18505: merge with 3.3. by Ezio Melotti · 11 years ago
  46. 1c4810b #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  47. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  48. 4d0f808 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  49. 271ade8 #18503: small cleanups in test_email. by R David Murray · 11 years ago
  50. 743e3d5 Merge: Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  51. b5c9dfd Closes #18475: add unittest.main() to test_email/test_inversions. by R David Murray · 11 years ago
  52. 4883003 Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  53. 7f93b36 Merge: Closes #18464: fix typo in test name. by R David Murray · 11 years ago
  54. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  55. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  56. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  57. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  58. e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
  59. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  60. c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  61. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  62. d62a514 #17877: merge with 3.3. by Ezio Melotti · 11 years ago
  63. 6bcc0f1 #17877: skip test if the Olson's TZ database is missing. by Ezio Melotti · 11 years ago
  64. 5efee58 Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  65. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  66. 857b24b Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  67. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  68. 2e78cd9 Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  69. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  70. 64634eb Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  71. 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  72. c9b4e60 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago
  73. 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago
  74. c44911f Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  75. e201e9d Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  76. 2c4f6e8 Merge #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 11 years ago
  77. 844b0e6 #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 11 years ago
  78. 3a62e45 Merge typo fixes from 3.3. by Ezio Melotti · 12 years ago
  79. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  80. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  81. 9d95cbe Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
  82. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  83. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  84. 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 12 years ago
  85. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  86. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  87. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 12 years ago
  88. 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  89. 82ffabd #2658: Add test for issue fixed by fix for #1079. by R David Murray · 12 years ago
  90. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  91. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 12 years ago
  92. 56517e5 Make parameterized tests in email less hackish. by R David Murray · 12 years ago
  93. 026ba31 #10839: add new test file that was omitted from checkin by R David Murray · 12 years ago
  94. 6bed342 Refactor test_email/test_pickleable and add tests for date headers by R David Murray · 12 years ago
  95. a7c9ddb Regularize test_email/test_headerregistry's references to policy. by R David Murray · 12 years ago
  96. d41595b Refactor test_email/test_defect_handling. by R David Murray · 12 years ago
  97. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
  98. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  99. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  100. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 12 years ago