| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214) | Victor Stinner | 2022-02-24 | 1 | -3/+16 |
|
|
* | bpo-46659: calendar uses locale.getlocale() (GH-31166) | Victor Stinner | 2022-02-07 | 1 | -2/+2 |
|
|
* | bpo-46266: Add calendar day of week constants to __all__ (GH-30412) | Nikita Sobolev | 2022-01-05 | 1 | -1/+3 |
|
|
* | bpo-39710: Remove Python 2-specific sentence from calendar documentation (GH-... | Hubert Badocha | 2021-09-15 | 1 | -6/+2 |
|
|
* | bpo-35078: Allow customization of CSS class name of a month in calendar modul... | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2020-06-02 | 1 | -17/+4 |
|
|
* | bpo-28292: Mark calendar.py helper functions as private. (GH-15113) | Raymond Hettinger | 2019-08-04 | 1 | -6/+6 |
|
|
* | Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109) | Alexander Belopolsky | 2017-10-26 | 1 | -2/+3 |
|
|
* | Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4().... | Alexander Belopolsky | 2017-10-24 | 1 | -20/+52 |
|
|
* | bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439) | Oz N Tiram | 2017-06-06 | 1 | -6/+30 |
|
|
* | Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after | Serhiy Storchaka | 2016-10-25 | 1 | -2/+2 |
|
|
* | Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space | Serhiy Storchaka | 2016-10-25 | 1 | -1/+1 |
|\ |
|
| * | Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space | Serhiy Storchaka | 2016-10-25 | 1 | -1/+1 |
|
|
* | | Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. | Alexander Belopolsky | 2016-09-28 | 1 | -10/+9 |
|\ \
| |/ |
|
| * | Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. | Alexander Belopolsky | 2016-09-28 | 1 | -10/+9 |
|
|
* | | Issue #23883: Add missing APIs to calendar.__all__ | Martin Panter | 2016-01-16 | 1 | -1/+3 |
|
|
* | | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | Issue #18973: Command-line interface of the calendar module now uses argparse | Serhiy Storchaka | 2015-11-01 | 1 | -36/+45 |
|/ |
|
* | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | #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 |
|
|