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
*
#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
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
SF bug 533234: tm_isdst > 1 Passed to strftime.
Tim Peters
2002-03-23
1
-0/+23
*
added test case to catch index errors with _localized_name class
Skip Montanaro
2002-03-15
1
-0/+4
*
Very small test suite for the calendar module, mostly to check a constraint
Fred Drake
2001-12-12
1
-0/+34