index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
email
/
_header_value_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
Miss Islington (bot)
2019-07-17
1
-1/+1
*
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...
Miss Islington (bot)
2019-07-17
1
-0/+3
*
Fix infinite loop in email folding logic (GH-12732)
Miss Islington (bot)
2019-07-16
1
-5/+12
*
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...
Miss Islington (bot)
2019-06-26
1
-0/+3
*
[3.8] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13909)
Abhilash Raj
2019-06-11
1
-0/+1
*
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj
2019-06-04
1
-15/+122
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
bpo-33524: Fix the folding of email header when max_line_length is 0 or None ...
Abhilash Raj
2019-05-17
1
-1/+2
*
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020)
Krzysztof Wojcik
2019-05-14
1
-10/+13
*
bpo-34424: Handle different policy.linesep lengths correctly. (#8803)
Jens Troeger
2019-05-14
1
-1/+1
*
email: use dict instead of OrderedDict (GH-11709)
Inada Naoki
2019-02-05
1
-2/+1
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-2/+2
*
bpo-33476: Fix _header_value_parser when address group is missing final ';' (...
Dong-hee Na
2018-07-28
1
-1/+1
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
1
-2/+2
*
bpo-27931: Fix email address header parsing error (#5329)
jayyyin
2018-01-29
1
-1/+7
*
bpo-27240 Rewrite the email header folding algorithm. (#3488)
R. David Murray
2017-12-03
1
-443/+286
*
bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)
Serhiy Storchaka
2017-11-16
1
-5/+4
*
bpo-30532: Fix whitespace folding in certain cases
Joel Hillacre
2017-06-26
1
-3/+1
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-8/+8
*
Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
Serhiy Storchaka
2016-07-17
1
-2/+2
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-3/+3
*
#24211: Add RFC6532 support to the email library.
R David Murray
2015-05-17
1
-4/+7
*
#23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
1
-7/+27
*
#20977: fix undefined name in the email module. Patch by Rose Ames.
Ezio Melotti
2014-08-04
1
-3/+3
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1/+1
*
Merge: #16983: Apply postel's law to encoded words inside quoted strings.
R David Murray
2014-02-08
1
-0/+7
|
\
|
*
#16983: Apply postel's law to encoded words inside quoted strings.
R David Murray
2014-02-08
1
-0/+7
*
|
Merge: #18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
1
-2/+21
|
\
\
|
|
/
|
*
#18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
1
-2/+21
*
|
Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
1
-36/+7
|
\
\
|
|
/
|
*
#18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
1
-36/+7
*
|
Issue #17516: use comment syntax for comments, instead of multiline string
Victor Stinner
2013-03-26
1
-18/+16
*
|
Merge with 3.3, issue #17047: remove doubled words added in 3.3,
Terry Jan Reedy
2013-03-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #17047: remove doubled words added in 3.3
Terry Jan Reedy
2013-03-11
1
-1/+1
*
|
utilize yield from
Philip Jenvey
2012-10-01
1
-2/+1
|
/
*
#15160: Extend the new email parser to handle MIME headers.
R David Murray
2012-06-24
1
-3/+801
*
Recognize '<>' as a special case of an angle-addr in header_value_parser.
R David Murray
2012-05-26
1
-1/+11
*
#12586: add provisional email policy with new header parsing and folding.
R David Murray
2012-05-25
1
-0/+2145