1. 30d7947 Expose clock_settime() as time.clock_settime() by Victor Stinner · 12 years ago
  2. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 12 years ago
  3. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 12 years ago
  4. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  5. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago
  6. 4195b5c Backout f8409b3d6449: the PEP 410 is not accepted yet by Victor Stinner · 12 years ago
  7. ccd5715 PEP 410 by Victor Stinner · 12 years ago
  8. 8b30201 Issue #13846: Add time.monotonic(), monotonic clock. by Victor Stinner · 12 years ago
  9. 2d6251c Issue #13847: Fix test_time, time.gmtime() doesn't use localtime() by Victor Stinner · 13 years ago
  10. 53d3645 Issue #13847: Make test_localtime_failure() more robust by Victor Stinner · 13 years ago
  11. 2cbae98 Issue #13847: Fix test_mktime(), time.localtime() now raises OSError by Victor Stinner · 13 years ago
  12. c1b5d34 Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead by Victor Stinner · 13 years ago
  13. 4ccc727 Issue #10278: wallclock() cannot go backward, but two consecutive calls by Victor Stinner · 13 years ago
  14. 2dd254d Issue #10278: Be more explicit in tests than wallclock() is monotonic (cannot by Victor Stinner · 13 years ago
  15. 391166f Be more lenient in test_wallclock (issue #10278). by Antoine Pitrou · 13 years ago
  16. b94b266 Close #10278: Add time.wallclock() function, monotonic clock. by Victor Stinner · 13 years ago
  17. 10a6ddb Issue #11886: Fix also test_time for the non-DST timezone name (EST/AEST) by Victor Stinner · 13 years ago
  18. bc9f0c6 (Merge 3.2) Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  19. 0cd4790 Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  20. e54371e Use unittest.skipUnless to skip the test related to the glibc bug, issue #13309. by Florent Xicluna · 13 years ago
  21. b0a1d62 Avoid a glibc bug in test_time (issue #13309) by Antoine Pitrou · 13 years ago
  22. 2fbc185 Issue #13312: skip the failing negative years for now. by Florent Xicluna · 13 years ago
  23. dfee6c8 Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue #13312). by Florent Xicluna · 13 years ago
  24. e2a732e Issue #13312: skip the single failing value for now. by Florent Xicluna · 13 years ago
  25. d1bd7f7 Additional tests for negative years. by Florent Xicluna · 13 years ago
  26. 725af4d Lowercase the test name, to run last. by Florent Xicluna · 13 years ago
  27. 050c7e6 Replace temporary tests with the real test case for issue #13309 on Gentoo. by Florent Xicluna · 13 years ago
  28. 712b14f Troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 13 years ago
  29. 752c1d4c Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 13 years ago
  30. bceb528 Test the year range supported by time.strftime() and time.asctime(). by Florent Xicluna · 13 years ago
  31. 49ce068 Strengthen the tests for format '%Y', in relation with issue #13305. by Florent Xicluna · 13 years ago
  32. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  33. 7f53a50 Issue #12459: time.sleep() now raises a ValueError if the sleep length is by Victor Stinner · 13 years ago
  34. 03163ac Issue #11930: Remove deprecated time.accept2dyear. by Alexander Belopolsky · 13 years ago
  35. ae664fb Merge from 3.1 by Senthil Kumaran · 13 years ago
  36. 8f377a3 Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 13 years ago
  37. 13ed2ea Issue #10864 has been fixed: remove the workaround by Victor Stinner · 13 years ago
  38. 622ce12 Merged revisions 87921 via svnmerge from by Alexander Belopolsky · 13 years ago
  39. 4fb96f4 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 13 years ago
  40. a689241 This should fix mktime test on Windows by Alexander Belopolsky · 14 years ago
  41. 31c5dd6 Make mktime test more robust. by Alexander Belopolsky · 14 years ago
  42. b7d40d1 Issue #1726687: time.mktime() will now correctly compute value one by Alexander Belopolsky · 14 years ago
  43. 301f121 Issue #1777412: Remove all limits on tm_year from time.strftime() by Victor Stinner · 14 years ago
  44. af5aee5 Issue #1777412: fix test_time for Mac OS X and OpenIndiana by Victor Stinner · 14 years ago
  45. 7369132 Issue #1777412: test large years value for strftime('%Y') by Victor Stinner · 14 years ago
  46. 73ea29c Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 by Victor Stinner · 14 years ago
  47. 0dd06f4 Fixed error handling branches. Thanks Victor Stinner for pointing this out. by Alexander Belopolsky · 14 years ago
  48. c64708a Issue #10827: Changed the rules for 2-digit years. The time.asctime by Alexander Belopolsky · 14 years ago
  49. 610e544 Further simplify gettmarg() by Alexander Belopolsky · 14 years ago
  50. a686725 - time.accept2dyear = True is now equivalent to time.accept2dyear = 1 by Alexander Belopolsky · 14 years ago
  51. b996f74 test_time: assertEquals => assertEqual by Victor Stinner · 14 years ago
  52. 1ec121d Fix test_time under Windows by Antoine Pitrou · 14 years ago
  53. 3fb97ae Fix exception catching. by Georg Brandl · 14 years ago
  54. ecebdc7 Issue #8013: Fix time.ctime test failure on 32-bit platforms. by Alexander Belopolsky · 14 years ago
  55. b9588b5 Issue #8013: time.asctime and time.ctime no longer call system asctime by Alexander Belopolsky · 14 years ago
  56. 622eb17 Issue 10814: time.asctime test will now use a valid day with out of range year. by Alexander Belopolsky · 14 years ago
  57. d4bf48b Merged revisions 87648,87656 via svnmerge from by Alexander Belopolsky · 14 years ago
  58. e10608c #8013 follow-up: by Georg Brandl · 14 years ago
  59. 3e913c9 Issue #8013: Fixed test by Alexander Belopolsky · 14 years ago
  60. e2dc082 Issue #8013: Fixed time.asctime segfault when OS's asctime fails by Alexander Belopolsky · 14 years ago
  61. f3d082c Merged revisions 87222 via svnmerge from by R. David Murray · 14 years ago
  62. 6ecf76e Use skipIf instead of a return when attribute doesn't exist. by R. David Murray · 14 years ago
  63. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  64. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  65. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 14 years ago
  66. 7d12c55 Merged revisions 75011 via svnmerge from by Brett Cannon · 15 years ago
  67. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  68. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  69. a6a9c4d 5562 -> 3061. by Martin v. Löwis · 15 years ago
  70. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  71. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 15 years ago
  72. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  73. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  74. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  75. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  76. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  77. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 20 years ago
  78. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  79. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  80. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  81. 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 21 years ago
  82. d2b738e If time.tzset doesn't exist, don't test it. by Guido van Rossum · 21 years ago
  83. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  84. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  85. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago
  86. 4eaf50f test_mktime(): Removed. This wasn't really testing anything useful by Barry Warsaw · 22 years ago
  87. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  88. bc56198 Convert time module tests to PyUnit. by Fred Drake · 23 years ago
  89. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  90. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  91. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 27 years ago
  92. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
  93. ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 27 years ago
  94. b0c2232 test of time module. not terribly fancy, but it does touch every by Barry Warsaw · 28 years ago