summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_calendar.py
Commit message (Expand)AuthorAgeFilesLines
* gh-69714: Make `calendar` module fully tested (#93655)Bart Skowron2023-07-221-45/+195
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-061-1/+0
* gh-104012: Ensure test_calendar.CalendarTestCase.test_deprecation_warning con...Alex Waygood2023-04-301-4/+4
* gh-103636: issue warning for deprecated calendar constants (#103833)Prince Roshan2023-04-291-0/+9
* gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378)Andre Hora2023-03-151-2/+6
* gh-57539: Increase calendar test coverage (GH-93468)Hugo van Kemenade2022-06-071-0/+13
* bpo-46484:Add test for Calendar.iterweekdays (GH-30825)1809092022-04-041-0/+8
* bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner2022-02-071-1/+2
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412)Nikita Sobolev2022-01-051-2/+1
* bpo-41521: Rename blacklist parameter to not_exported (GH-21824)Victor Stinner2020-08-171-6/+6
* bpo-35078: Allow customization of CSS class name of a month in calendar modul...Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-06-021-0/+24
* Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)Alexander Belopolsky2017-10-261-0/+62
* Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....Alexander Belopolsky2017-10-241-5/+11
* bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)Oz N Tiram2017-06-061-30/+78
* 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-281-0/+21
|\ \ | |/
| * Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-281-0/+21
* | 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 #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-3/+13
|\
| * Added test to ensure localized calendar methods return strings and not bytes.Serhiy Storchaka2013-01-311-3/+13
* | #15421: merge with 3.2.Ezio Melotti2012-09-211-0/+6
|\ \ | |/
| * #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXY...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
|/
* 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