1. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  2. 38e2996 Issue #6608: time.asctime is now checking struct tm fields its input by Alexander Belopolsky · 14 years ago
  3. 7d12c55 Merged revisions 75011 via svnmerge from by Brett Cannon · 15 years ago
  4. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  5. a6a9c4d 5562 -> 3061. by Martin v. Löwis · 15 years ago
  6. 1b01ccd Issue #5562: Use wcsftime for time.strftime where available. by Martin v. Löwis · 15 years ago
  7. 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 15 years ago
  8. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  9. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  10. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  11. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  12. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  13. f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 20 years ago
  14. 1b6f7a9 Bug 975996: Add _PyTime_DoubleToTimet to C API by Tim Peters · 20 years ago
  15. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  16. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  17. 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 21 years ago
  18. d2b738e If time.tzset doesn't exist, don't test it. by Guido van Rossum · 21 years ago
  19. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  20. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  21. 00efe7e Pure Python strptime implementation by Brett Cannon. See SF patch 474274. by Guido van Rossum · 22 years ago
  22. 4eaf50f test_mktime(): Removed. This wasn't really testing anything useful by Barry Warsaw · 22 years ago
  23. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  24. bc56198 Convert time module tests to PyUnit. by Fred Drake · 23 years ago
  25. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  26. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  27. 6a99984 Use long() instead of int() to compare mktime(localtime(t) with t... by Guido van Rossum · 27 years ago
  28. e703842 Tweaks to cope with strftime returning 0 without error for %Z by Guido van Rossum · 27 years ago
  29. ad183bb Removed nonstandard strftime formats (strftime is tested more by Guido van Rossum · 27 years ago
  30. b0c2232 test of time module. not terribly fancy, but it does touch every by Barry Warsaw · 28 years ago