| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXY... | Ezio Melotti | 2012-09-21 | 1 | -1/+5 | 
| *  | Fix closes Issue10087 -  fixing the output of calendar display in the html fo... | Senthil Kumaran | 2011-08-11 | 1 | -4/+7 | 
| *  | #10092: Properly reset locale in Locale*Calendar classes.  The context manage... | Georg Brandl | 2010-10-19 | 1 | -2/+2 | 
| *  | Fixed the docstring for calendar.isleap() function. | Alexander Belopolsky | 2010-10-19 | 1 | -1/+1 | 
| *  | Undo r81988 code change leaving added test. | Alexander Belopolsky | 2010-06-14 | 1 | -3/+8 | 
| *  | Issue 6280: Tests and simpler implementation for calendar.timegm | Alexander Belopolsky | 2010-06-14 | 1 | -8/+3 | 
| *  | #3059: Stop decoding Unicode in calendar module. | Georg Brandl | 2008-06-08 | 1 | -14/+6 | 
| *  | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -1/+0 | 
| *  | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -2/+2 | 
| *  | Merged revisions 58939-58946 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -1/+1 | 
| *  | Merged revisions 58930-58938 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -8/+12 | 
| *  | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -1/+1 | 
| *  | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -16/+16 | 
| *  | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -7/+7 | 
| *  | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -3/+0 | 
| *  | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -118/+591 | 
| *  | SF bug #1193890:  calendar.weekheader not found in __all__ | Raymond Hettinger | 2005-05-10 | 1 | -1/+2 | 
| *  | SF bug 1065388:  calendar day/month name lookup too slow | Tim Peters | 2004-11-13 | 1 | -8/+18 | 
| *  | There is no reason to have an underscore after self | Neal Norwitz | 2004-06-07 | 1 | -1/+1 | 
| *  | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -4/+4 | 
| *  | SF 685011: calendar module overflow handling | Raymond Hettinger | 2003-02-13 | 1 | -1/+1 | 
| *  | SF 658405:  calendar.py to rely on the datetime module instead of the time | Raymond Hettinger | 2002-12-25 | 1 | -18/+8 | 
| *  | Patches #626105: | Raymond Hettinger | 2002-10-22 | 1 | -13/+6 | 
| *  | Eliminate unused instance variable | Raymond Hettinger | 2002-10-21 | 1 | -5/+5 | 
| *  | SF 570727 indexer() class no longer needed since lists now support slicing | Raymond Hettinger | 2002-06-20 | 1 | -13/+4 | 
| *  | SF bug 533234:  tm_isdst > 1 Passed to strftime. | Tim Peters | 2002-03-23 | 1 | -18/+43 | 
| *  | better solution for bug #533234 courtesy of Tim. | Skip Montanaro | 2002-03-22 | 1 | -1/+2 | 
| *  | guarantee that the dst flag of synthetic "time" tuples passed to strftime | Skip Montanaro | 2002-03-22 | 1 | -1/+1 | 
| *  | Corrected _localized_name.__getitem__ based on code in patch 503202 (which I | Skip Montanaro | 2002-03-15 | 1 | -7/+9 | 
| *  | make _localized_name instances work more like the tuples they replaced.  In | Skip Montanaro | 2002-03-15 | 1 | -5/+12 | 
| *  | Application of patch #401842 by Denis S. Otkidach to support | Barry Warsaw | 2001-05-22 | 1 | -9/+11 | 
| *  | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+4 | 
| *  | Whitespace normalization. | Tim Peters | 2001-01-14 | 1 | -3/+3 | 
| *  | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 | 
| *  | Fixed leapdays().  From Patch #101841, by Denis S. Otkidach. | Guido van Rossum | 2000-10-09 | 1 | -2/+4 | 
| *  | patches from David Goodger.  Closes patch 101085. | Skip Montanaro | 2000-08-30 | 1 | -69/+104 | 
| *  | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 | 1 | -1/+1 | 
| *  | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -118/+116 | 
| *  | Add unrelated but handy function: timegm(), to calculate Unix | Guido van Rossum | 1999-06-09 | 1 | -0/+17 | 
| *  | No need to import gmtime, ctime, asctime. | Guido van Rossum | 1999-05-03 | 1 | -2/+2 | 
| *  | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -6/+1 | 
| *  | Some minute changes. | Guido van Rossum | 1993-12-29 | 1 | -1/+0 | 
| *  | * calendar.py: all libC functionality now moved to built-in time module | Guido van Rossum | 1993-06-23 | 1 | -27/+8 | 
| *  | * aifc.py: don't die on invalid MARK chunk | Guido van Rossum | 1993-06-20 | 1 | -121/+81 | 
| *  | * calendar.py: minor cleanups | Guido van Rossum | 1993-06-17 | 1 | -4/+7 | 
| *  | aiff.py, calendar.py: change functions taking a tuple to really take a | Guido van Rossum | 1993-02-05 | 1 | -1/+2 | 
| *  | * More changes due to stricter argument passing rules | Guido van Rossum | 1993-01-04 | 1 | -1/+2 | 
| *  | Misc changes and new modules.  whrandom is "objectified".  SOCKET.py | Guido van Rossum | 1992-10-18 | 1 | -4/+4 | 
| *  | Changed calendar.py to define lists of literals instead of tuples. | Guido van Rossum | 1992-07-09 | 1 | -9/+9 | 
| *  | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -4/+4 |