1. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  2. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  3. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  4. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  5. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 11 years ago
  6. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  7. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  8. 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  9. ec317a8 #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 11 years ago
  10. 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago
  11. ceaa8b1 #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 11 years ago
  12. e201e9d Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  13. f581b37 #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 11 years ago
  14. 844b0e6 #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 11 years ago
  15. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  16. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  17. 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
  18. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  19. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  20. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 12 years ago
  21. 097a120 #665194: fix variable name in exception code path. by R David Murray · 12 years ago
  22. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  23. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  24. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  25. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 12 years ago
  26. 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  27. a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  28. 7636b19 Merge: Update out of date docstring. by R David Murray · 12 years ago
  29. 3ac8c78 Update out of date docstring. by R David Murray · 12 years ago
  30. 6e50b69 Now that Defects are Exception subclasses, call super. by R David Murray · 12 years ago
  31. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  32. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 12 years ago
  33. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 12 years ago
  34. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
  35. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  36. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  37. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 12 years ago
  38. 36432ea Add '__all__' to _encoded_words and mark QByteMap as private. by R David Murray · 12 years ago
  39. 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 12 years ago
  40. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
  41. dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 12 years ago
  42. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  43. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  44. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  45. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  46. bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 12 years ago
  47. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  48. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  49. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  50. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 12 years ago
  51. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 12 years ago
  52. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  53. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  54. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  55. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  56. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  57. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  58. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  59. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  60. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  61. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  62. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  63. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  64. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  65. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  66. 8437fe2 Remove unused method from internal class. by R David Murray · 13 years ago
  67. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  68. 5e610de Merge with 3.2. by Ezio Melotti · 13 years ago
  69. a3d0be4 Merge with 3.1. by Ezio Melotti · 13 years ago
  70. ce073cd Fix typo in docstring. by Ezio Melotti · 13 years ago
  71. b30f1b4 Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  72. 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  73. 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 13 years ago
  74. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  75. 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  76. e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  77. b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  78. 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  79. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  80. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  81. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  82. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 13 years ago
  83. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  84. 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  85. 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  86. c7d28be Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  87. b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  88. 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  89. 523b41c Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  90. cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  91. 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  92. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  93. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 13 years ago
  94. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 13 years ago
  95. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 13 years ago
  96. de91276 #11401: handle headers with no value. by R David Murray · 13 years ago
  97. 78099bb Merge #9298 fix. by R David Murray · 13 years ago
  98. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 13 years ago
  99. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  100. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago