| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | #20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix. | R David Murray | 2014-02-07 | 1 | -40/+12 |
|
|
* | | Merge #20206, #5803: more efficient algorithm that doesn't truncate output. | R David Murray | 2014-01-13 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | #20206, #5803: more efficient algorithm that doesn't truncate output. | R David Murray | 2014-01-13 | 1 | -0/+5 |
|
|
| * | #19063: partially fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 1 | -0/+32 |
|
|
* | | #19957: Simplify encode_7or8bit now that _payload is always str. | R David Murray | 2013-12-13 | 1 | -1/+8 |
|
|
* | | #19063: fix set_payload handling of non-ASCII string input. | R David Murray | 2013-12-11 | 1 | -12/+40 |
|
|
* | | Issue #19590: Use specific asserts in email tests. | Serhiy Storchaka | 2013-11-16 | 1 | -90/+75 |
|\ \
| |/ |
|
| * | Issue #19590: Use specific asserts in email tests. | Serhiy Storchaka | 2013-11-16 | 1 | -90/+75 |
|
|
* | | Issue #12037: Fix test_email for desktop Windows. | Terry Jan Reedy | 2013-08-31 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #12037: Fix test_email for desktop Windows. | Terry Jan Reedy | 2013-08-31 | 1 | -2/+2 |
|
|
* | | Merge #18324: set_payload now correctly handles binary input. | R David Murray | 2013-08-22 | 1 | -0/+36 |
|\ \
| |/ |
|
| * | #18324: set_payload now correctly handles binary input. | R David Murray | 2013-08-22 | 1 | -0/+36 |
|
|
* | | #18505: merge with 3.3. | Ezio Melotti | 2013-08-10 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | #18505: fix duplicate name and remove duplicate test. Patch by Vajrasky Kok. | Ezio Melotti | 2013-08-10 | 1 | -4/+1 |
|
|
* | | #18600: add policy to add_string, and as_bytes and __bytes__ methods. | R David Murray | 2013-08-09 | 1 | -3/+30 |
|/ |
|
* | #18503: small cleanups in test_email. | R David Murray | 2013-07-25 | 1 | -2/+2 |
|
|
* | #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedz... | Ezio Melotti | 2013-07-06 | 1 | -0/+4 |
|
|
* | #14360: make encoders.encode_quopri work. | R David Murray | 2013-06-27 | 1 | -0/+29 |
|
|
* | Merge: #17431: Fix missing import of BytesFeedParser in email.parser. | R David Murray | 2013-03-16 | 1 | -0/+4 |
|
|
* | Merge: PEP8 fixup on previous patch, remove unused imports in test_email. | R David Murray | 2013-03-07 | 1 | -5/+1 |
|
|
* | Merge: #14645: Generator now emits correct linesep for all parts. | R David Murray | 2013-03-07 | 1 | -0/+34 |
|
|
* | Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data. | R David Murray | 2013-02-11 | 1 | -1/+18 |
|
|
* | Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. | R David Murray | 2013-02-09 | 1 | -0/+16 |
|
|
* | Merge: #16948: Fix quopri encoding of non-latin1 character sets. | R David Murray | 2013-02-05 | 1 | -0/+21 |
|
|
* | Closes #15925: fix regression in parsedate() and parsedate_tz() that should r... | Georg Brandl | 2012-09-22 | 1 | -2/+11 |
|
|
* | Merge #15249: Mangle From lines correctly when body contains invalid bytes. | R David Murray | 2012-08-24 | 1 | -1/+15 |
|
|
* | Merge #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 1 | -0/+22 |
|
|
* | #15160: Extend the new email parser to handle MIME headers. | R David Murray | 2012-06-24 | 1 | -0/+31 |
|
|
* | Issue #14653: email.utils.mktime_tz() no longer relies on system | Alexander Belopolsky | 2012-06-22 | 1 | -0/+6 |
|
|
* | #2658: Add test for issue fixed by fix for #1079. | R David Murray | 2012-06-03 | 1 | -0/+10 |
|
|
* | #1079: Fix parsing of encoded words. | R David Murray | 2012-06-02 | 1 | -13/+66 |
|
|
* | Refactor test_email/test_defect_handling. | R David Murray | 2012-05-29 | 1 | -1/+1 |
|
|
* | #1672568: email now registers defects for base64 payload format errors. | R David Murray | 2012-05-28 | 1 | -12/+20 |
|
|
* | #14925: email now registers a defect for missing header/body separator. | R David Murray | 2012-05-28 | 1 | -5/+17 |
|
|
* | #14731: refactor email policy framework. | R David Murray | 2012-05-25 | 1 | -140/+40 |
|
|
* | #14380: Make actual default match docs, fix __init__ order. | R David Murray | 2012-03-23 | 1 | -2/+1 |
|
|
* | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode | R David Murray | 2012-03-23 | 1 | -1/+14 |
|
|
* | Merge #11686: add missing entries to email __all__ lists. | R David Murray | 2012-03-17 | 1 | -8/+5 |
|
|
* | #12818: remove escaping of () in quoted strings in formataddr | R David Murray | 2012-03-14 | 1 | -1/+13 |
|
|
* | #14062: fix BytesParser handling of Header objects | R David Murray | 2012-03-14 | 1 | -0/+24 |
|
|
* | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 | R David Murray | 2012-03-14 | 1 | -2/+19 |
|
|
* | #1874: detect invalid multipart CTE and report it as a defect. | R David Murray | 2011-06-22 | 1 | -0/+45 |
|
|
* | merge #11584: make Header and make_header handle binary unknown-8bit input | R David Murray | 2011-06-18 | 1 | -0/+15 |
|
|
* | merge #11584: make decode_header handle Header objects correctly | R David Murray | 2011-06-18 | 1 | -2/+2 |
|
|
* | #11731: simplify/enhance parser/generator API by introducing policy objects. | R David Murray | 2011-04-18 | 1 | -15/+129 |
|
|
* | Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. | R David Murray | 2011-04-18 | 1 | -17/+132 |
|
|
* | Merge: Improve message.py test coverage to 100%. | R David Murray | 2011-04-16 | 1 | -0/+56 |
|
|
* | #11684: Complete parser bytes interface by adding BytesHeaderParser | R David Murray | 2011-04-13 | 1 | -0/+24 |
|
|
* | Merge #11492: fix header truncation on folding when there are runs of split c... | R David Murray | 2011-04-08 | 1 | -0/+10 |
|
|
* | Merge: Improve test coverage of _split_ascii method. | R David Murray | 2011-04-08 | 1 | -0/+43 |
|
|