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