COMMITS
/ Lib/test/test_email/test_contentmanager.py April 14, 2025
S
gh-71339: Use new assertion methods in the email tests (GH-129055)
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
May 26, 2016
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
February 8, 2014
R
Merge #19772: Do not mutate message when downcoding to 7bit.
R David Murray committed
February 7, 2014
R
#20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.
R David Murray committed
December 11, 2013
R
#19063: fix set_payload handling of non-ASCII string input.
R David Murray committed
October 17, 2013
R
#18891: Complete new provisional email API.
R David Murray committed