aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/email/_header_value_parser.py
Commit message (Expand)AuthorAge
* #20977: fix undefined name in the email module. Patch by Rose Ames.Ezio Melotti2014-08-04
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Merge: #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-08
|\
| * #16983: Apply postel's law to encoded words inside quoted strings.R David Murray2014-02-08
* | Merge: #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-12
|\|
| * #18431: Decode encoded words in atoms in new email parser.R David Murray2013-07-12
* | Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-11
|\|
| * #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=R David Murray2013-07-11
* | Issue #17516: use comment syntax for comments, instead of multiline stringVictor Stinner2013-03-26
* | Merge with 3.3, issue #17047: remove doubled words added in 3.3,Terry Jan Reedy2013-03-11
|\|
| * Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-11
* | utilize yield fromPhilip Jenvey2012-10-01
|/
* #15160: Extend the new email parser to handle MIME headers.R David Murray2012-06-24
* Recognize '<>' as a special case of an angle-addr in header_value_parser.R David Murray2012-05-26
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-25