45 Commits (0718de977076fe01026b862453797ea0ee8a3fe2)

Author SHA1 Message Date
Victor Stinner 13019fdef3 Issue #22117: Add a new _PyTime_FromSeconds() function 11 years ago
Victor Stinner 62d1c70eff Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and 11 years ago
Victor Stinner fa09beb150 Issue #23485: Add _PyTime_FromMillisecondsObject() function 11 years ago
Victor Stinner 45cff0c0e6 Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t 11 years ago
Victor Stinner a695f83f0d Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods 11 years ago
Victor Stinner bcdd777d3c Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps 11 years ago
Victor Stinner edddf991d9 Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to 11 years ago
Victor Stinner ea9c0dd2c2 Issue #22117: Fix usage of _PyTime_AsTimeval() 11 years ago
Victor Stinner f81f0f9c63 Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in: 11 years ago
Victor Stinner 1bd18ba9a7 Issue #22117: Cleanup pytime.c/.h 11 years ago
Victor Stinner 09e5cf28ae Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor 11 years ago
Victor Stinner cb0c60258b Issue #22117: Fix _PyTime_GetMonotonicClock() and 11 years ago
Victor Stinner 02937aab13 Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime 11 years ago
Victor Stinner b3b4544070 Issue #22117: Use the _PyTime_t API for time.clock_settime() 11 years ago
Victor Stinner c337838af7 Issue #22117: Use the new _PyTime_t API in the select module 11 years ago
Victor Stinner f5faad2bf0 Issue #22117: The thread module uses the new _PyTime_t timestamp API 11 years ago
Victor Stinner 95e9cef6f0 Issue #22117: Write unit tests for _PyTime_AsTimeval() 11 years ago
Victor Stinner 34dc0f46ae Issue #22117: The signal modules uses the new _PyTime_t API 11 years ago
Victor Stinner a47b881d86 Issue #22117: time.time() now uses the new _PyTime_t API 11 years ago
Victor Stinner 4bfb460d88 Issue #22117: time.monotonic() now uses the new _PyTime_t API 11 years ago
Victor Stinner 992c43fec9 Issue #22117: Fix rounding in _PyTime_FromSecondsObject() 11 years ago
Victor Stinner eb352295fd Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so 11 years ago
Victor Stinner cb29f0177c Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h 11 years ago
Victor Stinner 580ef1345a Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US) 11 years ago
Victor Stinner 9a8089b32a Issue #23646: Enhance precision of time.sleep() and socket timeout when 11 years ago
Steve Dower 3e96f324dc Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. 11 years ago
Victor Stinner 5789cfbb56 Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip 11 years ago
Victor Stinner ae58649721 Issue #22043: time.monotonic() is now always available 11 years ago
Victor Stinner 9bb758cee7 Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY 11 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