summaryrefslogtreecommitdiff
path: root/Lib/test/test_calendar.py
Commit message (Expand)AuthorAgeFilesLines
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-34/+231
* SF bug 1065388: calendar day/month name lookup too slowTim Peters2004-11-131-8/+6
* Add another bunch of test cases for calendars with Sunday as theWalter Dörwald2004-07-081-1/+60
* Add tests that check the result of calendar.monthcalendar() for a setWalter Dörwald2004-07-021-1/+79
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-2/+2
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF bug 533234: tm_isdst > 1 Passed to strftime.Tim Peters2002-03-231-0/+23
* added test case to catch index errors with _localized_name classSkip Montanaro2002-03-151-0/+4
* Very small test suite for the calendar module, mostly to check a constraintFred Drake2001-12-121-0/+34