COMMITS
/ Python/pytime.c 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
V
Refactor pytime.c
Victor Stinner committed
April 3, 2015
V
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner committed
April 1, 2015
V
Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and
Victor Stinner committed
March 30, 2015
V
Issue #23485: Add _PyTime_FromMillisecondsObject() function
Victor Stinner committed
V
Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t
Victor Stinner committed
V
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
Victor Stinner committed
V
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
Victor Stinner committed
V
Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to
Victor Stinner committed
V
Issue #22117: Fix usage of _PyTime_AsTimeval()
Victor Stinner committed
March 29, 2015
V
Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in:
Victor Stinner committed
V
Issue #22117: Cleanup pytime.c/.h
Victor Stinner committed
V
Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor
Victor Stinner committed
March 28, 2015
V
Issue #22117: Fix _PyTime_GetMonotonicClock() and
Victor Stinner committed
V
Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime
Victor Stinner committed
V
Issue #22117: Use the _PyTime_t API for time.clock_settime()
Victor Stinner committed
V
Issue #22117: Use the new _PyTime_t API in the select module
Victor Stinner committed
V
Issue #22117: The thread module uses the new _PyTime_t timestamp API
Victor Stinner committed