summaryrefslogtreecommitdiff
path: root/Lib/calendar.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* Merged revisions 85728,85731,85735,85766-85771,85773,85777 via svnmerge fromGeorg Brandl2010-11-261-2/+2
* Merged revisions 85725 via svnmerge fromAlexander Belopolsky2010-10-191-1/+1
* #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
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-118/+116
* Add unrelated but handy function: timegm(), to calculate UnixGuido van Rossum1999-06-091-0/+17
* No need to import gmtime, ctime, asctime.Guido van Rossum1999-05-031-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-6/+1
* Some minute changes.Guido van Rossum1993-12-291-1/+0
* * calendar.py: all libC functionality now moved to built-in time moduleGuido van Rossum1993-06-231-27/+8
* * aifc.py: don't die on invalid MARK chunkGuido van Rossum1993-06-201-121/+81
* * calendar.py: minor cleanupsGuido van Rossum1993-06-171-4/+7
* aiff.py, calendar.py: change functions taking a tuple to really take aGuido van Rossum1993-02-051-1/+2
* * More changes due to stricter argument passing rulesGuido van Rossum1993-01-041-1/+2
* Misc changes and new modules. whrandom is "objectified". SOCKET.pyGuido van Rossum1992-10-181-4/+4
* Changed calendar.py to define lists of literals instead of tuples.Guido van Rossum1992-07-091-9/+9
* New == syntaxGuido van Rossum1992-01-011-4/+4
* Use IOError.Guido van Rossum1991-12-261-1/+1