summaryrefslogtreecommitdiffstats
path: root/Lib/email/test
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix formatting of values with embedded newlines when rfc2047 encodingR. David Murray2011-01-071-0/+13
* | #10790: make append work when output codec is different from input codecR. David Murray2011-01-051-0/+4
* | #1693546: don't add quotes around RFC 2231 encoded values.R. David Murray2010-12-241-4/+46
* | #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tzR. David Murray2010-12-231-0/+10
* | Fix the change made for issue 1243654.R. David Murray2010-12-211-0/+11
* | #9286: Fix the rfc822 parser to preserve whitespace in address local part.R. David Murray2010-12-181-0/+18
* | #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-131-0/+23
* | #8989: add 'domain' keyword to make_msgid.R. David Murray2010-12-021-0/+4
* | Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.R. David Murray2010-11-211-13/+35
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-33/+33
* | Improve TestBytesGeneratorIdempotent using by using linesep.R. David Murray2010-11-201-6/+8
* | Properly close files used by test_email.Brett Cannon2010-10-291-3/+4
* | #1349106: add linesep argument to generator.flatten and header.encode.R. David Murray2010-10-232-2/+25
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-3/+269
* | #1050268: make parseaddr 'quote' the contents of quoted strings in addresses.R. David Murray2010-10-021-0/+18
* | #10004: in Q encoded word ignore '=xx' when xx is not valid hex.R. David Murray2010-10-011-0/+6
* | #1194222: make parsedate always return RFC2822 four character years.R. David Murray2010-08-251-0/+13
* | #3196: if needed pad a short base64 encoded word before trying to decode.R. David Murray2010-08-031-1/+10
* | #1555570: correctly handle a \r\n that is split by the read buffer.R. David Murray2010-07-171-0/+33
* | Merged revisions 81675 via svnmerge fromR. David Murray2010-06-161-0/+18
* | #4768: store base64 encoded email body parts as text, not binary.R. David Murray2010-06-041-3/+5
* | Fix Charset.body_encode to encode to output_charset before calling base64mime.R. David Murray2010-06-031-1/+28
* | Merged revisions 80800 via svnmerge fromR. David Murray2010-05-061-0/+7
* | Bug 7755: audiotest.au is arguably copyrighted material, but definitely makesBarry Warsaw2010-05-051-0/+0
* | Merged revisions 80357 via svnmerge fromEzio Melotti2010-04-221-2/+2
* | Merged revisions 80350 via svnmerge fromEzio Melotti2010-04-221-5/+0
* | Merged revisions 80062 via svnmerge fromR. David Murray2010-04-141-0/+8
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-2/+2
* | bdecode was already gone in email 5. This merge adds the test fromR. David Murray2010-03-082-1/+12
* | Merged revisions 78274 via svnmerge fromR. David Murray2010-02-212-0/+35
* | Merged revisions 77517,77525 via svnmerge fromR. David Murray2010-01-162-0/+71
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* | Merged revisions 75301 via svnmerge fromR. David Murray2009-10-101-4/+2
* | Merged revisions 73952 via svnmerge fromAmaury Forgeot d'Arc2009-07-121-1/+1
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-43/+43
|/
* More codestring -> codebytes.Georg Brandl2009-06-041-2/+2
* "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...Barry Warsaw2009-03-303-82/+5
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-301-2/+2
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-021-8/+8
* Merged revisions 64260 via svnmerge fromMartin v. Löwis2008-06-141-45/+45
* Ran svneol.pyMartin v. Löwis2008-06-131-45/+45
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-204-5/+5
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-191-0/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+1
* Get test_email to pass. There is a problem reading the data file andNeal Norwitz2007-10-271-1/+1
* Restore test_email for a1. It passes completely.Barry Warsaw2007-08-311-2/+2
* Make test_email.py completely pass. This is cheating though because the twoBarry Warsaw2007-08-311-24/+29
* More email package fixes.Barry Warsaw2007-08-311-9/+8
* More email package fixes.Barry Warsaw2007-08-311-1/+1