COMMITS
/ Modules/timemodule.c February 9, 2018
S
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
January 11, 2018
V
bpo-29240: Ignore UTF-8 Mode in time module (#5148)
Victor Stinner committed
November 15, 2017
A
bpo-32025: Add time.thread_time() (#4410)
Antoine Pitrou committed
November 2, 2017
V
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner committed
V
bpo-31917: Add 3 new clock identifiers (#4207)
Victor Stinner committed
October 18, 2017
P
bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026)
Pablo Galindo committed
October 17, 2017
V
time.clock() now emits a DeprecationWarning (GH-4020)
Victor Stinner committed
October 16, 2017
V
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner committed
October 12, 2017
V
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner committed
October 11, 2017
C
bpo-28157: Improvements for the time module documentation (GH-928)
Cheryl Sabella committed
October 10, 2017
V
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner committed
October 5, 2017
August 20, 2017
O
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
Oren Milman committed
April 26, 2017
V
timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294)
Victor Stinner committed
April 24, 2017
V
tmtotuple(): use time_t for gmtoff (#1276)
Victor Stinner committed
April 20, 2017
V
Only define get_zone() and get_gmtoff() if needed (#1193)
Victor Stinner committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 14, 2016
S
Fixes maximum usable length of buffer for formatting time zone in localtime().
Steve Dower committed
S
Fixes maximum usable length of buffer for formatting time zone in localtime().
Steve Dower committed
December 8, 2016
V
time_strptime() uses PyObject_Call()
Victor Stinner committed
November 20, 2016
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
September 28, 2016
A
Issue #28148: Stop using localtime() and gmtime() in the time module.
Alexander Belopolsky committed
September 14, 2016
B
more granular configure checks for clock_* functions (closes #28081)
Benjamin Peterson committed
September 12, 2016
A
Closes #25283: Make tm_gmtoff and tm_zone available on all platforms.
Alexander Belopolsky committed
July 8, 2016
V
Issue #22624: Python 3 requires clock() to build
Victor Stinner committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
September 22, 2015
S
Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL.
Steve Dower committed
September 9, 2015
S
Issue #25029: MemoryError in test_strptime
Steve Dower committed
September 7, 2015
S
Issue #24917: time_strftime() buffer over-read.
Steve Dower committed
September 6, 2015
L
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
Larry Hastings committed
September 5, 2015
S
Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.
Steve Dower committed
May 22, 2015
S
March 30, 2015
V
PEP 475: on EINTR, retry the function even if the timeout is equals to zero
Victor Stinner committed
V
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
Victor Stinner committed
V
Issue #22117: Fix usage of _PyTime_AsTimeval()
Victor Stinner committed
March 28, 2015
V
Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime
Victor Stinner committed
V
Issue #22117: Use the _PyTime_t API for time.clock_settime()
Victor Stinner committed
V
Issue #22117: Write unit tests for _PyTime_AsTimeval()
Victor Stinner committed
March 27, 2015
V
Issue #22117: time.time() now uses the new _PyTime_t API
Victor Stinner committed
V
Issue #22117: time.monotonic() now uses the new _PyTime_t API
Victor Stinner committed
V
Issue #22117: Fix rounding in _PyTime_FromSecondsObject()
Victor Stinner committed
V
Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h
Victor Stinner committed
March 20, 2015
V
Issue #23646: Fix test_threading on Windows
Victor Stinner committed
V
Issue #23646: Enhance precision of time.sleep() and socket timeout when
Victor Stinner committed
March 19, 2015
V
Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now
Victor Stinner committed
March 17, 2015
V
Revert changeset d927047b1d8eb87738676980a24930d053ba2150
Victor Stinner committed
November 22, 2014