COMMITS
/ Lib/test/datetimetester.py April 15, 2026
March 22, 2026
S
gh-143959: Fix test_datetime if _datetime is unavailable (GH-145248)
Serhiy Storchaka committed
March 13, 2026
J
gh-140715: Add %t and %n format codes support to strptime() (GH-144896)
Jason Yalim, PhD committed
February 16, 2026
J
gh-140715: Add `%D` format code support to `strptime()` (GH-144819)
Jason Yalim, PhD committed
February 9, 2026
J
gh-140715: Add `%F` format code support to `strptime()` (GH-140647)
Jason Yalim, PhD committed
January 15, 2026
December 4, 2025
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
September 19, 2025
G
gh-81148: Eliminate unnecessary check in _strptime when determining AM/PM (#13428)
Gordon P. Hemsley committed
S
gh-121237: Add `%:z` directive to datetime.strptime (#136961)
Semyon Moroz committed
August 19, 2025
P
gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022)
Petr Viktorin committed
August 9, 2025
S
gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)
Serhiy Storchaka committed
July 21, 2025
P
gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583)
Peter Bierma committed
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 20, 2025
S
gh-122781: Allow empty offset for `%z` in `strptime` (#132922)
Stan Ulbrych committed
May 19, 2025
S
May 10, 2025
K
gh-132642: document how to render human-readable `timedelta` objects (#133825)
Kentaro Jay Takahashi committed
April 24, 2025
S
March 27, 2025
March 21, 2025
S
gh-70647: Raise a more informative error for when date is out of range (GH-131335)
Stan Ulbrych committed
March 11, 2025
M
gh-130959: Reject whitespace in fractions, in pure Python `fromisoformat()` (#130962)
Michał Górny committed
February 23, 2025
D
February 18, 2025
February 12, 2025
D
gh-109798: Normalize `_datetime` and `datetime` error messages (#127345)
donBarbos committed
November 19, 2024
B
gh-126947: Typechecking for _pydatetime.timedelta.__new__ arguments (#126949)
Beomsoo Kim committed
October 17, 2024
S
gh-52551: Fix encoding issues in strftime() (GH-125193)
Serhiy Storchaka committed
September 25, 2024
N
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120752)
Nice Zombies committed
T
gh-102450: Add ISO-8601 alternative for midnight to `fromisoformat()` calls. (#105856)
TizzySaurus committed
September 9, 2024
A
gh-123843: Remove broken links to the Zope DateTimeWiki (#123846)
Adam Turner committed
August 23, 2024
August 8, 2024
N
gh-120782: Update datetime test for static type immutability (#122800)
neonene committed
August 7, 2024
X
Fix typos in comments and docstring (#122720)
Xie Yanbo committed
June 29, 2024
B
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing committed
June 21, 2024
N
gh-120782: Update internal type cache when reloading datetime (#120829)
neonene committed
June 15, 2024
R
gh-117398: Use the correct module loader for iOS in datetime CAPI test. (#120477)
Russell Keith-Magee committed
June 14, 2024
E
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow committed
June 13, 2024
N
June 8, 2024
K
gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#120269)
Kirill Podoprigora committed
June 7, 2024
E
gh-119659: Get the datetime CAPI Tests Running Again (gh-120180)
Eric Snow committed
June 5, 2024
B
gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)
benchatt committed
May 28, 2024
N
gh-119659: Move `@no_rerun` to `test.support` (#119660)
Nikita Sobolev committed
May 27, 2024
E
gh-117398: Add multiphase support to _datetime (gh-119373)
Erlend E. Aasland committed
May 11, 2024
N
gh-117655: Prevent `test_strptime` from raising a DeprecationWarning (GH-117668)
Nice Zombies committed
April 9, 2024
V
gh-117534: Add checking for input parameter in iso_to_ymd (#117543)
Vlad4896 committed
April 3, 2024
G
GH-70647: Deprecate strptime day of month parsing without a year present to avoid leap-year bugs (GH-117107)
Gregory P. Smith committed
February 12, 2024
E
gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)
Eugene Toder committed
February 11, 2024
S
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka committed
January 26, 2024
M
gh-112451: Prohibit subclassing of datetime.timezone. (#114190)
Mariusz Felisiak committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
May 3, 2023
P
GH-103944: Remove last use of `utcfromtimestamp` (#103995)
Paul Ganssle committed