COMMITS
/ Lib/test/test_email/test_utils.py May 5, 2025
D
gh-118761: Add test_lazy_import for more modules (#133057)
Daniel Hollas committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 2) (#120630)
Victor Stinner committed
May 9, 2024
H
gh-118798: Remove deprecated isdst parameter from `email.utils.localtime` (#118799)
Hugo van Kemenade committed
January 12, 2024
P
gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835)
Pablo Galindo Salgado committed
January 8, 2024
S
gh-113027: Fix test_variable_tzname in test_email (#113821)
Serhiy Storchaka committed
October 24, 2023
J
gh-109017: Use non alternate name for Kyiv (GH-109251)
Jochen Sprickerhof committed
August 29, 2023
S
Revert "Use non alternate name for Kyiv (GH-108533)" (GH-108649)
Serhiy Storchaka committed
J
Use non alternate name for Kyiv (GH-108533)
Jochen Sprickerhof committed
March 20, 2023
A
gh-72346: Added isdst deprecation warning to email.utils.localtime (GH-91450)
Alan Williams committed
July 25, 2022
S
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
Serhiy Storchaka committed
October 27, 2020
G
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth committed
November 27, 2018
V
bpo-35317: Fix mktime() error in test_email (GH-10721)
Victor Stinner committed
September 18, 2015
V
Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X Snow
Victor Stinner committed
July 31, 2015
R
Issue #22932: Fix timezones in email.utils.formatdate.
Robert Collins committed
November 16, 2013
S
Issue #19590: Use specific asserts in email tests.
Serhiy Storchaka committed
May 8, 2013
E
#17877: skip test if the Olson's TZ database is missing.
Ezio Melotti committed
November 5, 2012
V
Close #15165: Fix test_email on Windows 64 bits
Victor Stinner committed
August 23, 2012
A
Added test for a bug fixed in issue #665194.
Alexander Belopolsky committed
R
#665194: Update email.utils.localtime to use astimezone, and fix bug.
R David Murray committed
May 26, 2012
R
#665194: Add a localtime function to email.utils.
R David Murray committed
July 20, 2011
R
#665194: support roundtripping RFC2822 date stamps in the email.utils module
R David Murray committed