COMMITS
/ Lib/email/contentmanager.py January 14, 2026
S
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)
Serhiy Storchaka committed
November 2, 2025
J
gh-135307: Fix email error when policy max_line_length is set to 0 or None (#135367)
Jiucheng(Oliver) committed
February 3, 2022
N
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev committed
August 31, 2021
S
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
Serhiy Storchaka committed
August 9, 2021
J
bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)
Johannes Reiff committed
July 8, 2020
M
bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH-20542)
Mark Sapiro committed
May 14, 2020
A
bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038)
Arkadiusz Hiler committed
September 9, 2016
S
Merge with 3.5
Steve Dower committed
R
#28047: Fix calculation of base64 line length.
R David Murray committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
October 17, 2013
R
#18891: Complete new provisional email API.
R David Murray committed