COMMITS
/ Python/pytime.c 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
V
Issue #22117: Write unit tests for _PyTime_AsTimeval()
Victor Stinner committed
March 27, 2015
V
Issue #22117: The signal modules uses the new _PyTime_t API
Victor Stinner committed
V
Issue #22117: time.time() now uses the new _PyTime_t API
Victor Stinner committed
V
Issue #22117: time.monotonic() now uses the new _PyTime_t API
Victor Stinner committed
V
Issue #22117: Fix rounding in _PyTime_FromSecondsObject()
Victor Stinner committed
V
Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so
Victor Stinner committed
V
Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h
Victor Stinner committed
March 20, 2015
V
Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US)
Victor Stinner committed
V
Issue #23646: Enhance precision of time.sleep() and socket timeout when
Victor Stinner committed
March 2, 2015
September 3, 2014
V
Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip
Victor Stinner committed
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
V
Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY
Victor Stinner committed
August 29, 2014
V
Issue #22043: _PyTime_Init() now checks if the system clock works.
Victor Stinner committed
V
Issue #22287: On UNIX, _PyTime_gettimeofday() now uses
Victor Stinner committed
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