COMMITS
/ Python/pytime.c February 16, 2014
V
Issue #20320: select.select() and select.kqueue.control() now round the timeout
Victor Stinner committed
June 12, 2012
V
PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result
Victor Stinner committed
May 3, 2012
L
Issue #14127: Add ns= parameter to utime, futimes, and lutimes.
Larry Hastings committed
May 1, 2012
B
strip is_ prefixes on clock_info fields
Benjamin Peterson committed
April 29, 2012
V
Issue #14428, #14397: Implement the PEP 418
Victor Stinner committed
April 19, 2012
L
Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.
Larry Hastings committed
March 13, 2012
V
Issue #14180: Fix an invalid rounding when compiler optimization are enabled
Victor Stinner committed
V
Issue #14180: Remove commented code
Victor Stinner committed
V
Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec
Victor Stinner committed
March 2, 2012
V
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Victor Stinner committed
February 8, 2012
V
Backout f8409b3d6449: the PEP 410 is not accepted yet
Victor Stinner committed
February 7, 2012
V
Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()
Victor Stinner committed
August 5, 2010
A
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky committed