COMMITS
/ Modules/_datetimemodule.c 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
P
gh-117398: gh-119655: datetime: Init static state once & don't free it (GH-119662)
Petr Viktorin committed
May 27, 2024
E
gh-117398: Add multiphase support to _datetime (gh-119373)
Erlend E. Aasland committed
May 23, 2024
E
gh-117398: Statically Allocate the Datetime C-API (GH-119472)
Eric Snow committed
May 10, 2024
V
gh-117398: Move types to datetime state (#118606)
Victor Stinner committed
May 6, 2024
P
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
Petr Viktorin committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 12, 2024
S
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Serhiy Storchaka committed
April 9, 2024
V
gh-117534: Add checking for input parameter in iso_to_ymd (#117543)
Vlad4896 committed
February 20, 2024
V
gh-110850: Use public PyTime functions (#115746)
Victor Stinner committed
V
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner committed
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner 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 30, 2024
E
gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
Eugene Toder committed
November 11, 2023
T
Fix undefined behaviour in datetime.time.fromisoformat() (#111982)
T. Wouters committed
October 20, 2023
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed