COMMITS
/ Python/pytime.c 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
V
Fix test_time on Windows
Victor Stinner committed
September 9, 2015
V
test_time: rewrite PyTime API rounding tests
Victor Stinner committed
V
pytime: add _PyTime_Round() helper to factorize code
Victor Stinner committed
V
Make _PyTime_RoundHalfEven() private again
Victor Stinner committed
September 8, 2015
V
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner committed
September 4, 2015
V
Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode in
Victor Stinner committed
September 3, 2015
V
Don't abuse volatile keyword in pytime.c
Victor Stinner committed
V
Enhance _PyTime_AsTimespec()
Victor Stinner committed
September 2, 2015
V
Merge 3.5 (monotonic)
Victor Stinner committed
V
oops, rename pymonotonic_new() to pymonotonic()
Victor Stinner committed
V
Issue #24707: Remove assertion in monotonic clock
Victor Stinner committed
V
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner committed
V
Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbot
Victor Stinner committed
V
Issue #23517: Fix _PyTime_ObjectToDenominator()
Victor Stinner committed
September 1, 2015
V
Issue #23517: Add "half up" rounding mode to the _PyTime API
Victor Stinner committed
V
Move assertion inside _PyTime_ObjectToTimeval()
Victor Stinner committed