COMMITS
/ Modules/_datetimemodule.c 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
October 12, 2023
E
gh-71587: Establish global state in `_datetime` (#110475)
Erlend E. Aasland committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
August 27, 2023
C
Clarify distinction between datetime module and class in deprecation messages (GH-108073)
Clément Robert committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
June 11, 2023
E
gh-105375: Harden _datetime initialisation (#105604)
Erlend E. Aasland committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 21, 2023
H
gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#104542)
Hugo van Kemenade committed