| Commit message (Expand) | Author | Age | Files | Lines |
* | pytime.c: rename pygettimeofday_new() to pygettimeofday() | Victor Stinner | 2015-11-10 | 1 | -3/+3 |
|
|
* | Issue #25155: Fix _PyTime_Divide() rounding | Victor Stinner | 2015-09-18 | 1 | -3/+8 |
|
|
* | Issue #25155: Add _PyTime_AsTimevalTime_t() function | Victor Stinner | 2015-09-18 | 1 | -38/+61 |
|
|
* | oops, rename pymonotonic_new() to pymonotonic() | Victor Stinner | 2015-09-02 | 1 | -3/+3 |
|
|
* | Issue #24707: Remove assertion in monotonic clock | Victor Stinner | 2015-09-02 | 1 | -10/+0 |
|
|
* | Issue #22117: Add a new _PyTime_FromSeconds() function | Victor Stinner | 2015-04-03 | 1 | -0/+17 |
|
|
* | Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and | Victor Stinner | 2015-04-01 | 1 | -13/+13 |
|
|
* | Issue #23485: Add _PyTime_FromMillisecondsObject() function | Victor Stinner | 2015-03-30 | 1 | -5/+18 |
|
|
* | Issue #22117: Try to fix rounding in conversion from Python double to _PyTime_t | Victor Stinner | 2015-03-30 | 1 | -1/+2 |
|
|
* | Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods | Victor Stinner | 2015-03-30 | 1 | -15/+5 |
|
|
* | Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps | Victor Stinner | 2015-03-30 | 1 | -0/+2 |
|
|
* | Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to | Victor Stinner | 2015-03-30 | 1 | -0/+4 |
|
|
* | Issue #22117: Fix usage of _PyTime_AsTimeval() | Victor Stinner | 2015-03-30 | 1 | -2/+17 |
|
|
* | Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in: | Victor Stinner | 2015-03-29 | 1 | -24/+20 |
|
|
* | Issue #22117: Cleanup pytime.c/.h | Victor Stinner | 2015-03-29 | 1 | -7/+5 |
|
|
* | Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor | Victor Stinner | 2015-03-29 | 1 | -105/+14 |
|
|
* | Issue #22117: Fix _PyTime_GetMonotonicClock() and | Victor Stinner | 2015-03-28 | 1 | -12/+20 |
|
|
* | Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime | Victor Stinner | 2015-03-28 | 1 | -3/+12 |
|
|
* | Issue #22117: Use the _PyTime_t API for time.clock_settime() | Victor Stinner | 2015-03-28 | 1 | -17/+0 |
|
|
* | Issue #22117: Use the new _PyTime_t API in the select module | Victor Stinner | 2015-03-28 | 1 | -1/+1 |
|
|
* | Issue #22117: The thread module uses the new _PyTime_t timestamp API | Victor Stinner | 2015-03-28 | 1 | -126/+6 |
|
|
* | Issue #22117: Write unit tests for _PyTime_AsTimeval() | Victor Stinner | 2015-03-28 | 1 | -13/+27 |
|
|
* | Issue #22117: The signal modules uses the new _PyTime_t API | Victor Stinner | 2015-03-27 | 1 | -0/+21 |
|
|
* | Issue #22117: time.time() now uses the new _PyTime_t API | Victor Stinner | 2015-03-27 | 1 | -9/+120 |
|
|
* | Issue #22117: time.monotonic() now uses the new _PyTime_t API | Victor Stinner | 2015-03-27 | 1 | -0/+26 |
|
|
* | Issue #22117: Fix rounding in _PyTime_FromSecondsObject() | Victor Stinner | 2015-03-27 | 1 | -3/+14 |
|
|
* | Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so | Victor Stinner | 2015-03-27 | 1 | -47/+2 |
|
|
* | Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h | Victor Stinner | 2015-03-27 | 1 | -1/+310 |
|
|
* | Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US) | Victor Stinner | 2015-03-20 | 1 | -13/+19 |
|
|
* | Issue #23646: Enhance precision of time.sleep() and socket timeout when | Victor Stinner | 2015-03-20 | 1 | -0/+17 |
|
|
* | Issue #23451: Update pyconfig.h for Windows to require Vista headers and remo... | Steve Dower | 2015-03-02 | 1 | -47/+2 |
|
|
* | Issue #22043: Fix pymonotonic(), use tv_usec=-1 as a marker to skip | Victor Stinner | 2014-09-03 | 1 | -2/+3 |
|
|
* | Issue #22043: time.monotonic() is now always available | Victor Stinner | 2014-09-02 | 1 | -0/+175 |
|
|
* | Issue #22043: Fix _PyTime_gettimeofday() if HAVE_GETTIMEOFDAY | Victor Stinner | 2014-09-02 | 1 | -5/+2 |
|
|
* | Issue #22043: _PyTime_Init() now checks if the system clock works. | Victor Stinner | 2014-08-29 | 1 | -85/+60 |
|
|
* | Issue #22287: On UNIX, _PyTime_gettimeofday() now uses | Victor Stinner | 2014-08-29 | 1 | -13/+41 |
|
|
* | Issue #20320: select.select() and select.kqueue.control() now round the timeout | Victor Stinner | 2014-02-16 | 1 | -7/+28 |
|
|
* | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result | Victor Stinner | 2012-06-12 | 1 | -7/+4 |
|
|
* | Issue #14127: Add ns= parameter to utime, futimes, and lutimes. | Larry Hastings | 2012-05-03 | 1 | -1/+1 |
|
|
* | strip is_ prefixes on clock_info fields | Benjamin Peterson | 2012-05-01 | 1 | -9/+9 |
|
|
* | Issue #14428, #14397: Implement the PEP 418 | Victor Stinner | 2012-04-29 | 1 | -8/+54 |
|
|
* | Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. | Larry Hastings | 2012-04-19 | 1 | -0/+11 |
|
|
* | Issue #14180: Fix an invalid rounding when compiler optimization are enabled | Victor Stinner | 2012-03-13 | 1 | -1/+3 |
|
|
* | Issue #14180: Remove commented code | Victor Stinner | 2012-03-13 | 1 | -2/+0 |
|
|
* | Close #14180: Factorize code to convert a number of seconds to time_t, timeva... | Victor Stinner | 2012-03-13 | 1 | -22/+77 |
|
|
* | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple | Victor Stinner | 2012-03-02 | 1 | -0/+45 |
|
|
* | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -325/+18 |
|
|
* | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -18/+325 |
|
|
* | Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime() | Victor Stinner | 2012-02-07 | 1 | -8/+25 |
|
|
* | Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API | Alexander Belopolsky | 2010-08-05 | 1 | -0/+60 |
|
|