summaryrefslogtreecommitdiff
path: root/Lib/test/test_calendar.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28255: calendar.TextCalendar.prweek() no longer prints a space afterSerhiy Storchaka2016-10-251-2/+2
* Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-251-2/+1
|\
| * Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-251-2/+1
* | Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-271-4/+13
|\ \ | |/ |/|
| * Issue #23883: Removed redundant names from blacklists.Serhiy Storchaka2016-01-161-1/+1
| * Issue #23883: Add missing APIs to calendar.__all__Martin Panter2016-01-161-0/+9
| * Issue #18973: Command-line interface of the calendar module now uses argparseSerhiy Storchaka2015-11-011-4/+4
* | Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-271-0/+21
|/
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
* Issue #18982: Add tests for CLI of the calendar module.Serhiy Storchaka2015-02-051-25/+130
* #18856: improve test coverage of the calendar module. Patch by Madison May.Ezio Melotti2013-09-141-0/+21
* Added test to ensure localized calendar methods return strings and not bytes.Serhiy Storchaka2013-01-311-10/+213
|\
| * #15421: merge with 3.2.Ezio Melotti2012-09-211-0/+6
| |\
| * | #14796: fix failure of new calendar test on windows.R David Murray2012-05-301-2/+3
| * | #14796: improve calendar test coverage.R David Murray2012-05-291-9/+211
| * | #13012: use splitlines(keepends=True/False) instead of splitlines(0/1).Ezio Melotti2011-09-281-1/+1
* | | Added test to ensure localized calendar methods return strings and not bytes.Serhiy Storchaka2013-01-311-3/+13
| |/ |/|
* | #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXY...Ezio Melotti2012-09-211-0/+6
|/
* Fix closes Issue10087 - fixing the output of calendar display in the html fo...Senthil Kumaran2011-08-111-0/+7
* #9361: add some tests for calendar.leapdaysR. David Murray2010-12-311-0/+21
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* Fix r85728: use "" to mean the system default locale, which should work on mo...Georg Brandl2010-10-201-7/+4
* #10092: Properly reset locale in Locale*Calendar classes. The context manage...Georg Brandl2010-10-191-0/+17
* Test calendar.monthrange.Brett Cannon2010-07-231-0/+29
* Issue 6280: Tests and simpler implementation for calendar.timegmAlexander Belopolsky2010-06-141-2/+10
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-1/+1
* The HTMLCalendar outputs bytes now, so fix the testWalter Dörwald2007-05-221-2/+4
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-1/+1
* 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