summaryrefslogtreecommitdiffstats
path: root/Lib/email/quoprimime.py
Commit message (Collapse)AuthorAgeFilesLines
* #2622 Import errors in email.message, from a py2app standalone application.Amaury Forgeot d'Arc2009-07-111-3/+3
| | | | Patch by Mads Kiilerich, Reviewed by Barry Warsaw.
* Remove Barry's love of deprecated syntax to silence warnings in the emailBrett Cannon2008-08-031-1/+1
| | | | package, when run under -3, about using <>.
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-0/+336
and NEWS updates.