summaryrefslogtreecommitdiff
path: root/Lib/email/parser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in email folding logic (GH-12732) (GH-14799)Miss Islington (bot)2019-07-211-1/+0
* Issue #27076: Doc, comment and tests spelling fixesMartin Panter2016-05-261-2/+2
* #21476: Unwrap fp in BytesParser so the file isn't unexpectedly closed.R David Murray2014-06-261-1/+3
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-2/+0
* #20476: use EmailMessage as factory if non-compat32 policy is used.R David Murray2014-02-071-1/+1
* Add missing FeedParser and BytesFeedParser to email.parser.__all__.R David Murray2013-03-151-1/+2
* Merge: #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-151-1/+1
|\
| * #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-151-1/+1
| * #11686: add missing entries to email __all__ lists.R David Murray2012-03-161-1/+1
* | #14731: refactor email policy framework.R David Murray2012-05-251-2/+2
* | #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-181-2/+9
* | #11684: Complete parser bytes interface by adding BytesHeaderParserR David Murray2011-04-131-1/+9
* | Remove the 'strict' argument to Parser, deprecated since 2.4.R David Murray2011-03-291-22/+2
|/
* Properly close a temporary TextIOWrapper in 'email'.Brett Cannon2010-10-291-1/+2
* #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-1/+45
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-5/+1
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+95
* Remove the email package for now.Guido van Rossum2007-08-251-91/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+91