| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Fix formatting of values with embedded newlines when rfc2047 encoding | R. David Murray | 2011-01-07 | 1 | -0/+13 |
|
|
* | | #10790: make append work when output codec is different from input codec | R. David Murray | 2011-01-05 | 1 | -0/+4 |
|
|
* | | #1693546: don't add quotes around RFC 2231 encoded values. | R. David Murray | 2010-12-24 | 1 | -4/+46 |
|
|
* | | #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz | R. David Murray | 2010-12-23 | 1 | -0/+10 |
|
|
* | | Fix the change made for issue 1243654. | R. David Murray | 2010-12-21 | 1 | -0/+11 |
|
|
* | | #9286: Fix the rfc822 parser to preserve whitespace in address local part. | R. David Murray | 2010-12-18 | 1 | -0/+18 |
|
|
* | | #1078919: make add_header automatically do RFC2231 encoding when needed. | R. David Murray | 2010-12-13 | 1 | -0/+23 |
|
|
* | | #8989: add 'domain' keyword to make_msgid. | R. David Murray | 2010-12-02 | 1 | -0/+4 |
|
|
* | | Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. | R. David Murray | 2010-11-21 | 1 | -13/+35 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -33/+33 |
|
|
* | | Improve TestBytesGeneratorIdempotent using by using linesep. | R. David Murray | 2010-11-20 | 1 | -6/+8 |
|
|
* | | Properly close files used by test_email. | Brett Cannon | 2010-10-29 | 1 | -3/+4 |
|
|
* | | #1349106: add linesep argument to generator.flatten and header.encode. | R. David Murray | 2010-10-23 | 2 | -2/+25 |
|
|
* | | #4661: add bytes parsing and generation to email (email version bump to 5.1.0) | R. David Murray | 2010-10-08 | 1 | -3/+269 |
|
|
* | | #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. | R. David Murray | 2010-10-02 | 1 | -0/+18 |
|
|
* | | #10004: in Q encoded word ignore '=xx' when xx is not valid hex. | R. David Murray | 2010-10-01 | 1 | -0/+6 |
|
|
* | | #1194222: make parsedate always return RFC2822 four character years. | R. David Murray | 2010-08-25 | 1 | -0/+13 |
|
|
* | | #3196: if needed pad a short base64 encoded word before trying to decode. | R. David Murray | 2010-08-03 | 1 | -1/+10 |
|
|
* | | #1555570: correctly handle a \r\n that is split by the read buffer. | R. David Murray | 2010-07-17 | 1 | -0/+33 |
|
|
* | | Merged revisions 81675 via svnmerge from | R. David Murray | 2010-06-16 | 1 | -0/+18 |
|
|
* | | #4768: store base64 encoded email body parts as text, not binary. | R. David Murray | 2010-06-04 | 1 | -3/+5 |
|
|
* | | Fix Charset.body_encode to encode to output_charset before calling base64mime. | R. David Murray | 2010-06-03 | 1 | -1/+28 |
|
|
* | | Merged revisions 80800 via svnmerge from | R. David Murray | 2010-05-06 | 1 | -0/+7 |
|
|
* | | Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes | Barry Warsaw | 2010-05-05 | 1 | -0/+0 |
|
|
* | | Merged revisions 80357 via svnmerge from | Ezio Melotti | 2010-04-22 | 1 | -2/+2 |
|
|
* | | Merged revisions 80350 via svnmerge from | Ezio Melotti | 2010-04-22 | 1 | -5/+0 |
|
|
* | | Merged revisions 80062 via svnmerge from | R. David Murray | 2010-04-14 | 1 | -0/+8 |
|
|
* | | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -2/+2 |
|
|
* | | bdecode was already gone in email 5. This merge adds the test from | R. David Murray | 2010-03-08 | 2 | -1/+12 |
|
|
* | | Merged revisions 78274 via svnmerge from | R. David Murray | 2010-02-21 | 2 | -0/+35 |
|
|
* | | Merged revisions 77517,77525 via svnmerge from | R. David Murray | 2010-01-16 | 2 | -0/+71 |
|
|
* | | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
* | | Merged revisions 75301 via svnmerge from | R. David Murray | 2009-10-10 | 1 | -4/+2 |
|
|
* | | Merged revisions 73952 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-12 | 1 | -1/+1 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -43/+43 |
|/ |
|
* | More codestring -> codebytes. | Georg Brandl | 2009-06-04 | 1 | -2/+2 |
|
|
* | "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ... | Barry Warsaw | 2009-03-30 | 3 | -82/+5 |
|
|
* | Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from | Benjamin Peterson | 2009-03-30 | 1 | -2/+2 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -2/+2 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 1 | -8/+8 |
|
|
* | Merged revisions 64260 via svnmerge from | Martin v. Löwis | 2008-06-14 | 1 | -45/+45 |
|
|
* | Ran svneol.py | Martin v. Löwis | 2008-06-13 | 1 | -45/+45 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 4 | -5/+5 |
|
|
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 1 | -0/+3 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -3/+1 |
|
|
* | Get test_email to pass. There is a problem reading the data file and | Neal Norwitz | 2007-10-27 | 1 | -1/+1 |
|
|
* | Restore test_email for a1. It passes completely. | Barry Warsaw | 2007-08-31 | 1 | -2/+2 |
|
|
* | Make test_email.py completely pass. This is cheating though because the two | Barry Warsaw | 2007-08-31 | 1 | -24/+29 |
|
|
* | More email package fixes. | Barry Warsaw | 2007-08-31 | 1 | -9/+8 |
|
|
* | More email package fixes. | Barry Warsaw | 2007-08-31 | 1 | -1/+1 |
|
|