COMMITS
/ Modules/_datetimemodule.c 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
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
June 17, 2019
V
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
April 29, 2019
P
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle committed
April 27, 2019
P
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle committed
February 4, 2019
P
bpo-32417: Make timedelta arithmetic respect subclasses (#10902)
Paul Ganssle committed
January 14, 2019
M
bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)
MichaelSaah committed
December 7, 2018
S
bpo-22005: Fix condition for unpickling a date object. (GH-11025)
Serhiy Storchaka committed
S
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 22, 2018
V
bpo-35059: Cleanup usage of Python macros (GH-10648)
Victor Stinner committed
November 20, 2018
S
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Serhiy Storchaka committed
November 13, 2018
P
bpo-35081: Remove Py_BUILD_CORE from datetime.h (GH-10416)
Paul Ganssle committed
November 5, 2018
S
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
Serhiy Storchaka committed
October 22, 2018
P
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
Paul Ganssle committed
October 19, 2018
C
Elaborate datetime.timedelta docstring (GH-7458)
Chris Barker committed