19 Commits (8943ecfab20168f2b18bc477efb7671e32e91c24)

Author SHA1 Message Date
Victor Stinner 5789cfbb56 Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip 12 years ago
Victor Stinner ae58649721 Issue #22043: time.monotonic() is now always available 12 years ago
Victor Stinner 9bb758cee7 Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY 12 years ago
Victor Stinner 0011124dc2 Issue #22043: _PyTime_Init() now checks if the system clock works. 12 years ago
Victor Stinner 7efb83393c Issue #22287: On UNIX, _PyTime_gettimeofday() now uses 12 years ago
Victor Stinner 3c1b379ebd Issue #20320: select.select() and select.kqueue.control() now round the timeout 12 years ago
Victor Stinner 2b89fdf7eb PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result 14 years ago
Larry Hastings 76ad59b7e8 Issue #14127: Add ns= parameter to utime, futimes, and lutimes. 14 years ago
Benjamin Peterson 49a69e4d48 strip is_ prefixes on clock_info fields 14 years ago
Victor Stinner ec89539ccc Issue #14428, #14397: Implement the PEP 418 14 years ago
Larry Hastings 6fe20b3aee Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. 14 years ago
Victor Stinner bd273c1ec3 Issue #14180: Fix an invalid rounding when compiler optimization are enabled 14 years ago
Victor Stinner 3a31dd407a Issue #14180: Remove commented code 14 years ago
Victor Stinner 5d272cc6a2 Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec 14 years ago
Victor Stinner 643cd68ea4 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple 14 years ago
Victor Stinner 4195b5caea Backout f8409b3d6449: the PEP 410 is not accepted yet 14 years ago
Victor Stinner ccd5715a14 PEP 410 14 years ago
Victor Stinner 09225b73c1 Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() 14 years ago
Alexander Belopolsky 6fc4ade2bb Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API 16 years ago