summaryrefslogtreecommitdiff
path: root/Include/pytime.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-31784: Implement PEP 564: add time.time_ns() (#3989)Victor Stinner2017-11-021-1/+19
* Fix trailing whitespaces in C files. (#4130)Serhiy Storchaka2017-10-261-2/+2
* bpo-31786: Make functions in the select module blocking when timeout is a sma...Pablo Galindo2017-10-171-1/+12
* bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)Victor Stinner2017-10-161-3/+3
* bpo-31773: time.perf_counter() uses again double (GH-3964)Victor Stinner2017-10-121-11/+12
* bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)Victor Stinner2017-10-101-0/+16
* Issue #28148: Stop using localtime() and gmtime() in the time module.Alexander Belopolsky2016-09-281-0/+8
* replace Python aliases for standard integer types with the standard integer t...Benjamin Peterson2016-09-061-5/+1
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-1/+1
* Issue #25155: Add _PyTime_AsTimevalTime_t() functionVictor Stinner2015-09-181-0/+12
* Make _PyTime_RoundHalfEven() private againVictor Stinner2015-09-091-5/+0
* Issue #23517: fromtimestamp() and utcfromtimestamp() methods ofVictor Stinner2015-09-091-4/+5
* Issue #23517: datetime.timedelta constructor now rounds microseconds to nearestVictor Stinner2015-09-021-0/+4
* Issue #23517: Add "half up" rounding mode to the _PyTime APIVictor Stinner2015-09-021-1/+4
* Issue #23834: Fix the default socket timeoutVictor Stinner2015-04-091-1/+6
* Issue #22117: Add a new _PyTime_FromSeconds() functionVictor Stinner2015-04-031-1/+4
* Issue #23485: Add _PyTime_FromMillisecondsObject() functionVictor Stinner2015-03-301-1/+7
* Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methodsVictor Stinner2015-03-301-6/+1
* Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestampsVictor Stinner2015-03-301-1/+4
* Issue #22117: Fix usage of _PyTime_AsTimeval()Victor Stinner2015-03-301-1/+7
* Issue #22117: Cleanup pytime.c/.hVictor Stinner2015-03-301-37/+37
* Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructorVictor Stinner2015-03-301-14/+6
* Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetimeVictor Stinner2015-03-281-2/+9
* Issue #22117: Use the _PyTime_t API for time.clock_settime()Victor Stinner2015-03-281-5/+0
* Issue #22117: Use the new _PyTime_t API in the select moduleVictor Stinner2015-03-281-1/+1
* Issue #22117: The thread module uses the new _PyTime_t timestamp APIVictor Stinner2015-03-281-18/+6
* Issue #22117: remove _PyTime_INTERVAL() macroVictor Stinner2015-03-281-10/+0
* Issue #22117: Write unit tests for _PyTime_AsTimeval()Victor Stinner2015-03-281-1/+3
* Issue #22117: The signal modules uses the new _PyTime_t APIVictor Stinner2015-03-271-0/+6
* Issue #22117: time.time() now uses the new _PyTime_t APIVictor Stinner2015-03-271-0/+8
* Issue #22117: time.monotonic() now uses the new _PyTime_t APIVictor Stinner2015-03-271-1/+20
* Issue #22117: Fix rounding in _PyTime_FromSecondsObject()Victor Stinner2015-03-271-3/+6
* Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.hVictor Stinner2015-03-271-0/+34
* Issue #23646: Enhance precision of time.sleep() and socket timeout whenVictor Stinner2015-03-201-7/+5
* Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-0/+18
* pytime.h: remove duplicated "#ifndef Py_LIMITED_API"Victor Stinner2014-08-311-3/+0
* Issue #22043: _PyTime_Init() now checks if the system clock works.Victor Stinner2014-08-291-6/+7
* Issue #20320: select.select() and select.kqueue.control() now round the timeoutVictor Stinner2014-02-171-3/+14
* PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() resultVictor Stinner2012-06-121-1/+1
* Issue #14127: Add ns= parameter to utime, futimes, and lutimes.Larry Hastings2012-05-031-0/+4
* strip is_ prefixes on clock_info fieldsBenjamin Peterson2012-05-011-2/+2
* Issue #14428, #14397: Implement the PEP 418Victor Stinner2012-04-291-0/+14
* Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.Larry Hastings2012-04-191-0/+4
* Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-131-2/+15
* Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-021-0/+11
* Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-081-27/+1
* PEP 410Victor Stinner2012-02-081-1/+27
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,Antoine Pitrou2010-09-281-0/+11
* De-duplicate contents of pytime.hAntoine Pitrou2010-08-131-35/+0