COMMITS
/ Modules/timemodule.c June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
May 19, 2022
C
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes committed
March 15, 2022
C
bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)
Christian Heimes committed
February 8, 2022
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed
January 21, 2022
V
bpo-46417: time module uses PyStructSequence_NewType() (GH-30734)
Victor Stinner committed
December 12, 2021
November 16, 2021
D
bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)
Dong-hee Na committed
October 15, 2021
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
October 13, 2021
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed
September 25, 2021
V
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner committed
September 22, 2021
V
bpo-21302: time.sleep() uses waitable timer on Windows (GH-28483)
Victor Stinner committed
September 15, 2021
V
bpo-21302: Add _PyTime_AsNanoseconds() (GH-28350)
Victor Stinner committed
September 13, 2021
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