| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37205: time.time() cannot fail with fatal error (GH-23314) |  Victor Stinner | 2020-11-16 | 1 | -24/+28 |
* | Fix _PyTime_MIN/MAX values (GH-15384) |  Sergey Fedoseev | 2019-08-23 | 1 | -2/+2 |
* | bpo-31784: Implement PEP 564: add time.time_ns() (#3989) |  Victor Stinner | 2017-11-02 | 1 | -1/+19 |
* | Fix trailing whitespaces in C files. (#4130) |  Serhiy Storchaka | 2017-10-26 | 1 | -2/+2 |
* | bpo-31786: Make functions in the select module blocking when timeout is a sma... |  Pablo Galindo | 2017-10-17 | 1 | -1/+12 |
* | bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983) |  Victor Stinner | 2017-10-16 | 1 | -3/+3 |
* | bpo-31773: time.perf_counter() uses again double (GH-3964) |  Victor Stinner | 2017-10-12 | 1 | -11/+12 |
* | bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) |  Victor Stinner | 2017-10-10 | 1 | -0/+16 |
* | Issue #28148: Stop using localtime() and gmtime() in the time module. |  Alexander Belopolsky | 2016-09-28 | 1 | -0/+8 |
* | replace Python aliases for standard integer types with the standard integer t... |  Benjamin Peterson | 2016-09-06 | 1 | -5/+1 |
* | replace PY_LONG_LONG with long long |  Benjamin Peterson | 2016-09-06 | 1 | -1/+1 |
* | Issue #25155: Add _PyTime_AsTimevalTime_t() function |  Victor Stinner | 2015-09-18 | 1 | -0/+12 |
* | Make _PyTime_RoundHalfEven() private again |  Victor Stinner | 2015-09-09 | 1 | -5/+0 |
* | Issue #23517: fromtimestamp() and utcfromtimestamp() methods of |  Victor Stinner | 2015-09-09 | 1 | -4/+5 |
* | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest |  Victor Stinner | 2015-09-02 | 1 | -0/+4 |
* | Issue #23517: Add "half up" rounding mode to the _PyTime API |  Victor Stinner | 2015-09-02 | 1 | -1/+4 |
* | Issue #23834: Fix the default socket timeout |  Victor Stinner | 2015-04-09 | 1 | -1/+6 |
* | Issue #22117: Add a new _PyTime_FromSeconds() function |  Victor Stinner | 2015-04-03 | 1 | -1/+4 |
* | Issue #23485: Add _PyTime_FromMillisecondsObject() function |  Victor Stinner | 2015-03-30 | 1 | -1/+7 |
* | Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods |  Victor Stinner | 2015-03-30 | 1 | -6/+1 |
* | Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps |  Victor Stinner | 2015-03-30 | 1 | -1/+4 |
* | Issue #22117: Fix usage of _PyTime_AsTimeval() |  Victor Stinner | 2015-03-30 | 1 | -1/+7 |
* | Issue #22117: Cleanup pytime.c/.h |  Victor Stinner | 2015-03-30 | 1 | -37/+37 |
* | Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor |  Victor Stinner | 2015-03-30 | 1 | -14/+6 |
* | Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime |  Victor Stinner | 2015-03-28 | 1 | -2/+9 |
* | Issue #22117: Use the _PyTime_t API for time.clock_settime() |  Victor Stinner | 2015-03-28 | 1 | -5/+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 | -18/+6 |
* | Issue #22117: remove _PyTime_INTERVAL() macro |  Victor Stinner | 2015-03-28 | 1 | -10/+0 |
* | Issue #22117: Write unit tests for _PyTime_AsTimeval() |  Victor Stinner | 2015-03-28 | 1 | -1/+3 |
* | Issue #22117: The signal modules uses the new _PyTime_t API |  Victor Stinner | 2015-03-27 | 1 | -0/+6 |
* | Issue #22117: time.time() now uses the new _PyTime_t API |  Victor Stinner | 2015-03-27 | 1 | -0/+8 |
* | Issue #22117: time.monotonic() now uses the new _PyTime_t API |  Victor Stinner | 2015-03-27 | 1 | -1/+20 |
* | Issue #22117: Fix rounding in _PyTime_FromSecondsObject() |  Victor Stinner | 2015-03-27 | 1 | -3/+6 |
* | Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h |  Victor Stinner | 2015-03-27 | 1 | -0/+34 |
* | Issue #23646: Enhance precision of time.sleep() and socket timeout when |  Victor Stinner | 2015-03-20 | 1 | -7/+5 |
* | Issue #22043: time.monotonic() is now always available |  Victor Stinner | 2014-09-02 | 1 | -0/+18 |
* | pytime.h: remove duplicated "#ifndef Py_LIMITED_API" |  Victor Stinner | 2014-08-31 | 1 | -3/+0 |
* | Issue #22043: _PyTime_Init() now checks if the system clock works. |  Victor Stinner | 2014-08-29 | 1 | -6/+7 |
* | Issue #20320: select.select() and select.kqueue.control() now round the timeout |  Victor Stinner | 2014-02-17 | 1 | -3/+14 |
* | PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result |  Victor Stinner | 2012-06-12 | 1 | -1/+1 |
* | Issue #14127: Add ns= parameter to utime, futimes, and lutimes. |  Larry Hastings | 2012-05-03 | 1 | -0/+4 |
* | strip is_ prefixes on clock_info fields |  Benjamin Peterson | 2012-05-01 | 1 | -2/+2 |
* | Issue #14428, #14397: Implement the PEP 418 |  Victor Stinner | 2012-04-29 | 1 | -0/+14 |
* | Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. |  Larry Hastings | 2012-04-19 | 1 | -0/+4 |
* | Close #14180: Factorize code to convert a number of seconds to time_t, timeva... |  Victor Stinner | 2012-03-13 | 1 | -2/+15 |
* | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple |  Victor Stinner | 2012-03-02 | 1 | -0/+11 |
* | Backout f8409b3d6449: the PEP 410 is not accepted yet |  Victor Stinner | 2012-02-08 | 1 | -27/+1 |
* | PEP 410 |  Victor Stinner | 2012-02-08 | 1 | -1/+27 |
* | Merge branches/pep-0384. |  Martin v. Löwis | 2010-12-03 | 1 | -0/+2 |