index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_calendar.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-69714: Make `calendar` module fully tested (#93655)
Bart Skowron
2023-07-22
1
-45/+195
*
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner
2023-06-06
1
-1/+0
*
gh-104012: Ensure test_calendar.CalendarTestCase.test_deprecation_warning con...
Alex Waygood
2023-04-30
1
-4/+4
*
gh-103636: issue warning for deprecated calendar constants (#103833)
Prince Roshan
2023-04-29
1
-0/+9
*
gh-101377: improving test_locale_calendar_formatweekday of calendar (#101378)
Andre Hora
2023-03-15
1
-2/+6
*
gh-57539: Increase calendar test coverage (GH-93468)
Hugo van Kemenade
2022-06-07
1
-0/+13
*
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
180909
2022-04-04
1
-0/+8
*
bpo-46659: calendar uses locale.getlocale() (GH-31166)
Victor Stinner
2022-02-07
1
-1/+2
*
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
Nikita Sobolev
2022-01-05
1
-2/+1
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-6/+6
*
bpo-35078: Allow customization of CSS class name of a month in calendar modul...
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2020-06-02
1
-0/+24
*
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
Alexander Belopolsky
2017-10-26
1
-0/+62
*
Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....
Alexander Belopolsky
2017-10-24
1
-5/+11
*
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
Oz N Tiram
2017-06-06
1
-30/+78
*
Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after
Serhiy Storchaka
2016-10-25
1
-2/+2
*
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
Serhiy Storchaka
2016-10-25
1
-2/+1
|
\
|
*
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
Serhiy Storchaka
2016-10-25
1
-2/+1
*
|
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky
2016-09-28
1
-0/+21
|
\
\
|
|
/
|
*
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky
2016-09-28
1
-0/+21
*
|
Issue #23883: Removed redundant names from blacklists.
Serhiy Storchaka
2016-01-16
1
-1/+1
*
|
Issue #23883: Add missing APIs to calendar.__all__
Martin Panter
2016-01-16
1
-0/+9
*
|
Issue #18973: Command-line interface of the calendar module now uses argparse
Serhiy Storchaka
2015-11-01
1
-4/+4
|
/
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+1
*
Issue #18982: Add tests for CLI of the calendar module.
Serhiy Storchaka
2015-02-05
1
-25/+130
*
#18856: improve test coverage of the calendar module. Patch by Madison May.
Ezio Melotti
2013-09-14
1
-0/+21
*
Added test to ensure localized calendar methods return strings and not bytes.
Serhiy Storchaka
2013-01-31
1
-3/+13
|
\
|
*
Added test to ensure localized calendar methods return strings and not bytes.
Serhiy Storchaka
2013-01-31
1
-3/+13
*
|
#15421: merge with 3.2.
Ezio Melotti
2012-09-21
1
-0/+6
|
\
\
|
|
/
|
*
#15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXY...
Ezio Melotti
2012-09-21
1
-0/+6
*
|
#14796: fix failure of new calendar test on windows.
R David Murray
2012-05-30
1
-2/+3
*
|
#14796: improve calendar test coverage.
R David Murray
2012-05-29
1
-9/+211
*
|
#13012: use splitlines(keepends=True/False) instead of splitlines(0/1).
Ezio Melotti
2011-09-28
1
-1/+1
|
/
*
Fix closes Issue10087 - fixing the output of calendar display in the html fo...
Senthil Kumaran
2011-08-11
1
-0/+7
*
#9361: add some tests for calendar.leapdays
R. David Murray
2010-12-31
1
-0/+21
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-1/+1
*
Fix r85728: use "" to mean the system default locale, which should work on mo...
Georg Brandl
2010-10-20
1
-7/+4
*
#10092: Properly reset locale in Locale*Calendar classes. The context manage...
Georg Brandl
2010-10-19
1
-0/+17
*
Test calendar.monthrange.
Brett Cannon
2010-07-23
1
-0/+29
*
Issue 6280: Tests and simpler implementation for calendar.timegm
Alexander Belopolsky
2010-06-14
1
-2/+10
*
Merged revisions 69846 via svnmerge from
Mark Dickinson
2009-02-21
1
-1/+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-1/+1
*
The HTMLCalendar outputs bytes now, so fix the test
Walter Dörwald
2007-05-22
1
-2/+4
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1/+1
*
Restructure comparison dramatically. There is no longer a default
Guido van Rossum
2006-08-24
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-34/+231
*
SF bug 1065388: calendar day/month name lookup too slow
Tim Peters
2004-11-13
1
-8/+6
*
Add another bunch of test cases for calendars with Sunday as the
Walter Dörwald
2004-07-08
1
-1/+60
*
Add tests that check the result of calendar.monthcalendar() for a set
Walter Dörwald
2004-07-02
1
-1/+79
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-2/+2
[next]