COMMITS
/ Modules/timemodule.c November 16, 2020
V
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
November 2, 2020
J
bpo-35455: Fix thread_time for Solaris OS (GH-11118)
Jakub Kulík committed
May 16, 2020
B
bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381)
Batuhan Taskaya committed
April 15, 2020
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
March 24, 2020
R
closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096)
Russell Owen committed
March 23, 2020
P
bpo-1635741: Port time module to multiphase initialization (PEP 489) (GH-19107)
Paulo Henrique Silva committed
March 11, 2020
H
bpo-1635741: Fix refleaks of time module error handling (GH-18486)
Hai Shi committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
August 27, 2019
V
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