summaryrefslogtreecommitdiffstats
path: root/Lib/email/header.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-141-1/+6
* #11584: make Header and make_header handle binary unknown-8bit inputR David Murray2011-06-181-1/+4
* #11584: make decode_header handle Header objects correctlyR David Murray2011-06-181-2/+3
* #11492: rewrite header folding algorithm. Less code, more passing tests.R David Murray2011-04-181-180/+109
* Merge with 3.1.Ezio Melotti2011-04-131-1/+1
|\
| * Fix typo in docstring.Ezio Melotti2011-04-131-1/+1
* | Merge: Add maxlinelen to docstring, delete obsolete wordingR David Murray2011-04-121-6/+6
|\ \ | |/
| * Add maxlinelen to docstring, delete obsolete wordingR David Murray2011-04-121-6/+6
* | Merge #11492: fix header truncation on folding when there are runs of split c...R David Murray2011-04-081-3/+4
|\ \ | |/
| * #11492: fix header truncation on folding when there are runs of split chars.R David Murray2011-04-081-3/+4
* | #11584: Since __getitem__ returns headers, make decode_header handle them.R David Murray2011-03-251-0/+6
* | Merge #11401 fix from 3.1.R David Murray2011-03-161-1/+1
|\ \ | |/
| * #11401: handle headers with no value.R David Murray2011-03-161-1/+1
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge...R. David Murray2011-02-111-3/+8
| * Merged revisions 87873 via svnmerge fromR. David Murray2011-01-091-1/+9
| * Merged revisions 87750 via svnmerge fromR. David Murray2011-01-051-16/+10
| * Merged revisions 87567 via svnmerge fromR. David Murray2010-12-291-2/+2
| * Merged revisions 83690 via svnmerge fromR. David Murray2010-08-031-0/+3
* | Harmonize linesep docstrings, and fix the quoting of \r\nR David Murray2011-03-141-1/+1
* | #5871: protect against header injection attacks.R. David Murray2011-01-091-1/+9
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-071-2/+7
* | Fix formatting of values with embedded newlines when rfc2047 encodingR. David Murray2011-01-071-3/+8
* | #10790: make append work when output codec is different from input codecR. David Murray2011-01-051-16/+10
* | Fix a comment typo and update another comment to match Python3 realityR. David Murray2010-12-291-2/+2
* | #1349106: add linesep argument to generator.flatten and header.encode.R. David Murray2010-10-231-4/+12
* | #3196: if needed pad a short base64 encoded word before trying to decode.R. David Murray2010-08-031-0/+3
* | Merged revisions 73952 via svnmerge fromAmaury Forgeot d'Arc2009-07-121-1/+1
|/
* Make test_email.py completely pass. This is cheating though because the twoBarry Warsaw2007-08-311-1/+0
* More email package fixes.Barry Warsaw2007-08-311-13/+15
* More email package related repairs. This fixes smtplib's import and use ofBarry Warsaw2007-08-301-4/+5
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-40/+96
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+520
* Remove the email package for now.Guido van Rossum2007-08-251-503/+0
* SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox andGuido van Rossum2007-07-211-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-5/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+2
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+502