GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
email
/
_header_value_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39040: Fix parsing of email mime headers with whitespace between encoded-...
Abhilash Raj
2020-05-28
1
-0
/
+9
*
bpo-38708: email: Fix a potential IndexError when parsing Message-ID (GH-17504)
Abhilash Raj
2019-12-08
1
-1
/
+1
*
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
Abhilash Raj
2019-12-08
1
-4
/
+16
*
bpo-38698: Prevent UnboundLocalError to pop up in parse_message_id (GH-17277)
Claudiu Popa
2019-12-04
1
-1
/
+2
*
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
Andrei Troie
2019-10-05
1
-1
/
+1
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
1
-3
/
+16
*
bpo-37482: Fix email address name with encoded words and special chars (GH-14...
bsiem
2019-08-21
1
-0
/
+3
*
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-...
Abhilash Raj
2019-08-11
1
-1
/
+3
*
bpo-34155: Dont parse domains containing @ (GH-13079)
jpic
2019-07-17
1
-0
/
+2
*
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
Abhilash Raj
2019-07-17
1
-1
/
+1
*
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (G...
Abhilash Raj
2019-07-17
1
-0
/
+3
*
Fix infinite loop in email folding logic (GH-12732)
Paul Ganssle
2019-07-16
1
-5
/
+12
*
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...
Abhilash Raj
2019-06-26
1
-0
/
+3
*
bpo-36520: Email header folded incorrectly (#13608)
websurfer5
2019-06-06
1
-0
/
+1
*
bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425)
Abhilash Raj
2019-06-05
1
-0
/
+21
*
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-03
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-13
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-03
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-29
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