1. 4bfb460 Issue #22117: time.monotonic() now uses the new _PyTime_t API by Victor Stinner · 10 years ago
  2. 992c43f Issue #22117: Fix rounding in _PyTime_FromSecondsObject() by Victor Stinner · 10 years ago
  3. cb29f01 Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h by Victor Stinner · 10 years ago
  4. 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 10 years ago
  5. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  6. 5791a54 pytime.h: remove duplicated "#ifndef Py_LIMITED_API" by Victor Stinner · 10 years ago
  7. 0011124 Issue #22043: _PyTime_Init() now checks if the system clock works. by Victor Stinner · 10 years ago
  8. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  9. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 12 years ago
  10. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  11. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  12. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  13. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 12 years ago
  14. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  15. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
  16. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 13 years ago
  17. ccd5715 PEP 410 by Victor Stinner · 13 years ago
  18. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  19. 3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, by Antoine Pitrou · 14 years ago
  20. e81c806 De-duplicate contents of pytime.h by Antoine Pitrou · 14 years ago
  21. 6fc4ade Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API by Alexander Belopolsky · 14 years ago