summaryrefslogtreecommitdiff
path: root/Lib/email/quoprimime.py
Commit message (Expand)AuthorAgeFilesLines
* Merge #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-241-60/+85
|\
| * #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-241-60/+85
* | Merge #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-231-3/+3
|\ \ | |/
| * #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-231-3/+3
| * Merged revisions 85142 via svnmerge fromR. David Murray2010-10-011-1/+1
* | #10004: in Q encoded word ignore '=xx' when xx is not valid hex.R. David Murray2010-10-011-1/+1
* | Merged revisions 73952 via svnmerge fromAmaury Forgeot d'Arc2009-07-121-3/+3
|/
* Remove nonexisting stuff from __all__.Georg Brandl2009-06-041-2/+0
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-6/+6
* More email package fixes.Barry Warsaw2007-08-311-1/+1
* More email package related repairs. This fixes smtplib's import and use ofBarry Warsaw2007-08-301-1/+1
* Make this module importable, this gets test___all__ to pass.Neal Norwitz2007-08-301-1/+1
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-55/+44
* Fix a more bytes/str confusion.Barry Warsaw2007-08-301-1/+4
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+307
* Remove the email package for now.Guido van Rossum2007-08-251-336/+0
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+336