aboutsummaryrefslogtreecommitdiff
path: root/Modules/_datetimemodule.c
AgeCommit message (Expand)Author
2018-03-28Fix duplicating words words. (GH-6296)Serhiy Storchaka
2018-02-03bpo-32746: Fix multiple typos (GH-5144)Leo Arias
2018-01-24bpo-10381: Add timezone to datetime C API (#5032)Paul Ganssle
2018-01-16bpo-32403: Faster date and datetime constructors (#4993)Paul Ganssle
2018-01-15bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)Victor Stinner
2017-12-21bpo-15873: Implement [date][time].fromisoformat (#4699)Paul Ganssle
2017-11-02bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis
2017-10-23bpo-31752: Fix possible crash in timedelta constructor called with custom int...Serhiy Storchaka
2017-10-04Refactor multiplication and division of timedelta and float. (#3656)Serhiy Storchaka
2017-09-19bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a ba...Oren Milman
2017-09-14bpo-31338 (#3374)Barry Warsaw
2017-07-31Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)Alexander Belopolsky
2017-07-25bpo-30302 Make timedelta.__repr__ more informative. (#1493)Utkarsh Upadhyay
2017-03-31bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)Serhiy Storchaka
2017-03-30bpo-29878: Add global instances of int for 0 and 1. (#852)Serhiy Storchaka
2017-02-10Merge 3.6Victor Stinner
2017-02-10Fix datetime.fromtimestamp(): check boundsVictor Stinner
2017-01-03Merge 3.6Victor Stinner
2017-01-03Issue #29140: Fix hash(datetime.time)Victor Stinner
2016-12-16Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...Serhiy Storchaka
2016-12-09Use _PyObject_CallMethodIdObjArgs() in _datetimeVictor Stinner
2016-12-09Fix refleak introduced in change 032cbdb596feVictor Stinner
2016-12-09build_struct_time() uses Py_BuildValue()Victor Stinner
2016-12-09Don't parenthesis in _PyObject_CallMethodId() formatVictor Stinner
2016-11-22Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka
2016-11-22Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka
2016-11-20Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka
2016-11-20Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka
2016-10-23Issue #28511: Use the "U" format instead of "O!" in PyArg_Parse*.Serhiy Storchaka
2016-09-28Issue #28148: Stop using localtime() and gmtime() in the time module.Alexander Belopolsky
2016-09-18stop using Py_LL and Py_ULLBenjamin Peterson
2016-09-10#28067: Fixed another typo.Alexander Belopolsky
2016-09-10#28067: Fixed a typo.Alexander Belopolsky
2016-09-10Closes #28067: Do not call localtime (gmtime) in datetime module.Alexander Belopolsky
2016-09-09fix dummy macroBenjamin Peterson
2016-09-06replace PY_LONG_LONG with long longBenjamin Peterson
2016-09-05Avoid inefficient way to call functions without argumentVictor Stinner
2016-08-23Issue #27809: tzinfo_reduce() uses fast callVictor Stinner
2016-08-08Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky
2016-08-02Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky
2016-07-25Issue 24773: Added a time_t overflow check.Alexander Belopolsky
2016-07-22Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky
2016-06-02Issue #27171: Merge typo fixes from 3.5Martin Panter
2016-06-02Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter
2016-05-26Issue #27076: Merge spelling from 3.5Martin Panter
2016-05-26Issue #27076: Doc, comment and tests spelling fixesMartin Panter
2016-04-10Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka
2016-04-06Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka
2016-03-25mergeAlexander Belopolsky
2016-03-25Issue#26616:Fixed a bug in datetime.astimezone() method.Alexander Belopolsky