1. 66c88ce Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) by Alexander Belopolsky · 7 years ago
  2. fdd9b21 Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4(). (#4079) by Alexander Belopolsky · 7 years ago
  3. 8b7a4cc bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) by Oz N Tiram · 7 years ago
  4. 0595ed2 Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after by Serhiy Storchaka · 8 years ago
  5. ecb9018 Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
  6. 7ff51bd Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space by Serhiy Storchaka · 8 years ago
  7. e3fd248 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  8. 957b756 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  9. 2c1d3e3 Issue #23883: Removed redundant names from blacklists. by Serhiy Storchaka · 9 years ago
  10. 4eb376c Issue #23883: Add missing APIs to calendar.__all__ by Martin Panter · 9 years ago
  11. 9785261 Issue #18973: Command-line interface of the calendar module now uses argparse by Serhiy Storchaka · 9 years ago
  12. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  13. aef859c Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 9 years ago
  14. 87f0937 #18856: improve test coverage of the calendar module. Patch by Madison May. by Ezio Melotti · 11 years ago
  15. cc9e536 Added test to ensure localized calendar methods return strings and not bytes. by Serhiy Storchaka · 11 years ago
  16. f9fcdb7 Added test to ensure localized calendar methods return strings and not bytes. by Serhiy Storchaka · 11 years ago
  17. f82b937 #15421: merge with 3.2. by Ezio Melotti · 12 years ago
  18. 85710a4 #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXYEAR. Patch by Cédric Krier. by Ezio Melotti · 12 years ago
  19. bb75678 #14796: fix failure of new calendar test on windows. by R David Murray · 12 years ago
  20. d0c8695 #14796: improve calendar test coverage. by R David Murray · 12 years ago
  21. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  22. 962fed9 Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. by Senthil Kumaran · 13 years ago
  23. 1daaf9e #9361: add some tests for calendar.leapdays by R. David Murray · 14 years ago
  24. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  25. 9450cc0 Fix r85728: use "" to mean the system default locale, which should work on more systems. by Georg Brandl · 14 years ago
  26. 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
  27. cfae36f Test calendar.monthrange. by Brett Cannon · 14 years ago
  28. 43ca710 Issue 6280: Tests and simpler implementation for calendar.timegm by Alexander Belopolsky · 14 years ago
  29. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  30. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  31. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  32. c49ebc0 The HTMLCalendar outputs bytes now, so fix the test by Walter Dörwald · 17 years ago
  33. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  34. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  35. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  36. bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 20 years ago
  37. 302fa6d Add another bunch of test cases for calendars with Sunday as the by Walter Dörwald · 20 years ago
  38. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 20 years ago
  39. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  40. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  41. 0c2c8e7 SF bug 533234: tm_isdst > 1 Passed to strftime. by Tim Peters · 22 years ago
  42. 693c6c4 added test case to catch index errors with _localized_name class by Skip Montanaro · 22 years ago
  43. d077ca1 Very small test suite for the calendar module, mostly to check a constraint by Fred Drake · 23 years ago