summaryrefslogtreecommitdiff
path: root/Lib/calendar.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial revisionGuido van Rossum1990-10-131-0/+213