COMMITS
/ Python/pytime.c February 20, 2023
M
gh-97786: Fix compiler warnings in pytime.c (#101826)
Mark Dickinson committed
June 17, 2022
V
gh-74953: Add _PyTime_FromMicrosecondsClamp() function (#93942)
Victor Stinner committed
April 20, 2022
V
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner committed
February 7, 2022
V
bpo-46670: Test if a macro is defined, not its value (GH-31178)
Victor Stinner committed
October 11, 2021
V
bpo-45412: Remove Py_SET_ERRNO_ON_MATH_ERROR() macro (GH-28820)
Victor Stinner committed
October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
September 30, 2021
V
bpo-41710: Fix building pytime.c on Windows (GH-28644)
Victor Stinner committed
V
bpo-41710: Add pytime_add() and pytime_mul() (GH-28642)
Victor Stinner committed
V
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner committed
September 24, 2021
V
bpo-41299: QueryPerformanceFrequency() cannot fail (GH-28552)
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
November 16, 2020
V
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner committed
V
bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
Victor Stinner committed
November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
May 18, 2020
M
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20137)
Minmin Gong committed
March 9, 2020
S
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329)
Serhiy Storchaka committed
February 7, 2020
M
bpo-39502: Fix 64-bit Python PyTime_localtime() on AIX (GH-18285)
Michael Felt committed
September 10, 2019
B
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Benjamin Peterson committed
April 9, 2019
V
bpo-34373: Fix time.mktime() on AIX (GH-12726)
Victor Stinner committed
December 28, 2018
M
bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726)
Michael Felt committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
November 2, 2017
V
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner committed
October 17, 2017
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
V
Cleanup pytime.c (#3955)
Victor Stinner committed
October 10, 2017
V
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner committed
September 15, 2017
B
bpo-31338 (#3374)
Barry Warsaw committed
September 8, 2017
H
bpo-26669: Fix nan arg value error in pytime.c (#3085)
Han Lee committed
September 7, 2017
B
bpo-31373: fix undefined floating-point demotions (#3396)
Benjamin Peterson committed
September 6, 2017
A
Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)
Antoine Pitrou committed
B
pytime: include winsock2, so we can have a complete timeval type (#3377)
Benjamin Peterson committed
June 21, 2017
H
bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)
haney committed
September 28, 2016
A
Issue #28148: Stop using localtime() and gmtime() in the time module.
Alexander Belopolsky committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
November 10, 2015
V
Merge 3.5 (pytime)
Victor Stinner committed
V
pytime.c: rename pygettimeofday_new() to pygettimeofday()
Victor Stinner committed
November 7, 2015
S
Issue #25558: Use compile-time asserts.
Serhiy Storchaka committed
October 1, 2015
V
Fix _PyTime_AsTimevalStruct_impl() on OpenBSD
Victor Stinner committed
September 30, 2015
V
Backout change 28d3bcb1bad6: "Try to fix _PyTime_AsTimevalStruct_impl() on
Victor Stinner committed
September 29, 2015
V
Try to fix _PyTime_AsTimevalStruct_impl() on OpenBSD
Victor Stinner committed
September 18, 2015
V
Issue #25155: Fix _PyTime_Divide() rounding
Victor Stinner committed
V
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner committed
V
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner committed
September 10, 2015
V
pytime: oops, fix typos on Windows
Victor Stinner committed
V
pytime: add _PyTime_check_mul_overflow() macro to avoid undefined behaviour
Victor Stinner committed
V
New try to fix test_time.test_AsSecondsDouble() on x86 buildbots.
Victor Stinner committed
V
Try to fix test_time.test_AsSecondsDouble() on "x86 Gentoo Non-Debug with X 3.x" buildbot
Victor Stinner committed