summaryrefslogtreecommitdiffstats
path: root/Lib/email/test/test_email.py
Commit message (Expand)AuthorAgeFilesLines
* #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-071-35/+53
* 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-231-1/+23
* #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
* 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
* bdecode was already gone in email 5. This merge adds the test fromR. David Murray2010-03-081-1/+5
* Merged revisions 78274 via svnmerge fromR. David Murray2010-02-211-0/+12
* Merged revisions 77517,77525 via svnmerge fromR. David Murray2010-01-161-0/+38
* Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-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-301-2/+2
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-021-8/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* 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
* 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
* More email package fixes.Barry Warsaw2007-08-311-1/+1
* More email package fixes.Barry Warsaw2007-08-301-5/+13
* More email package related repairs. This fixes smtplib's import and use ofBarry Warsaw2007-08-301-3/+1
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-174/+267
* Fix a more bytes/str confusion.Barry Warsaw2007-08-301-4/+2
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+3307
* Remove the email package for now.Guido van Rossum2007-08-251-3285/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1