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
/
test
/
test_email
/
test__header_value_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
Abhilash Raj
2019-12-09
1
-0/+6
*
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
Abhilash Raj
2019-12-09
1
-3/+37
*
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
Claudiu Popa
2019-12-05
1
-0/+6
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Andrei Troie
2019-10-05
1
-0/+12
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
1
-0/+16
*
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...
Abhilash Raj
2019-08-11
1
-0/+8
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-34155: Dont parse domains containing @ (GH-13079)
jpic
2019-07-17
1
-0/+10
*
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
Abhilash Raj
2019-07-17
1
-0/+4
*
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...
Abhilash Raj
2019-07-17
1
-0/+7
*
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...
Abhilash Raj
2019-06-26
1
-0/+17
*
bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
Abhilash Raj
2019-06-05
1
-2/+22
*
bpo-35805: Add parser for Message-ID email header. (GH-13397)
Abhilash Raj
2019-06-04
1
-0/+72
*
bpo-33476: Fix _header_value_parser when address group is missing final ';' (...
Dong-hee Na
2018-07-28
1
-0/+25
*
bpo-27397: Make email module properly handle invalid-length base64 strings (#...
Tal Einat
2018-06-12
1
-0/+9
*
bpo-27931: Fix email address header parsing error (#5329)
jayyyin
2018-01-29
1
-0/+17
*
bpo-27240 Rewrite the email header folding algorithm. (#3488)
R. David Murray
2017-12-03
1
-26/+22
*
bpo-30532: Fix whitespace folding in certain cases
Joel Hillacre
2017-06-26
1
-0/+12
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-2/+2
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
#23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
1
-0/+109
*
#20977: fix undefined name in the email module. Patch by Rose Ames.
Ezio Melotti
2014-08-04
1
-0/+12
*
#16983: Apply postel's law to encoded words inside quoted strings.
R David Murray
2014-02-08
1
-0/+9
*
#18431: Decode encoded words in atoms in new email parser.
R David Murray
2013-07-12
1
-1/+25
*
#18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?=
R David Murray
2013-07-11
1
-0/+9
*
#15160: Extend the new email parser to handle MIME headers.
R David Murray
2012-06-24
1
-15/+88
*
Recognize '<>' as a special case of an angle-addr in header_value_parser.
R David Murray
2012-05-26
1
-1/+14
*
#12586: add provisional email policy with new header parsing and folding.
R David Murray
2012-05-25
1
-0/+2466