1. af73496 Merge #19485: clarify get_param example. by R David Murray · 11 years ago
  2. 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
  3. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  4. b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  5. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  6. 08a1472 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
  7. 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
  8. bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
  9. 1424e7d Merge: #18437: fix comment typo. by R David Murray · 11 years ago
  10. 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
  11. 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  12. 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
  13. 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  14. 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
  15. e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
  16. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  17. c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  18. f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 years ago
  19. b83ee30 #11454: Reduce email module load time, improve surrogate check efficiency. by R David Murray · 11 years ago
  20. 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 11 years ago
  21. 2fab358 Add missing FeedParser and BytesFeedParser to email.parser.__all__. by R David Murray · 11 years ago
  22. 5efee58 Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  23. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  24. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 11 years ago
  25. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  26. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  27. 857b24b Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  28. 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 11 years ago
  29. b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 11 years ago
  30. 2e78cd9 Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  31. addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  32. e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 11 years ago
  33. 2940e71 #15220: simplify and speed up feedparser's line splitting. by R David Murray · 11 years ago
  34. 64634eb Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 12 years ago
  35. 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 12 years ago
  36. ec317a8 #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 12 years ago
  37. c9b4e60 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
  38. 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
  39. ceaa8b1 #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
  40. c44911f Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 12 years ago
  41. e201e9d Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 12 years ago
  42. f581b37 #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 12 years ago
  43. 2c4f6e8 Merge #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 12 years ago
  44. 844b0e6 #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 12 years ago
  45. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  46. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  47. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  48. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  49. 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
  50. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  51. 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  52. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 12 years ago
  53. 097a120 #665194: fix variable name in exception code path. by R David Murray · 12 years ago
  54. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  55. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  56. 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  57. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 12 years ago
  58. 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  59. a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  60. 7636b19 Merge: Update out of date docstring. by R David Murray · 12 years ago
  61. 3ac8c78 Update out of date docstring. by R David Murray · 12 years ago
  62. 6e50b69 Now that Defects are Exception subclasses, call super. by R David Murray · 12 years ago
  63. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  64. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 12 years ago
  65. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 12 years ago
  66. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
  67. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  68. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  69. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 12 years ago
  70. 36432ea Add '__all__' to _encoded_words and mark QByteMap as private. by R David Murray · 12 years ago
  71. 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 12 years ago
  72. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
  73. dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 12 years ago
  74. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  75. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  76. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  77. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  78. bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 12 years ago
  79. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  80. 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  81. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  82. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 12 years ago
  83. 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 12 years ago
  84. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  85. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  86. e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
  87. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  88. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  89. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  90. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  91. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  92. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  93. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  94. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  95. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  96. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  97. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  98. 8437fe2 Remove unused method from internal class. by R David Murray · 13 years ago
  99. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  100. 5e610de Merge with 3.2. by Ezio Melotti · 13 years ago