1. b8f5d07 bpo-29026: Clarify documentation of time.time (GH-34) (GH-417) by Mariatta · 8 years ago
  2. 18f3a9b Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. by Alexander Belopolsky · 8 years ago
  3. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  4. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  5. 1577723 merge from 3.5 by Senthil Kumaran · 9 years ago
  6. 6ffbcdf merge from 3.4 by Senthil Kumaran · 9 years ago
  7. a880800 Issue21221 - Explain the usage of tm_isdst attribute of mktime, with valid by Senthil Kumaran · 9 years ago
  8. 357cb98 Fixed typos in TZ format description by Alexander Belopolsky · 9 years ago
  9. 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 10 years ago
  10. 0c2fd89 Revert changeset d927047b1d8eb87738676980a24930d053ba2150 by Victor Stinner · 10 years ago
  11. 945c82e test by Victor Stinner · 10 years ago
  12. 58f0201 Merge: #23215: note that time.sleep affects the current thread only. by R David Murray · 10 years ago
  13. 1923b62 #23215: reflow paragraph. by R David Murray · 10 years ago
  14. f1f9675 #23251: Note that time.sleep affects the calling thread only. by R David Murray · 10 years ago
  15. 3fab208 merge with 3.4 by Georg Brandl · 10 years ago
  16. 01546a8 Closes #22749: remove outdated advice to use clock() for accurate timing. by Georg Brandl · 10 years ago
  17. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  18. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  19. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  20. 41459a9 Issue #15940: Replace tab. by Terry Jan Reedy · 11 years ago
  21. b5e2e7e Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 11 years ago
  22. 99bafff Fix typo noticed by Tom Lynn. by Ezio Melotti · 12 years ago
  23. 3934b61 Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  24. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  25. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 12 years ago
  26. c142bba Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields by Alexander Belopolsky · 12 years ago
  27. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 12 years ago
  28. bda4b88 time.get_clock_info() uses a namespace instead of structseq by Victor Stinner · 12 years ago
  29. ed36395 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  30. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  31. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  32. 514880c Review of doc changes re PEP 418. by Georg Brandl · 12 years ago
  33. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 12 years ago
  34. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  35. ca6e40f Time doc: documentation that the CLOCK_* constants and clock_*() functions are by Victor Stinner · 12 years ago
  36. 6125e23 Doc: sort time.CLOCK_xxx constants by Victor Stinner · 12 years ago
  37. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  38. 1470f35 Add time.CLOCK_HIGHRES constant, needed on Solaris by Victor Stinner · 12 years ago
  39. 909f5bc Fix newlines. by Georg Brandl · 13 years ago
  40. 2bf1f3b time.steady() doc: don't repeat the default value by Victor Stinner · 13 years ago
  41. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  42. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  43. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
  44. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
  45. 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 13 years ago
  46. 0f7888d Time module doc: Fix reST syntax by Victor Stinner · 13 years ago
  47. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 13 years ago
  48. ccd5715 PEP 410 by Victor Stinner · 13 years ago
  49. 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 13 years ago
  50. 538343d Fix small grammatical inconsistency. by Georg Brandl · 13 years ago
  51. 0940602 Sort functions in the doc of the time module by Victor Stinner · 13 years ago
  52. b94b266 Close #10278: Add time.wallclock() function, monotonic clock. by Victor Stinner · 13 years ago
  53. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  54. 8e35cf0 merge with 3.2 by Sandro Tosi · 13 years ago
  55. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  56. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 13 years ago
  57. 9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. by Alexander Belopolsky · 14 years ago
  58. 04da1e0 Fixed a footnote reference by Alexander Belopolsky · 14 years ago
  59. 2997837 Fixed documentation to reflect recent changes for years < 1900. by Alexander Belopolsky · 14 years ago
  60. c64708a Issue #10827: Changed the rules for 2-digit years. The time.asctime by Alexander Belopolsky · 14 years ago
  61. b9588b5 Issue #8013: time.asctime and time.ctime no longer call system asctime by Alexander Belopolsky · 14 years ago
  62. b67878a #7790: move table of struct_time members to the actual description of struct_time. by Georg Brandl · 14 years ago
  63. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  64. 69f3fd0 Merged revisions 81756 via svnmerge from by Alexander Belopolsky · 14 years ago
  65. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  66. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 15 years ago
  67. e0124bd Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from by Benjamin Peterson · 16 years ago
  68. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  69. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 17 years ago
  70. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  71. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago