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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-79986: Add parsing for References/In-Reply-To email headers (#137201)
elenril
2025-12-11
2
-0/+46
*
gh-68552: fix defects policy (#138579)
Ivo Bellin Salarin
2025-12-06
1
-4/+3
*
gh-142006: Fix HeaderWriteError in email.policy.default caused by extra newli...
Paresh Joshi
2025-12-06
1
-0/+3
*
gh-136702: Deprecate passing non-ascii *encoding* (str) to `encodings.normali...
Stan Ulbrych
2025-11-09
2
-0/+8
*
gh-139434: Update selected RFC 2822 references to RFC 5322 (#139435)
Filip Łajszczak
2025-11-04
6
-15/+18
*
gh-135307: Fix email error when policy max_line_length is set to 0 or None (#...
Jiucheng(Oliver)
2025-11-02
1
-5/+7
*
gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (G...
Bénédikt Tran
2025-10-31
1
-10/+16
*
gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (#1...
Kliment Lamonov
2025-07-12
1
-0/+2
*
gh-67022: Document bytes/str inconsistency in email.header.decode_header() an...
Dan Lenski
2025-06-15
1
-4/+13
*
Docs: fix docstring of `email.message.Message.add_header` (#134355)
Alexander Shadchin
2025-06-10
1
-1/+1
*
gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 223...
Jiucheng(Oliver)
2025-06-08
1
-2/+8
*
gh-134155: fix AttributeError in email._header_value_parser.get_address (#134...
Sergey Miryanov
2025-06-05
1
-2/+2
*
gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_...
R. David Murray
2025-05-25
1
-0/+2
*
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
Serhiy Storchaka
2025-05-03
1
-1/+1
*
gh-127794: Validate email header names according to RFC 5322 (#127820)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-03-30
2
-1/+18
*
gh-121284: Fix email address header folding with parsed encoded-word (GH-122754)
Mike Edmunds
2025-03-18
1
-5/+5
*
gh-80222: Fix email address header folding with long quoted-string (#122753)
Mike Edmunds
2025-01-19
1
-1/+18
*
gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr...
RanKKI
2025-01-06
1
-2/+6
*
gh-124452: Fix header mismatches when folding/unfolding with email message (#...
RanKKI
2024-11-16
2
-4/+4
*
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade
2024-11-12
22
-22/+22
*
gh-122989: Replace duplicate “self.policy.linesep” with “linesep” (#...
Damien
2024-09-04
1
-1/+1
*
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin
2024-07-30
4
-4/+33
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-1/+1
*
gh-120930: Remove extra blank occuring in wrapped encoded words in email head...
Matthieu Caneill
2024-07-18
1
-0/+1
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
11
-39/+39
*
gh-118643: Fix AttributeError in the email module (GH-119099)
Serhiy Storchaka
2024-05-22
1
-3/+12
*
gh-92081: Fix for email.generator.Generator with whitespace between encoded w...
Toshio Kuratomi
2024-05-20
1
-7/+41
*
gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#1...
Hugo van Kemenade
2024-05-09
1
-9/+1
*
gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc__ (#11...
wim glenn
2024-05-05
1
-1/+1
*
gh-80361: Fix TypeError in email.Message.get_payload() (GH-117994)
Serhiy Storchaka
2024-04-17
1
-1/+1
*
bpo-40944: Fix IndexError when parse emails with truncated Message-ID, addres...
Ivan Savin
2024-04-17
1
-5/+10
*
gh-117313: Fix re-folding email messages containing non-standard line separat...
Serhiy Storchaka
2024-04-17
1
-2/+3
*
gh-86650: Fix IndexError when parse emails with invalid Message-ID (GH-117934)
Serhiy Storchaka
2024-04-17
1
-0/+5
*
gh-75171: Fix parsing invalid email address headers starting or ending with a...
tsufeki
2024-04-17
1
-5/+14
*
gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII char...
Serhiy Storchaka
2024-03-05
2
-2/+2
*
gh-100884: email/_header_value_parser: don't encode list separators (GH-100885)
Thomas Weißschuh
2024-02-17
1
-1/+2
*
gh-109653: Improve import time of importlib.metadata / email.utils (#114664)
Shantanu
2024-01-29
1
-1/+4
*
gh-77749: Fix inconsistent behavior of non-ASCII handling in EmailPolicy.fold...
Rito Takeuchi
2024-01-26
1
-1/+8
*
gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)
Serhiy Storchaka
2024-01-10
1
-0/+7
*
[CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (...
Victor Stinner
2023-12-15
1
-9/+142
*
gh-94606: Fix error when message with Unicode surrogate not surrogateescaped ...
Sidney Markowitz
2023-12-11
2
-16/+17
*
gh-109653: Improve the import time of `email.utils` (#109824)
Alex Waygood
2023-10-12
1
-5/+7
*
gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart...
htsedebenham
2023-07-23
1
-1/+1
*
gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...
Gregory P. Smith
2023-07-21
1
-57/+6
*
gh-106628: email parsing speedup (gh-106629)
CF Bolz-Tereick
2023-07-13
1
-6/+9
*
gh-102988: Detect email address parsing errors and return empty tuple to indi...
Thomas Dwyer
2023-07-10
1
-6/+57
*
gh-102542 Remove unused bytes object and bytes slicing (#106433)
JosephSBoyle
2023-07-05
1
-7/+4
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-4/+4
*
gh-102498 Clean up unused variables and imports in the email module (#102482)
JosephSBoyle
2023-04-24
5
-10/+6
*
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
Alan Williams
2023-03-20
1
-29/+11
[next]