COMMITS
/ Modules/_datetimemodule.c July 29, 2024
S
June 29, 2024
S
[3.12] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121145)
Serhiy Storchaka committed
June 13, 2024
April 9, 2024
M
[3.12] gh-117534: Add checking for input parameter in iso_to_ymd (GH-117543) (#117689)
Miss Islington (bot) committed
November 12, 2023
M
[3.12] Fix undefined behaviour in datetime.time.fromisoformat() (GH-111982) (#111992)
Miss Islington (bot) committed
August 27, 2023
M
[3.12] Clarify distinction between datetime module and class in deprecation messages (GH-108073) (#108540)
Miss Islington (bot) committed
June 11, 2023
M
[3.12] gh-105375: Harden _datetime initialisation (GH-105604) (#105645)
Miss Islington (bot) committed
May 21, 2023
H
gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#104542)
Hugo van Kemenade committed
May 12, 2023
H
gh-103857: Update deprecation stacktrace to point to calling line (#104431)
Hugo van Kemenade committed
April 28, 2023
P
GH-103944: Check error status when raising DeprecationWarning (#103949)
Paul Ganssle committed
April 27, 2023
P
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle committed
April 19, 2023
A
gh-83861: Fix datetime.astimezone() method (GH-101545)
Alexander Belopolsky committed
November 23, 2022
V
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/_datetimemodule.c (#99465)
Victor Stinner committed
November 7, 2022
K
GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)
Kumar Aditya committed
August 28, 2022
T
gh-69142: add %:z strftime format code (gh-95983)
TW committed
August 4, 2022
S
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka committed
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
May 13, 2022
V
gh-89653: Use int type for Unicode kind (#92704)
Victor Stinner committed
May 12, 2022
P
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle committed
May 6, 2022
P
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle committed
May 3, 2022
K
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra committed
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 20, 2022
V
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner committed
April 6, 2022
S
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka committed
February 8, 2022
December 12, 2021
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
January 6, 2021
H
November 20, 2020
M
bpo-1635741: Enhance _datetime error handling (GH-23139)
Mohamed Koubaa committed
October 27, 2020
V
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner committed
October 3, 2020
R
bpo-41867: List options for timespec in docstrings of isoformat methods (GH-22418)
Ram Rachum committed
September 23, 2020
Z
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz committed
June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
May 28, 2020
P
bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493)
Petr Viktorin committed
May 16, 2020
P
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 24, 2020
D
bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119)
Dong-hee Na committed
February 24, 2020
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
January 8, 2020
A
bpo-39237, datetime: Remove redundant call to round from delta_new (GH-17877)
Alex Henrie committed
September 1, 2019
S
bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630)
Serhiy Storchaka committed
August 29, 2019
J
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
Justin Blanchard committed
August 22, 2019
P
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Pablo Galindo committed
August 9, 2019
N
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar committed
August 4, 2019
S
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996)
Serhiy Storchaka committed
July 11, 2019
J
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer committed