summaryrefslogtreecommitdiffstats
path: root/Lib/email/header.py
Commit message (Expand)AuthorAgeFilesLines
* #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