COMMITS
/ Include/pytime.h September 28, 2016
A
Issue #28148: Stop using localtime() and gmtime() in the time module.
Alexander Belopolsky committed
September 6, 2016
B
replace Python aliases for standard integer types with the standard integer types (#17884)
Benjamin Peterson committed
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
September 18, 2015
V
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner committed
September 9, 2015
V
Make _PyTime_RoundHalfEven() private again
Victor Stinner committed
September 8, 2015
V
Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
Victor Stinner committed
September 2, 2015
V
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner committed
September 1, 2015
V
Issue #23517: Add "half up" rounding mode to the _PyTime API
Victor Stinner committed
April 9, 2015
V
Issue #23834: Fix the default socket timeout
Victor Stinner committed
April 3, 2015
V
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner committed
March 30, 2015
V
Issue #23485: Add _PyTime_FromMillisecondsObject() function
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: Fix usage of _PyTime_AsTimeval()
Victor Stinner committed
March 29, 2015
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: 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: remove _PyTime_INTERVAL() macro
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 #22117: Add a new Python timestamp format _PyTime_t to pytime.h
Victor Stinner committed
March 20, 2015
V
Issue #23646: Enhance precision of time.sleep() and socket timeout when
Victor Stinner committed
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
August 31, 2014
V
pytime.h: remove duplicated "#ifndef Py_LIMITED_API"
Victor Stinner committed
August 29, 2014
V
Issue #22043: _PyTime_Init() now checks if the system clock works.
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
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
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
September 28, 2010
A
Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,
Antoine Pitrou committed
August 13, 2010
A
De-duplicate contents of pytime.h
Antoine Pitrou committed
August 5, 2010
A
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky committed