COMMITS
/ Modules/_datetimemodule.c April 2, 2026
S
GH-145247: Use _PyTuple_FromPair in Modules (part 2) (#148003)
Sergey Miryanov committed
March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 17, 2026
S
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
Serhiy Storchaka committed
March 5, 2026
P
gh-145376: Fix refleak and null pointer deref in unusual error path of datetime module (GH-145476)
Pieter Eendebak committed
January 15, 2026
October 8, 2025
K
gh-139774: use relaxed atomics for datetime hashes (#139775)
Kumar Aditya committed
September 16, 2025
S
gh-88473: Implement fast path in date.today() for date types (#130980)
Stan Ulbrych committed
September 15, 2025
M
gh-97517: Add documentation links to datetime strftime/strptime docstrings (#138559)
Mehdi Hassan committed
September 5, 2025
P
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-137212)
Petr Viktorin committed
August 19, 2025
P
gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022)
Petr Viktorin committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
August 9, 2025
S
gh-136571: Convert more code in datetime to Argument Clinic (GH-136573)
Serhiy Storchaka committed
August 7, 2025
N
GH-135552: Make the GC clear weakrefs later (GH-136189)
Neil Schemenauer committed
July 21, 2025
P
gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583)
Peter Bierma committed
July 7, 2025
P
gh-120713: Make _Py_NORMALIZE_CENTURY private (GH-135933)
Petr Viktorin committed
May 19, 2025
J
gh-88994: Change `datetime.datetime.now` to half-even rounding (#134258)
John Keith Hohm committed
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 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 12, 2025
V
gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
Victor Stinner committed
February 19, 2025
B
gh-111178: fix UBSan failures in `Modules/_datetimemodule.c` (GH-129774)
Bénédikt Tran committed
February 18, 2025
February 12, 2025
D
gh-109798: Normalize `_datetime` and `datetime` error messages (#127345)
donBarbos committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 30, 2025
V
gh-129354: Use PyErr_FormatUnraisable() function (#129435)
Victor Stinner committed
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 23, 2025
V
gh-119182: Use public PyUnicodeWriter in wrap_strftime() (#129206)
Victor Stinner committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
January 3, 2025
Z
October 25, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125583)
Victor Stinner committed
October 17, 2024
S
gh-52551: Fix encoding issues in strftime() (GH-125193)
Serhiy Storchaka committed
October 9, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner committed
September 26, 2024
K
gh-124606: Fix reference leak in error path in `datetime_fromisoformat` in `_datetimemodule.c` (#124607)
Kirill Podoprigora 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 30, 2024
V
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner committed
August 28, 2024
W
Fix typos in docs, error messages and comments (#123336)
Wulian committed
August 23, 2024
July 24, 2024
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 17, 2024
V
gh-83754: Use the Py_TYPE() macro (#120599)
Victor Stinner committed
June 14, 2024
E
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow committed
June 12, 2024
June 5, 2024
B
gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)
benchatt committed
June 3, 2024
E
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow committed
E
gh-117398: Add datetime Module State (gh-119810)
Eric Snow committed
May 29, 2024
K
gh-119655: Fix reference leak in the ``_datetimemodule.c`` (gh-119713)
Kirill Podoprigora committed
May 28, 2024
E
gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637)
Eric Snow committed