summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_calendar.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #17049: Localized calendar methods now return unicode if a localeSerhiy Storchaka2013-01-311-3/+15
* Issue #16793. Replace deprecated unittest asserts with modern counterparts.Serhiy Storchaka2012-12-271-1/+1
* #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAX...Ezio Melotti2012-09-211-0/+6
* Merged revisions 83089,87590 via svnmerge fromR. David Murray2010-12-311-1/+51
* Merged revisions 85731,85735 via svnmerge fromGeorg Brandl2010-11-261-7/+4
* Merged revisions 85728 via svnmerge fromGeorg Brandl2010-11-261-0/+17
* Fix some py3k warnings in the standard library.Florent Xicluna2010-03-071-5/+3
* Silence a py3k warning claiming to affect Lib/calendar.pyAntoine Pitrou2009-10-141-3/+5
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Fix test output.Walter Dörwald2007-08-281-1/+1
* Patch #1463288: use a context manager to temporarily switch locales.Walter Dörwald2006-04-121-2/+140
* Bug #947906: An object oriented interface has been added to the calendarWalter Dörwald2006-03-311-34/+93
* 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