COMMITS
/ Modules/_datetimemodule.c 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
September 24, 2018
T
Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535)
Tim Hoffmann committed
August 24, 2018
A
closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_results. (GH-8869)
Alexey Izbyshev committed
August 23, 2018
P
July 25, 2018
A
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)
Ammar Askar committed
June 10, 2018
A
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)
Alexander Belopolsky committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
March 28, 2018
S
Fix duplicating words words. (GH-6296)
Serhiy Storchaka committed
February 4, 2018
L
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias committed
January 24, 2018
P
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle committed
January 16, 2018
P
bpo-32403: Faster date and datetime constructors (#4993)
Paul Ganssle committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
December 21, 2017
P
bpo-15873: Implement [date][time].fromisoformat (#4699)
Paul Ganssle committed
November 2, 2017
October 23, 2017
S
bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (#3947)
Serhiy Storchaka committed