- 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 10 years ago
- 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
- 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 10 years ago
- d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
- 685b349 #21991: make headerregistry params property MappingProxyType. by R David Murray · 10 years ago
- 5294529 Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 10 years ago
- 8a97896 #21091: make is_attachment a method. by R David Murray · 10 years ago
- 97dfad7 #21079: is_attachment now looks only at the value, ignoring parameters. by R David Murray · 10 years ago
- 320a1c0 Issue #21448: Fixed FeedParser feed() to avoid O(N**2) behavior when parsing long line. by Serhiy Storchaka · 10 years ago
- d577480 #20977: fix undefined name in the email module. Patch by Rose Ames. by Ezio Melotti · 10 years ago
- c6772c4 #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed. by R David Murray · 11 years ago
- e252446 #21300: Clean up the docs for the email "policy" arguments. by R David Murray · 11 years ago
- 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 11 years ago
- 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
- 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 11 years ago
- 66c3d18 Merge: #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
- e9c3147 #14983: always add a line end after a MIME boundary marker. by R David Murray · 11 years ago
- 01e46ee Merge: #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 11 years ago
- 0400d33 #16983: Apply postel's law to encoded words inside quoted strings. by R David Murray · 11 years ago
- ff9616b Merge #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
- 905c8c3 #19772: Do not mutate message when downcoding to 7bit. by R David Murray · 11 years ago
- c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 11 years ago
- 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 11 years ago
- feb6852 Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 11 years ago
- fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. by R David Murray · 11 years ago
- 15a693a #20531: Apply the 3.3 version of the #19063 fix. by R David Murray · 11 years ago
- 27e9de6 #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. by R David Murray · 11 years ago
- aa21297 #20476: use EmailMessage as factory if non-compat32 policy is used. by R David Murray · 11 years ago
- 44fcaae Merge #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
- 2313e15 #20206, #5803: more efficient algorithm that doesn't truncate output. by R David Murray · 11 years ago
- 775632b #19957: Simplify encode_7or8bit now that _payload is always str. by R David Murray · 11 years ago
- 50bfbb9 #19063: fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
- d5c4c74 #19063: partially fix set_payload handling of non-ASCII string input. by R David Murray · 11 years ago
- af73496 Merge #19485: clarify get_param example. by R David Murray · 11 years ago
- 0de4d3e #19485: clarify get_param example. by R David Murray · 11 years ago
- 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
- b8c5370 Merge #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
- 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
- 08a1472 Merge typo fixes from 3.3. by Ezio Melotti · 11 years ago
- 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
- bb17d2b #18600: add policy to add_string, and as_bytes and __bytes__ methods. by R David Murray · 11 years ago
- 1424e7d Merge: #18437: fix comment typo. by R David Murray · 11 years ago
- 037f658 #18437: fix comment typo. by R David Murray · 11 years ago
- 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
- 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 11 years ago
- 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
- 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
- e0a39de #18380: merge with 3.3. by Ezio Melotti · 12 years ago
- 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 12 years ago
- c723da3 Merge #14360: make encoders.encode_quopri work. by R David Murray · 12 years ago
- f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 12 years ago
- b83ee30 #11454: Reduce email module load time, improve surrogate check efficiency. by R David Murray · 12 years ago
- 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 12 years ago
- 2fab358 Add missing FeedParser and BytesFeedParser to email.parser.__all__. by R David Murray · 12 years ago
- 5efee58 Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
- 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
- 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
- 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 12 years ago
- 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 12 years ago
- 857b24b Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 12 years ago
- 965794e Merge: PEP8 fixup on previous patch, remove unused imports in test_email. by R David Murray · 12 years ago
- b9534f4 PEP8 fixup on previous patch, remove unused import in test_email. by R David Murray · 12 years ago
- 2e78cd9 Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
- addb0be Merge: #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
- e67c6c5 #14645: Generator now emits correct linesep for all parts. by R David Murray · 12 years ago
- 2940e71 #15220: simplify and speed up feedparser's line splitting. by R David Murray · 12 years ago
- 64634eb Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 12 years ago
- 66383b2 Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 12 years ago
- ec317a8 #17171: fix email.encoders.encode_7or8bit when applied to binary data. by R David Murray · 12 years ago
- c9b4e60 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
- 6cb1d67 Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
- ceaa8b1 #16564: Fix regression in use of encoders.encode_noop with binary data. by R David Murray · 12 years ago
- c44911f Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 12 years ago
- e201e9d Merge: #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 12 years ago
- f581b37 #16948: Fix quopri encoding of non-latin1 character sets. by R David Murray · 12 years ago
- 2c4f6e8 Merge #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 12 years ago
- 844b0e6 #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 12 years ago
- a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
- 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
- 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
- ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
- 638d40b #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
- f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 12 years ago
- 097a120 #665194: fix variable name in exception code path. by R David Murray · 12 years ago
- b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
- 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
- 6a31bc6 #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
- 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 13 years ago
- 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
- a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
- 7636b19 Merge: Update out of date docstring. by R David Murray · 13 years ago
- 3ac8c78 Update out of date docstring. by R David Murray · 13 years ago
- 6e50b69 Now that Defects are Exception subclasses, call super. by R David Murray · 13 years ago
- 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 13 years ago
- 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 13 years ago
- abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 13 years ago
- 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 13 years ago
- 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 13 years ago