1. e250061 bpo-36895: remove time.clock() as per removal notice. (GH-13270) by Matthias Bussonnier · 5 years ago
  2. f1464f4 bpo-31904: Port the time module on VxWorks (GH-12305) by pxinwr · 5 years ago
  3. 8709490 bpo-34373: Fix time.mktime() on AIX (GH-12726) by Victor Stinner · 5 years ago
  4. 6673dec bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019) by Zackery Spytz · 5 years ago
  5. 572168a bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) by Joannah Nanjekye · 6 years ago
  6. 6f9bc72 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Jakub Kulík · 6 years ago
  7. b474e67 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) by Gregory P. Smith · 6 years ago
  8. e2926b7 bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) by Michael Felt · 6 years ago
  9. 3bb150d bpo-35373: Fix PyInit_time() error handling (GH-10865) by Victor Stinner · 6 years ago
  10. ab66149 bpo-35373: Fix PyInit_timezone() if HAVE_DECL_TZNAME is defined (GH-10861) by Victor Stinner · 6 years ago
  11. 503ce5c get_gmtoff() now returns time_t (GH-10838) by Victor Stinner · 6 years ago
  12. 1cdfcfc bpo-35337: Fix gettmarg(): use PyStructSequence_GET_ITEM() (GH-10765) by Victor Stinner · 6 years ago
  13. 163eca3 bpo-34672: fix a compiler warning in timemodule.c (GH-10176) by Xiang Zhang · 6 years ago
  14. 9445118 closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961) by Max Bélanger · 6 years ago
  15. 91e6c87 bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) by Zackery Spytz · 6 years ago
  16. c510c6b Simplify PyInit_timezone. (GH-9467) by Benjamin Peterson · 6 years ago
  17. 1fb399b bpo-34715: Revert "Simplify PyInit_timezone. (GH-9323)" (GH-9366) by Victor Stinner · 6 years ago
  18. afde1c1 Simplify PyInit_timezone. (GH-9323) by Benjamin Peterson · 6 years ago
  19. b93062b bpo-34672: Don't pass NULL to gmtime_r. (GH-9312) by Benjamin Peterson · 6 years ago
  20. 5633c4f bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9288) by Benjamin Peterson · 6 years ago
  21. 76be0ff bpo-13312: Avoid int underflow in time year. (GH-8912) by Gregory P. Smith · 6 years ago
  22. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 6 years ago
  23. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 7 years ago
  24. cb3ae55 bpo-29240: Ignore UTF-8 Mode in time module (#5148) by Victor Stinner · 7 years ago
  25. 4bd41c9 bpo-32025: Add time.thread_time() (#4410) by Antoine Pitrou · 7 years ago
  26. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 7 years ago
  27. a64ce97 bpo-31917: Add 3 new clock identifiers (#4207) by Victor Stinner · 7 years ago
  28. 59af94f bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026) by Pablo Galindo · 7 years ago
  29. 884d13a time.clock() now emits a DeprecationWarning (GH-4020) by Victor Stinner · 7 years ago
  30. bdaeb7d bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983) by Victor Stinner · 7 years ago
  31. cba9a0c bpo-31773: time.perf_counter() uses again double (GH-3964) by Victor Stinner · 7 years ago
  32. 703ff38 bpo-28157: Improvements for the time module documentation (GH-928) by Cheryl Sabella · 7 years ago
  33. a997c7b bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936) by Victor Stinner · 7 years ago
  34. e14679c closes bpo-31596: Add an interface for pthread_getcpuclockid(3) (#3756) by pdox · 7 years ago
  35. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  36. 6e67695 timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294) by Victor Stinner · 7 years ago
  37. 0d659e5 tmtotuple(): use time_t for gmtoff (#1276) by Victor Stinner · 7 years ago
  38. 8f5cdfa Only define get_zone() and get_gmtoff() if needed (#1193) by Victor Stinner · 7 years ago
  39. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  40. 0885519 Fixes maximum usable length of buffer for formatting time zone in localtime(). by Steve Dower · 8 years ago
  41. c3c6f71 Fixes maximum usable length of buffer for formatting time zone in localtime(). by Steve Dower · 8 years ago
  42. dbe28d2 time_strptime() uses PyObject_Call() by Victor Stinner · 8 years ago
  43. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  44. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  45. 37098cd more granular configure checks for clock_* functions (closes #28081) by Benjamin Peterson · 8 years ago
  46. 18f3a9b Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. by Alexander Belopolsky · 8 years ago
  47. 53e22bf Issue #22624: Python 3 requires clock() to build by Victor Stinner · 8 years ago
  48. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  49. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  50. 57ab1cd Issue #25092: Fix datetime.strftime() failure when errno was already set to EINVAL. by Steve Dower · 9 years ago
  51. 97cded9 Issue #25029: MemoryError in test_strptime by Steve Dower · 9 years ago
  52. e5b5895 Issue #24917: time_strftime() buffer over-read. by Steve Dower · 9 years ago
  53. 62b2462 Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think. by Larry Hastings · 9 years ago
  54. 373602f Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  55. d9ef74e Issue 24244: Prevents termination when an invalid format string is encountered on Windows. by Steve Dower · 9 years ago
  56. 6aa446c PEP 475: on EINTR, retry the function even if the timeout is equals to zero by Victor Stinner · 9 years ago
  57. 869e177 Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING by Victor Stinner · 9 years ago
  58. ea9c0dd Issue #22117: Fix usage of _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  59. 02937aa Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime by Victor Stinner · 9 years ago
  60. b3b4544 Issue #22117: Use the _PyTime_t API for time.clock_settime() by Victor Stinner · 9 years ago
  61. 95e9cef Issue #22117: Write unit tests for _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  62. a47b881 Issue #22117: time.time() now uses the new _PyTime_t API by Victor Stinner · 9 years ago
  63. 4bfb460 Issue #22117: time.monotonic() now uses the new _PyTime_t API by Victor Stinner · 9 years ago
  64. 992c43f Issue #22117: Fix rounding in _PyTime_FromSecondsObject() by Victor Stinner · 9 years ago
  65. cb29f01 Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h by Victor Stinner · 9 years ago
  66. 0eac130 Issue #23646: Fix test_threading on Windows by Victor Stinner · 9 years ago
  67. 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 9 years ago
  68. 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 9 years ago
  69. 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 9 years ago
  70. 945c82e test by Victor Stinner · 9 years ago
  71. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  72. f427a14 Issue #22592: Drop support of the Borland C compiler to build Python by Victor Stinner · 10 years ago
  73. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  74. 67ca33d Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock is by Victor Stinner · 10 years ago
  75. 5488449 Issue #22043: Simplify time.perf_counter() on Windows by Victor Stinner · 10 years ago
  76. 0011124 Issue #22043: _PyTime_Init() now checks if the system clock works. by Victor Stinner · 10 years ago
  77. 7efb833 Issue #22287: On UNIX, _PyTime_gettimeofday() now uses by Victor Stinner · 10 years ago
  78. a734af3 timemodule.c: Replace PyExc_IOError with PyExc_OSError by Victor Stinner · 10 years ago
  79. 1ac4261 Issue #19748: On AIX, time.mktime() now raises an OverflowError for year by Victor Stinner · 10 years ago
  80. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 10 years ago
  81. 93965f7 Issue #19634: time.strftime("%y") now raises a ValueError on Solaris when given by Victor Stinner · 11 years ago
  82. 136f064 Issue #19634: Fix time_strftime() on AIX, format is a wchar_t* not a PyObject* by Victor Stinner · 11 years ago
  83. 55329f8 Issue #19634: time.strftime("%y") now raises a ValueError on AIX when given a by Victor Stinner · 11 years ago
  84. bbe268f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  85. 6e51b8f Issue13674 Correct crash with strftime %y format under Windows by Tim Golden · 11 years ago
  86. 1c8f059 Issue #18520: Add a new PyStructSequence_InitType2() function, same than by Victor Stinner · 11 years ago
  87. 2ff51b8 Issue #18408: Fix time.tzset(), detect exception when calling PyInit_timezone() by Victor Stinner · 11 years ago
  88. 9303749 Fix time.mktime() and datetime.datetime.timestamp() on AIX by Victor Stinner · 11 years ago
  89. d7a034b (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 by Victor Stinner · 11 years ago
  90. 36b82d8 Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 by Victor Stinner · 11 years ago
  91. 245bbee Merge. by Richard Oudkerk · 11 years ago
  92. cf8a1e5 - Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long. by Antoine Pitrou · 11 years ago
  93. b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 12 years ago
  94. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  95. cf77454 Issue #9650: List commonly used format codes in time.strftime and time.strptime docsttings. by Alexander Belopolsky · 12 years ago
  96. c142bba Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields by Alexander Belopolsky · 12 years ago
  97. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 12 years ago
  98. bda4b88 time.get_clock_info() uses a namespace instead of structseq by Victor Stinner · 12 years ago
  99. d973824 Fixed a typo in time_localtime() by Alexander Belopolsky · 12 years ago
  100. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago