| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-27737: Allow whitespace only headers encoding (#13478) | Batuhan Taşkaya | 2019-05-23 | 1 | -1/+1 |
|
|
* | bpo-31677: email: Remove re.IGNORECASE flag (GH-3868) | INADA Naoki | 2017-10-04 | 1 | -2/+2 |
|
|
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -2/+2 |
|
|
* | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ | Serhiy Storchaka | 2015-01-31 | 1 | -3/+0 |
|
|
* | Issue #20976: pyflakes: Remove unused imports | Victor Stinner | 2014-03-20 | 1 | -2/+0 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | #1079: Fix parsing of encoded words. | R David Murray | 2012-06-02 | 1 | -4/+41 |
|/ |
|
* | #14291: if a header has non-ascii unicode, default to CTE using utf-8 | R David Murray | 2012-03-14 | 1 | -1/+6 |
|
|
* | #11584: make Header and make_header handle binary unknown-8bit input | R David Murray | 2011-06-18 | 1 | -1/+4 |
|
|
* | #11584: make decode_header handle Header objects correctly | R David Murray | 2011-06-18 | 1 | -2/+3 |
|
|
* | #11492: rewrite header folding algorithm. Less code, more passing tests. | R David Murray | 2011-04-18 | 1 | -180/+109 |
|
|
* | Merge with 3.1. | Ezio Melotti | 2011-04-13 | 1 | -1/+1 |
|\ |
|
| * | Fix typo in docstring. | Ezio Melotti | 2011-04-13 | 1 | -1/+1 |
|
|
* | | Merge: Add maxlinelen to docstring, delete obsolete wording | R David Murray | 2011-04-12 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Add maxlinelen to docstring, delete obsolete wording | R David Murray | 2011-04-12 | 1 | -6/+6 |
|
|
* | | Merge #11492: fix header truncation on folding when there are runs of split c... | R David Murray | 2011-04-08 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | #11492: fix header truncation on folding when there are runs of split chars. | R David Murray | 2011-04-08 | 1 | -3/+4 |
|
|
* | | #11584: Since __getitem__ returns headers, make decode_header handle them. | R David Murray | 2011-03-25 | 1 | -0/+6 |
|
|
* | | Merge #11401 fix from 3.1. | R David Murray | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11401: handle headers with no value. | R David Murray | 2011-03-16 | 1 | -1/+1 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge... | R. David Murray | 2011-02-11 | 1 | -3/+8 |
|
|
| * | Merged revisions 87873 via svnmerge from | R. David Murray | 2011-01-09 | 1 | -1/+9 |
|
|
| * | Merged revisions 87750 via svnmerge from | R. David Murray | 2011-01-05 | 1 | -16/+10 |
|
|
| * | Merged revisions 87567 via svnmerge from | R. David Murray | 2010-12-29 | 1 | -2/+2 |
|
|
| * | Merged revisions 83690 via svnmerge from | R. David Murray | 2010-08-03 | 1 | -0/+3 |
|
|
* | | Harmonize linesep docstrings, and fix the quoting of \r\n | R David Murray | 2011-03-14 | 1 | -1/+1 |
|
|
* | | #5871: protect against header injection attacks. | R. David Murray | 2011-01-09 | 1 | -1/+9 |
|
|
* | | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 1 | -2/+7 |
|
|
* | | Fix formatting of values with embedded newlines when rfc2047 encoding | R. David Murray | 2011-01-07 | 1 | -3/+8 |
|
|
* | | #10790: make append work when output codec is different from input codec | R. David Murray | 2011-01-05 | 1 | -16/+10 |
|
|
* | | Fix a comment typo and update another comment to match Python3 reality | R. David Murray | 2010-12-29 | 1 | -2/+2 |
|
|
* | | #1349106: add linesep argument to generator.flatten and header.encode. | R. David Murray | 2010-10-23 | 1 | -4/+12 |
|
|
* | | #3196: if needed pad a short base64 encoded word before trying to decode. | R. David Murray | 2010-08-03 | 1 | -0/+3 |
|
|
* | | Merged revisions 73952 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-12 | 1 | -1/+1 |
|/ |
|
* | Make test_email.py completely pass. This is cheating though because the two | Barry Warsaw | 2007-08-31 | 1 | -1/+0 |
|
|
* | More email package fixes. | Barry Warsaw | 2007-08-31 | 1 | -13/+15 |
|
|
* | More email package related repairs. This fixes smtplib's import and use of | Barry Warsaw | 2007-08-30 | 1 | -4/+5 |
|
|
* | Oops. I copied a slightly older version of the email package from the sandbox. | Guido van Rossum | 2007-08-30 | 1 | -40/+96 |
|
|
* | Copying the email package back, despite its failings. | Guido van Rossum | 2007-08-30 | 1 | -0/+520 |
|
|
* | Remove the email package for now. | Guido van Rossum | 2007-08-25 | 1 | -503/+0 |
|
|
* | SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and | Guido van Rossum | 2007-07-21 | 1 | -2/+2 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -5/+5 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+2 |
|
|
* | Killed the <> operator. You must now use !=. | Guido van Rossum | 2006-08-24 | 1 | -2/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+502 |
|
|