1. 4bb142b Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 13 years ago
  2. 0de2aae Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 14 years ago
  3. 792eb5d Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
  4. f9ad7d4 Merged revisions 87921 via svnmerge from by Alexander Belopolsky · 14 years ago
  5. 6233b36 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 14 years ago
  6. 70645a4 Issue 10814: time.asctime test will now use a valid day with out of range year. by Alexander Belopolsky · 15 years ago
  7. 8009e8e Merged revisions 87648,87656 via svnmerge from by Alexander Belopolsky · 15 years ago
  8. fe3b437 Merged revisions 87222 via svnmerge from by R. David Murray · 15 years ago
  9. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  10. 4d94743 When range checking was added to time.strftime() a check was placed on tm_isdst by Brett Cannon · 16 years ago
  11. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  12. e042601 Make output on test_strptime() be more verbose in face of failure. This is in by Brett Cannon · 19 years ago
  13. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 19 years ago
  14. de7f502 Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) by Neal Norwitz · 19 years ago
  15. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 21 years ago
  16. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 21 years ago
  17. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
  18. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  19. 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 22 years ago
  20. d2b738e If time.tzset doesn't exist, don't test it. by Guido van Rossum · 22 years ago
  21. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 22 years ago
  22. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  23. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 23 years ago
  24. 4eaf50f test_mktime(): Removed. This wasn't really testing anything useful by Barry Warsaw · 23 years ago
  25. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  26. bc56198 Convert time module tests to PyUnit. by Fred Drake · 24 years ago
  27. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 25 years ago
  28. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  29. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 28 years ago
  30. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 28 years ago
  31. ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 28 years ago
  32. b0c2232 test of time module. not terribly fancy, but it does touch every by Barry Warsaw · 29 years ago