index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
email
/
_header_value_parser.py
Commit message (
Expand
)
Author
Age
*
#20977: fix undefined name in the email module. Patch by Rose Ames.
Ezio Melotti
2014-08-04
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
*
Merge: #16983: Apply postel's law to encoded words inside quoted strings.
R David Murray
2014-02-08
|
\
|
*
#16983: Apply postel's law to encoded words inside quoted strings.
R David Murray
2014-02-08
*
|
Merge: #18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
|
\
|
|
*
#18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
*
|
Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
|
\
|
|
*
#18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
*
|
Issue #17516: use comment syntax for comments, instead of multiline string
Victor Stinner
2013-03-26
*
|
Merge with 3.3, issue #17047: remove doubled words added in 3.3,
Terry Jan Reedy
2013-03-11
|
\
|
|
*
Issue #17047: remove doubled words added in 3.3
Terry Jan Reedy
2013-03-11
*
|
utilize yield from
Philip Jenvey
2012-10-01
|
/
*
#15160: Extend the new email parser to handle MIME headers.
R David Murray
2012-06-24
*
Recognize '<>' as a special case of an angle-addr in header_value_parser.
R David Murray
2012-05-26
*
#12586: add provisional email policy with new header parsing and folding.
R David Murray
2012-05-25