COMMITS
/ Modules/_datetimemodule.c 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
December 8, 2016
V
build_struct_time() uses Py_BuildValue()
Victor Stinner committed
V
Don't parenthesis in _PyObject_CallMethodId() format
Victor Stinner committed
November 21, 2016
S
Issue #28752: Restored the __reduce__() methods of datetime objects.
Serhiy Storchaka committed
S
Issue #28752: Restored the __reduce__() methods of datetime objects.
Serhiy Storchaka committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
October 23, 2016
S
Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.
Serhiy Storchaka committed
September 28, 2016
A
Issue #28148: Stop using localtime() and gmtime() in the time module.
Alexander Belopolsky committed
September 19, 2016
B
stop using Py_LL and Py_ULL
Benjamin Peterson committed
September 10, 2016
A
#28067: Fixed another typo.
Alexander Belopolsky committed
A
#28067: Fixed a typo.
Alexander Belopolsky committed
A
Closes #28067: Do not call localtime (gmtime) in datetime module.
Alexander Belopolsky committed
B
fix dummy macro
Benjamin Peterson committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
V
Avoid inefficient way to call functions without argument
Victor Stinner committed
August 22, 2016
V
Issue #27809: tzinfo_reduce() uses fast call
Victor Stinner committed
August 8, 2016
A
Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.
Alexander Belopolsky committed
August 2, 2016
A
Closes #27661: Added tzinfo keyword argument to datetime.combine.
Alexander Belopolsky committed
July 25, 2016
A
Issue 24773: Added a time_t overflow check.
Alexander Belopolsky committed
July 22, 2016
A
Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).
Alexander Belopolsky committed
June 2, 2016
M
Issue #27171: Merge typo fixes from 3.5
Martin Panter committed
M
Issue #27171: Fix typos in documentation, comments, and test function names
Martin Panter committed
May 26, 2016
M
Issue #27076: Merge spelling from 3.5
Martin Panter committed
M
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed