COMMITS
/ Lib/_pydatetime.py September 15, 2025
M
gh-97517: Add documentation links to datetime strftime/strptime docstrings (#138559)
Mehdi Hassan 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
June 26, 2025
T
gh-135956: Remove duplicate word in _pydatetime docstring (#135957)
Terry Jan Reedy committed
May 19, 2025
S
May 9, 2025
S
Update HTTP links in the _pydatetime docstrings (GH-133025)
Stan Ulbrych committed
S
Remove unused code from _pydatetime.py (GH-133768)
Stan Ulbrych committed
April 24, 2025
S
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
January 4, 2025
B
gh-127553: Remove outdated TODO comment in _pydatetime (#127564)
Beomsoo Kim committed
November 19, 2024
B
gh-126947: Typechecking for _pydatetime.timedelta.__new__ arguments (#126949)
Beomsoo Kim 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
June 29, 2024
B
gh-120713: Normalize year with century for datetime.strftime (GH-120820)
blhsing committed
June 8, 2024
K
gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimestamp`` (#120269)
Kirill Podoprigora committed
February 11, 2024
S
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka committed
January 30, 2024
S
gh-106392: Fix inconsistency in deprecation warnings in datetime module (GH-114761)
Serhiy Storchaka committed
January 26, 2024
M
gh-112451: Prohibit subclassing of datetime.timezone. (#114190)
Mariusz Felisiak committed
September 29, 2023
J
gh-109495: Remove unused slots from the Python implementation of datetime (GH-109494)
James Hilton-Balfe committed
September 15, 2023
C
Fix date.__repr__() docstring (#109422)
Christopher Yeh committed
September 6, 2023
M
Docs: Fix typo in datetime.tzinfo docstring (#107257)
Mikhail Samylov committed
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
September 1, 2023
W
gh-106392: Fix inconsistency in deprecation warnings (#106436)
William Andrea committed
March 23, 2023
P
GH-84976: Re-introduce `datetime.py` and fix reprs
Paul Ganssle committed
P
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle committed