| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge: #19003: Only replace \r and/or \n line endings in email.generator. | R David Murray | 2016-09-11 | 1 | -6/+10 |
|
|
* | Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. | R David Murray | 2016-09-09 | 1 | -9/+1 |
|\ |
|
| * | #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. | R David Murray | 2016-09-09 | 1 | -9/+1 |
|
|
* | | Add policy keyword to email.generator.DecodedGenerator. | R David Murray | 2016-09-08 | 1 | -2/+4 |
|
|
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -1/+1 |
|/ |
|
* | #20098: add mangle_from_ policy option. | R David Murray | 2015-05-17 | 1 | -5/+8 |
|
|
* | #21300: Clean up the docs for the email "policy" arguments. | R David Murray | 2014-05-07 | 1 | -3/+6 |
|
|
* | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -4/+0 |
|
|
* | #14983: always add a line end after a MIME boundary marker. | R David Murray | 2014-02-08 | 1 | -2/+1 |
|
|
* | #19772: Do not mutate message when downcoding to 7bit. | R David Murray | 2014-02-08 | 1 | -0/+14 |
|
|
* | Fix a couple of typos. | Ezio Melotti | 2013-08-10 | 1 | -1/+1 |
|
|
* | Merge: PEP8 fixup on previous patch, remove unused imports in test_email. | R David Murray | 2013-03-07 | 1 | -1/+1 |
|\ |
|
| * | PEP8 fixup on previous patch, remove unused import in test_email. | R David Murray | 2013-03-07 | 1 | -1/+1 |
|
|
* | | Merge: #14645: Generator now emits correct linesep for all parts. | R David Murray | 2013-03-07 | 1 | -4/+18 |
|\ \
| |/ |
|
| * | #14645: Generator now emits correct linesep for all parts. | R David Murray | 2013-03-07 | 1 | -4/+18 |
|
|
* | | Merge: #16564: Fix regression in use of encoders.encode_noop with binary data. | R David Murray | 2013-02-09 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #16564: Fix regression in use of encoders.encode_noop with binary data. | R David Murray | 2013-02-09 | 1 | -0/+3 |
|
|
* | | Merge #15249: Mangle From lines correctly when body contains invalid bytes. | R David Murray | 2012-08-24 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | #15249: Mangle From lines correctly when body contains invalid bytes. | R David Murray | 2012-08-24 | 1 | -0/+2 |
|
|
* | | Merge #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 1 | -2/+10 |
|\ \
| |/ |
|
| * | #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 1 | -2/+10 |
|
|
* | | #12586: add provisional email policy with new header parsing and folding. | R David Murray | 2012-05-25 | 1 | -2/+9 |
|
|
* | | #14731: refactor email policy framework. | R David Murray | 2012-05-25 | 1 | -51/+36 |
|
|
* | | Merge #11686: add missing entries to email __all__ lists. | R David Murray | 2012-03-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11686: add missing entries to email __all__ lists. | R David Murray | 2012-03-17 | 1 | -1/+1 |
|
|
* | | #14062: fix BytesParser handling of Header objects | R David Murray | 2012-03-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #14062: fix BytesParser handling of linesep for Header objects | R David Murray | 2012-03-14 | 1 | -1/+1 |
|
|
* | | #11731: simplify/enhance parser/generator API by introducing policy objects. | R David Murray | 2011-04-18 | 1 | -25/+37 |
|
|
* | | #11684: Complete parser bytes interface by adding BytesHeaderParser | R David Murray | 2011-04-13 | 1 | -1/+3 |
|/ |
|
* | Harmonize linesep docstrings, and fix the quoting of \r\n | R David Murray | 2011-03-14 | 1 | -2/+5 |
|
|
* | #11019: Make BytesGenerator handle Message with None body. | R. David Murray | 2011-01-26 | 1 | -0/+2 |
|
|
* | Revert r88197. I'll refix correctly once there is a test. | R. David Murray | 2011-01-26 | 1 | -5/+2 |
|
|
* | Fix BytesGenerator._handle_text() if the message has no payload (None) | Victor Stinner | 2011-01-26 | 1 | -2/+5 |
|
|
* | Fix the change made for issue 1243654. | R. David Murray | 2010-12-21 | 1 | -1/+2 |
|
|
* | #243654: only create a new MIME boundary if we don't already have one. | R. David Murray | 2010-12-12 | 1 | -12/+6 |
|
|
* | Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed. | R. David Murray | 2010-11-21 | 1 | -2/+2 |
|
|
* | #1349106: add linesep argument to generator.flatten and header.encode. | R. David Murray | 2010-10-23 | 1 | -31/+43 |
|
|
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0) | R. David Murray | 2010-10-08 | 1 | -43/+143 |
|
|
* | Fix docstring typo. | R. David Murray | 2010-10-01 | 1 | -1/+1 |
|
|
* | Merged revisions 78274 via svnmerge from | R. David Murray | 2010-02-21 | 1 | -2/+10 |
|
|
* | Merged revisions 77517,77525 via svnmerge from | R. David Murray | 2010-01-16 | 1 | -0/+11 |
|
|
* | Merged revisions 77209,77229,77359-77360,77371 via svnmerge from | Benjamin Peterson | 2010-01-09 | 1 | -1/+1 |
|
|
* | "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ... | Barry Warsaw | 2009-03-30 | 1 | -1/+1 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+2 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -3/+3 |
|
|
* | Oops. I copied a slightly older version of the email package from the sandbox. | Guido van Rossum | 2007-08-30 | 1 | -6/+2 |
|
|
* | Copying the email package back, despite its failings. | Guido van Rossum | 2007-08-30 | 1 | -0/+332 |
|
|
* | Remove the email package for now. | Guido van Rossum | 2007-08-25 | 1 | -354/+0 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -1/+1 |
|
|
* | SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and | Guido van Rossum | 2007-07-21 | 1 | -2/+8 |
|
|