COMMITS
/ Modules/_datetimemodule.c 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
October 4, 2017
S
Refactor multiplication and division of timedelta and float. (#3656)
Serhiy Storchaka committed
September 19, 2017
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
July 31, 2017
A
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky committed
July 25, 2017
U
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay committed
March 31, 2017
S
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
February 10, 2017
V
Fix datetime.fromtimestamp(): check bounds
Victor Stinner committed
January 3, 2017
V
Issue #29140: Fix hash(datetime.time)
Victor Stinner committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 9, 2016
V
Use _PyObject_CallMethodIdObjArgs() in _datetime
Victor Stinner committed
V
Fix refleak introduced in change 032cbdb596fe
Victor Stinner committed