summaryrefslogtreecommitdiff
path: root/Lib/email/generator.py
Commit message (Expand)AuthorAgeFilesLines
* Merge: #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-111-6/+10
* Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.R David Murray2016-09-081-2/+4
|\
| * Add policy keyword to email.generator.DecodedGenerator.R David Murray2016-09-081-2/+4
| * Issue #27895: Spelling fixes (Contributed by Ville Skytt?).Raymond Hettinger2016-08-301-1/+1
* | #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.R David Murray2016-09-081-9/+1
|/
* #20098: add mangle_from_ policy option.R David Murray2015-05-171-5/+8
* #21300: Clean up the docs for the email "policy" arguments.R David Murray2014-05-061-3/+6
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-4/+0
* #14983: always add a line end after a MIME boundary marker.R David Murray2014-02-081-2/+1
* #19772: Do not mutate message when downcoding to 7bit.R David Murray2014-02-081-0/+14
* Fix a couple of typos.Ezio Melotti2013-08-101-1/+1
* Merge: PEP8 fixup on previous patch, remove unused imports in test_email.R David Murray2013-03-071-49/+58
|\
| * Merge: #14645: Generator now emits correct linesep for all parts.R David Murray2013-03-071-49/+58
| |\
| | * Merge: #16564: Fix regression in use of encoders.encode_noop with binary data.R David Murray2013-02-091-0/+3
| | |\
| | * \ Merge #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-221-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-161-1/+1
| | |\ \ \ \
| | * \ \ \ \ #14062: fix BytesParser handling of Header objectsR David Murray2012-03-141-25/+42
| | |\ \ \ \ \
| | | * | | | | #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
* | | | | | | | PEP8 fixup on previous patch, remove unused import in test_email.R David Murray2013-03-071-1/+1
|/ / / / / / /
* | | | | | | #14645: Generator now emits correct linesep for all parts.R David Murray2013-03-071-4/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | #16564: Fix regression in use of encoders.encode_noop with binary data.R David Murray2013-02-091-0/+3
| |_|_|_|/ |/| | | |
* | | | | #15249: Mangle From lines correctly when body contains invalid bytes.R David Murray2012-08-241-0/+2
| |_|_|/ |/| | |
* | | | #15232: correctly mangle From lines in MIME preamble and epilogueR David Murray2012-07-221-2/+10
| |_|/ |/| |
* | | #11686: add missing entries to email __all__ lists.R David Murray2012-03-161-1/+1
|/ /
* | #14062: fix BytesParser handling of linesep for Header objectsR David Murray2012-03-141-1/+1
|/
* 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