COMMITS
/ Modules/timemodule.c June 12, 2019
P
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073)
Paul Monson committed
May 13, 2019
M
bpo-36895: remove time.clock() as per removal notice. (GH-13270)
Matthias Bussonnier committed
April 15, 2019
P
bpo-31904: Port the time module on VxWorks (GH-12305)
pxinwr committed
April 9, 2019
V
bpo-34373: Fix time.mktime() on AIX (GH-12726)
Victor Stinner committed
February 25, 2019
Z
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Zackery Spytz committed
January 10, 2019
J
bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503)
Joannah Nanjekye committed
December 31, 2018
J
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík committed
G
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith committed
December 28, 2018
M
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Michael Felt committed
December 3, 2018
V
bpo-35373: Fix PyInit_time() error handling (GH-10865)
Victor Stinner committed
V
bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861)
Victor Stinner committed
November 30, 2018
V
get_gmtoff() now returns time_t (GH-10838)
Victor Stinner committed
November 28, 2018
V
bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765)
Victor Stinner committed
October 28, 2018
X
bpo-34672: fix a compiler warning in timemodule.c (GH-10176)
Xiang Zhang committed
October 21, 2018
M
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)
Max Bélanger committed
September 21, 2018
Z
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
Zackery Spytz committed
B
Simplify PyInit_timezone. (GH-9467)
Benjamin Peterson committed
September 17, 2018
V
bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366)
Victor Stinner committed
September 14, 2018
B
Simplify PyInit_timezone. (GH-9323)
Benjamin Peterson committed
B
bpo-34672: Don't pass NULL to gmtime_r. (GH-9312)
Benjamin Peterson committed
B
bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9288)
Benjamin Peterson committed
August 25, 2018
G
bpo-13312: Avoid int underflow in time year. (GH-8912)
Gregory P. Smith committed
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