1. 1923b62 #23215: reflow paragraph. by R David Murray · 10 years ago
  2. f1f9675 #23251: Note that time.sleep affects the calling thread only. by R David Murray · 10 years ago
  3. 01546a8 Closes #22749: remove outdated advice to use clock() for accurate timing. by Georg Brandl · 10 years ago
  4. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  5. b7117af Refer to strftime(3) manpage for platform specific format codes. by Georg Brandl · 11 years ago
  6. 41459a9 Issue #15940: Replace tab. by Terry Jan Reedy · 11 years ago
  7. b5e2e7e Issue #15940: Specify effect of locale on time functions. by Terry Jan Reedy · 11 years ago
  8. 99bafff Fix typo noticed by Tom Lynn. by Ezio Melotti · 12 years ago
  9. 3934b61 Fix typo in documentation for time module, thanks to docs@ by Andrew Svetlov · 12 years ago
  10. 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 12 years ago
  11. 93c9cd0 Issue #9527: tm_gmtoff has 'correct' sign. by Alexander Belopolsky · 12 years ago
  12. c142bba Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields by Alexander Belopolsky · 12 years ago
  13. 2b89fdf PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result by Victor Stinner · 12 years ago
  14. bda4b88 time.get_clock_info() uses a namespace instead of structseq by Victor Stinner · 12 years ago
  15. ed36395 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  16. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  17. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  18. 514880c Review of doc changes re PEP 418. by Georg Brandl · 12 years ago
  19. 47620a6 Close #14309: Deprecate time.clock() by Victor Stinner · 12 years ago
  20. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  21. ca6e40f Time doc: documentation that the CLOCK_* constants and clock_*() functions are by Victor Stinner · 12 years ago
  22. 6125e23 Doc: sort time.CLOCK_xxx constants by Victor Stinner · 12 years ago
  23. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  24. 1470f35 Add time.CLOCK_HIGHRES constant, needed on Solaris by Victor Stinner · 12 years ago
  25. 909f5bc Fix newlines. by Georg Brandl · 12 years ago
  26. 2bf1f3b time.steady() doc: don't repeat the default value by Victor Stinner · 12 years ago
  27. 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  28. 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 12 years ago
  29. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 12 years ago
  30. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 12 years ago
  31. 0a78622 Issue #13846: Enhance time.monotonic() documentation by Victor Stinner · 13 years ago
  32. 0f7888d Time module doc: Fix reST syntax by Victor Stinner · 13 years ago
  33. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 13 years ago
  34. ccd5715 PEP 410 by Victor Stinner · 13 years ago
  35. 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 13 years ago
  36. 538343d Fix small grammatical inconsistency. by Georg Brandl · 13 years ago
  37. 0940602 Sort functions in the doc of the time module by Victor Stinner · 13 years ago
  38. b94b266 Close #10278: Add time.wallclock() function, monotonic clock. by Victor Stinner · 13 years ago
  39. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  40. 8e35cf0 merge with 3.2 by Sandro Tosi · 13 years ago
  41. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  42. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 13 years ago
  43. 9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. by Alexander Belopolsky · 14 years ago
  44. 04da1e0 Fixed a footnote reference by Alexander Belopolsky · 14 years ago
  45. 2997837 Fixed documentation to reflect recent changes for years < 1900. by Alexander Belopolsky · 14 years ago
  46. c64708a Issue #10827: Changed the rules for 2-digit years. The time.asctime by Alexander Belopolsky · 14 years ago
  47. b9588b5 Issue #8013: time.asctime and time.ctime no longer call system asctime by Alexander Belopolsky · 14 years ago
  48. b67878a #7790: move table of struct_time members to the actual description of struct_time. by Georg Brandl · 14 years ago
  49. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  50. 69f3fd0 Merged revisions 81756 via svnmerge from by Alexander Belopolsky · 14 years ago
  51. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  52. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 15 years ago
  53. 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 · 15 years ago
  54. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  55. 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 · 16 years ago
  56. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  57. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago