summaryrefslogtreecommitdiff
path: root/Lib/calendar.py
Commit message (Expand)AuthorAgeFilesLines
* Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)Alexander Belopolsky2017-10-261-2/+3
* Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....Alexander Belopolsky2017-10-241-20/+52
* bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)Oz N Tiram2017-06-061-6/+30
* 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-1/+1
|\
| * Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-251-1/+1
* | Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-271-10/+9
|\ \ | |/
| * Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-271-10/+9
* | Issue #23883: Add missing APIs to calendar.__all__Martin Panter2016-01-161-1/+3
* | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | Issue #18973: Command-line interface of the calendar module now uses argparseSerhiy Storchaka2015-11-011-36/+45
|/
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXY...Ezio Melotti2012-09-211-1/+5
* Fix closes Issue10087 - fixing the output of calendar display in the html fo...Senthil Kumaran2011-08-111-4/+7
* #10092: Properly reset locale in Locale*Calendar classes. The context manage...Georg Brandl2010-10-191-2/+2
* Fixed the docstring for calendar.isleap() function.Alexander Belopolsky2010-10-191-1/+1
* Undo r81988 code change leaving added test.Alexander Belopolsky2010-06-141-3/+8
* Issue 6280: Tests and simpler implementation for calendar.timegmAlexander Belopolsky2010-06-141-8/+3
* #3059: Stop decoding Unicode in calendar module.Georg Brandl2008-06-081-14/+6
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-2/+2
* Merged revisions 58939-58946 via svnmerge fromChristian Heimes2007-11-121-1/+1
* Merged revisions 58930-58938 via svnmerge fromChristian Heimes2007-11-121-8/+12
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-1/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-16/+16
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-7/+7
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-3/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-118/+591
* SF bug #1193890: calendar.weekheader not found in __all__Raymond Hettinger2005-05-101-1/+2
* SF bug 1065388: calendar day/month name lookup too slowTim Peters2004-11-131-8/+18
* There is no reason to have an underscore after selfNeal Norwitz2004-06-071-1/+1
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-4/+4
* SF 685011: calendar module overflow handlingRaymond Hettinger2003-02-131-1/+1
* SF 658405: calendar.py to rely on the datetime module instead of the timeRaymond Hettinger2002-12-251-18/+8
* Patches #626105:Raymond Hettinger2002-10-221-13/+6
* Eliminate unused instance variableRaymond Hettinger2002-10-211-5/+5
* SF 570727 indexer() class no longer needed since lists now support slicingRaymond Hettinger2002-06-201-13/+4
* SF bug 533234: tm_isdst > 1 Passed to strftime.Tim Peters2002-03-231-18/+43
* better solution for bug #533234 courtesy of Tim.Skip Montanaro2002-03-221-1/+2
* guarantee that the dst flag of synthetic "time" tuples passed to strftimeSkip Montanaro2002-03-221-1/+1
* Corrected _localized_name.__getitem__ based on code in patch 503202 (which ISkip Montanaro2002-03-151-7/+9
* make _localized_name instances work more like the tuples they replaced. InSkip Montanaro2002-03-151-5/+12
* Application of patch #401842 by Denis S. Otkidach to supportBarry Warsaw2001-05-221-9/+11
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+4
* Whitespace normalization.Tim Peters2001-01-141-3/+3
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* Fixed leapdays(). From Patch #101841, by Denis S. Otkidach.Guido van Rossum2000-10-091-2/+4
* patches from David Goodger. Closes patch 101085.Skip Montanaro2000-08-301-69/+104
* typos fixed by Rob HooftJeremy Hylton2000-06-281-1/+1