summaryrefslogtreecommitdiff
path: root/Lib/email/errors.py
Commit message (Expand)AuthorAgeFilesLines
* Now that Defects are Exception subclasses, call super.R David Murray2012-06-081-0/+5
* #12515: email now registers a defect if the MIME end boundary is missing.R David Murray2012-05-271-0/+3
* #14925: email now registers a defect for missing header/body separator.R David Murray2012-05-271-2/+4
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-3/+40
* #1874: detect invalid multipart CTE and report it as a defect.R David Murray2011-06-221-0/+3
* #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-1/+1
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+57
* Remove the email package for now.Guido van Rossum2007-08-251-57/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+57