- 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
- 2af76da Fix a couple of typos. by Ezio Melotti · 11 years ago
- 037f658 #18437: fix comment typo. 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
- 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 11 years ago
- 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
- f6069f9 #14360: make encoders.encode_quopri work. by R David Murray · 11 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
- 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 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
- 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
- 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
- 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
- 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
- 844b0e6 #16811: Fix folding of headers with no value in provisional policies. by R David Murray · 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
- 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 · 12 years ago
- 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
- a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
- 7636b19 Merge: Update out of date docstring. by R David Murray · 12 years ago
- 3ac8c78 Update out of date docstring. by R David Murray · 12 years ago
- 6e50b69 Now that Defects are Exception subclasses, call super. by R David Murray · 12 years ago
- 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
- 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 12 years ago
- abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 12 years ago
- 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
- 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
- adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
- ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 12 years ago
- 36432ea Add '__all__' to _encoded_words and mark QByteMap as private. by R David Murray · 12 years ago
- 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 12 years ago
- d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
- dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 12 years ago
- 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
- c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
- 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 13 years ago
- 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 13 years ago
- bd53809 #14344: fixed the repr of email.policy objects. by R David Murray · 13 years ago
- 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
- 1b6c724 #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
- b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 13 years ago
- 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
- 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
- e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
- 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
- e41f0de Merge 3.2, fix typos. by Florent Xicluna · 13 years ago
- 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
- 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
- 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
- e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
- e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
- 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
- 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
- 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 14 years ago
- f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
- 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
- a2860e8 Improve message.py test coverage to 100%. by R David Murray · 14 years ago
- 8437fe2 Remove unused method from internal class. by R David Murray · 14 years ago
- b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 14 years ago
- 5e610de Merge with 3.2. by Ezio Melotti · 14 years ago
- a3d0be4 Merge with 3.1. by Ezio Melotti · 14 years ago
- ce073cd Fix typo in docstring. by Ezio Melotti · 14 years ago
- b30f1b4 Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
- 94f90dd Merge: Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
- 308f14a Add maxlinelen to docstring, delete obsolete wording by R David Murray · 14 years ago
- 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
- 80221ed Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
- e1292a2 #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 14 years ago
- b65df26 Merge: Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
- 7da4db1 Improve test coverage of _split_ascii method. by R David Murray · 14 years ago
- 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 14 years ago
- a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
- c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
- 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 14 years ago
- 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
- 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
- 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
- c7d28be Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
- b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
- 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
- 523b41c Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
- cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
- 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
- ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
- 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 14 years ago