Final head of the former 3.3 branch
  1. e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 12 years ago
  2. 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 12 years ago
  3. 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 12 years ago
  4. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 12 years ago
  5. fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 12 years ago
  6. 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 12 years ago
  7. d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 12 years ago
  8. 0de4d3e #19485: clarify get_param example. by R David Murray · 12 years ago
  9. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 12 years ago
  10. 2af76da Fix a couple of typos. by Ezio Melotti · 12 years ago
  11. 037f658 #18437: fix comment typo. by R David Murray · 12 years ago
  12. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago
  13. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 12 years ago
  14. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 12 years ago
  15. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 12 years ago
  16. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  17. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  18. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
  19. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 12 years ago
  20. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 12 years ago
  21. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  22. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
  23. 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 13 years ago
  24. ec317a8 #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 13 years ago
  25. 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 13 years ago
  26. ceaa8b1 #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 13 years ago
  27. e201e9d Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 13 years ago
  28. f581b37 #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 13 years ago
  29. 844b0e6 #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 13 years ago
  30. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  31. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  32. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 13 years ago
  33. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  34. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 13 years ago
  35. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 13 years ago
  36. 097a120 #665194: fix variable name in exception code path. by R David Murray · 13 years ago
  37. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 13 years ago
  38. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 13 years ago
  39. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 13 years ago
  40. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 13 years ago
  41. 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
  42. a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
  43. 7636b19 Merge: Update out of date docstring. by R David Murray · 13 years ago
  44. 3ac8c78 Update out of date docstring. by R David Murray · 13 years ago
  45. 6e50b69 Now that Defects are Exception subclasses, call super. by R David Murray · 13 years ago
  46. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 13 years ago
  47. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 13 years ago
  48. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 13 years ago
  49. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 13 years ago
  50. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 13 years ago
  51. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 13 years ago
  52. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 13 years ago
  53. 36432ea Add '__all__' to _encoded_words and mark QByteMap as private. by R David Murray · 13 years ago
  54. 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 13 years ago
  55. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 13 years ago
  56. dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 13 years ago
  57. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 13 years ago
  58. c27e522 #14731: refactor email policy framework. by R David Murray · 13 years ago
  59. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 13 years ago
  60. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 13 years ago
  61. bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 13 years ago
  62. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  63. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  64. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 13 years ago
  65. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
  66. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
  67. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  68. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  69. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 14 years ago
  70. 992d9e0 Fix few typos. by Florent Xicluna · 14 years ago
  71. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 14 years ago
  72. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 14 years ago
  73. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 14 years ago
  74. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 14 years ago
  75. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 14 years ago
  76. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 14 years ago
  77. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 14 years ago
  78. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  79. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  80. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 14 years ago
  81. 8437fe2 Remove unused method from internal class. by R David Murray · 14 years ago
  82. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 14 years ago
  83. 5e610de Merge with 3.2. by Ezio Melotti · 14 years ago
  84. a3d0be4 Merge with 3.1. by Ezio Melotti · 14 years ago
  85. ce073cd Fix typo in docstring. by Ezio Melotti · 14 years ago
  86. b30f1b4 Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
  87. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
  88. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
  89. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
  90. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
  91. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
  92. b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
  93. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
  94. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 14 years ago
  95. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  96. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  97. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 14 years ago
  98. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
  99. 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
  100. 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago