1. 1daaf9e #9361: add some tests for calendar.leapdays by R. David Murray · 14 years ago
  2. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  3. 9450cc0 Fix r85728: use "" to mean the system default locale, which should work on more systems. by Georg Brandl · 14 years ago
  4. 7004bd1 #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. by Georg Brandl · 14 years ago
  5. cfae36f Test calendar.monthrange. by Brett Cannon · 14 years ago
  6. 43ca710 Issue 6280: Tests and simpler implementation for calendar.timegm by Alexander Belopolsky · 14 years ago
  7. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  8. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  9. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  10. c49ebc0 The HTMLCalendar outputs bytes now, so fix the test by Walter Dörwald · 17 years ago
  11. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  12. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  13. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  14. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 20 years ago
  15. 302fa6d Add another bunch of test cases for calendars with Sunday as the by Walter Dörwald · 20 years ago
  16. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 20 years ago
  17. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  19. 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 22 years ago
  20. 693c6c4 added test case to catch index errors with _localized_name class by Skip Montanaro · 22 years ago
  21. d077ca1 Very small test suite for the calendar module, mostly to check a constraint by Fred Drake · 23 years ago