summaryrefslogtreecommitdiffstats
path: root/Lib/email/generator.py
Commit message (Expand)AuthorAgeFilesLines
* Merge #15249: Mangle From lines correctly when body contains invalid bytes.R David Murray2012-08-241-0/+2
|\
| * #15249: Mangle From lines correctly when body contains invalid bytes.R David Murray2012-08-241-0/+2
* | Merge #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-231-2/+10
|\ \ | |/
| * #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-231-2/+10
* | #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-2/+9
* | #14731: refactor email policy framework.R David Murray2012-05-251-51/+36
* | Merge #11686: add missing entries to email __all__ lists.R David Murray2012-03-171-1/+1
|\ \ | |/
| * #11686: add missing entries to email __all__ lists.R David Murray2012-03-171-1/+1
* | #14062: fix BytesParser handling of Header objectsR David Murray2012-03-141-0/+3
|\ \ | |/
| * #14062: fix BytesParser handling of linesep for Header objectsR David Murray2012-03-141-1/+1
* | #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-25/+37
* | #11684: Complete parser bytes interface by adding BytesHeaderParserR David Murray2011-04-131-1/+3
|/
* Harmonize linesep docstrings, and fix the quoting of \r\nR David Murray2011-03-141-2/+5
* #11019: Make BytesGenerator handle Message with None body.R. David Murray2011-01-261-0/+2
* 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 the change made for issue 1243654.R. David Murray2010-12-211-1/+2
* #243654: only create a new MIME boundary if we don't already have one.R. David Murray2010-12-121-12/+6
* Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.R. David Murray2010-11-211-2/+2
* #1349106: add linesep argument to generator.flatten and header.encode.R. David Murray2010-10-231-31/+43
* #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-43/+143
* Fix docstring typo.R. David Murray2010-10-011-1/+1
* Merged revisions 78274 via svnmerge fromR. David Murray2010-02-211-2/+10
* Merged revisions 77517,77525 via svnmerge fromR. David Murray2010-01-161-0/+11
* Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
* "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...Barry Warsaw2009-03-301-1/+1
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-3/+3
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-6/+2
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+332
* Remove the email package for now.Guido van Rossum2007-08-251-354/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox andGuido van Rossum2007-07-211-2/+8
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-15/+15
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+348