summaryrefslogtreecommitdiffstats
path: root/Lib/email
Commit message (Expand)AuthorAgeFilesLines
...
| * Merged revisions 82922 via svnmerge fromR. David Murray2010-07-172-0/+37
| * Merged revisions 82011 via svnmerge fromR. David Murray2010-06-162-1/+19
| * Merged revisions 81685 via svnmerge fromR. David Murray2010-06-042-4/+6
| * Merged revisions 81660 via svnmerge fromR. David Murray2010-06-032-1/+30
| * Merged revisions 80795 via svnmerge fromMatthias Klose2010-05-211-0/+0
| * Merged revisions 79996,80855 via svnmerge fromR. David Murray2010-05-062-1/+8
| * Merged revisions 80359 via svnmerge fromEzio Melotti2010-04-221-2/+2
| * Merged revisions 80353 via svnmerge fromEzio Melotti2010-04-221-5/+0
| * Merged revisions 80078 via svnmerge fromR. David Murray2010-04-142-1/+9
| * Merged revisions 78276 via svnmerge fromR. David Murray2010-02-213-2/+45
| * Merged revisions 77542 via svnmerge fromR. David Murray2010-01-163-0/+82
| * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-093-3/+3
| * Add mktime_tz to __all__. It's documented as being available in email.utils.Barry Warsaw2009-11-251-1/+2
| * Merged revisions 75307 via svnmerge fromR. David Murray2009-10-102-5/+3
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-43/+43
| * Merged revisions 73623-73624 via svnmerge fromBenjamin Peterson2009-06-281-4/+0
* | Fix header encoding of long headers when using euc-jp and shift_jis.R David Murray2011-03-152-1/+15
* | Harmonize linesep docstrings, and fix the quoting of \r\nR David Murray2011-03-142-3/+6
* | Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository.Antoine Pitrou2011-03-051-46/+46
* | Add updated .hgeol file and fix newlines in the 3.2 branch.Georg Brandl2011-03-051-46/+46
* | #11019: Make BytesGenerator handle Message with None body.R. David Murray2011-01-262-0/+9
* | Revert r88197. I'll refix correctly once there is a test.R. David Murray2011-01-261-5/+2
* | Fix BytesGenerator._handle_text() if the message has no payload (None)Victor Stinner2011-01-261-2/+5
* | fix import in email.message_from_binary_file()Victor Stinner2011-01-251-1/+1
* | #5871: protect against header injection attacks.R. David Murray2011-01-092-1/+21
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-074-55/+89
* | Fix formatting of values with embedded newlines when rfc2047 encodingR. David Murray2011-01-072-3/+21
* | Remove doc for nonexisting parameter.Georg Brandl2011-01-061-3/+1
* | #10790: make append work when output codec is different from input codecR. David Murray2011-01-052-16/+14
* | Fix a comment typo and update another comment to match Python3 realityR. David Murray2010-12-291-2/+2
* | #1693546: don't add quotes around RFC 2231 encoded values.R. David Murray2010-12-242-5/+49
* | #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tzR. David Murray2010-12-232-1/+13
* | Fix the change made for issue 1243654.R. David Murray2010-12-212-1/+13
* | #9286: Fix the rfc822 parser to preserve whitespace in address local part.R. David Murray2010-12-182-2/+32
* | #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-132-3/+44
* | #243654: only create a new MIME boundary if we don't already have one.R. David Murray2010-12-121-12/+6
* | #8989: add 'domain' keyword to make_msgid.R. David Murray2010-12-022-4/+11
* | Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.R. David Murray2010-11-212-15/+37
* | #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
* | Properly close a temporary TextIOWrapper in 'email'.Brett Cannon2010-10-291-1/+2
* | #1349106: add linesep argument to generator.flatten and header.encode.R. David Murray2010-10-234-37/+80
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-086-74/+554
* | #1050268: make parseaddr 'quote' the contents of quoted strings in addresses.R. David Murray2010-10-022-2/+25
* | Fix docstring typo.R. David Murray2010-10-011-1/+1
* | #10004: in Q encoded word ignore '=xx' when xx is not valid hex.R. David Murray2010-10-012-1/+7
* | Fix a couple spelling errors in comments and delete redundant __len__ def.R. David Murray2010-10-011-5/+2
* | #1194222: make parsedate always return RFC2822 four character years.R. David Murray2010-08-252-0/+25
* | #3196: if needed pad a short base64 encoded word before trying to decode.R. David Murray2010-08-032-1/+13