COMMITS
/ Lib/calendar.py September 15, 2021
H
bpo-39710: Remove Python 2-specific sentence from calendar documentation (GH-26985)
Hubert Badocha committed
June 2, 2020
S
bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
August 4, 2019
R
bpo-28292: Mark calendar.py helper functions as private. (GH-15113)
Raymond Hettinger committed
October 26, 2017
A
Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)
Alexander Belopolsky committed
October 24, 2017
A
Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4(). (#4079)
Alexander Belopolsky committed
June 6, 2017
O
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
Oz N Tiram committed
October 25, 2016
S
Issue #28255: calendar.TextCalendar.prweek() no longer prints a space after
Serhiy Storchaka committed
S
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
Serhiy Storchaka committed
S
Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
Serhiy Storchaka committed
September 28, 2016
A
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky committed
A
Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.
Alexander Belopolsky committed
January 16, 2016
M
Issue #23883: Add missing APIs to calendar.__all__
Martin Panter committed
November 2, 2015
M
Issue #25523: Merge a-to-an corrections from 3.5
Martin Panter committed
M
Issue #25523: Correct "a" article to "an" article
Martin Panter committed
November 1, 2015
S
Issue #18973: Command-line interface of the calendar module now uses argparse
Serhiy Storchaka committed
August 17, 2013
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
September 21, 2012
August 11, 2011
October 19, 2010
G
A
Fixed the docstring for calendar.isleap() function.
Alexander Belopolsky committed
June 14, 2010
A
Undo r81988 code change leaving added test.
Alexander Belopolsky committed
A
Issue 6280: Tests and simpler implementation for calendar.timegm
Alexander Belopolsky committed
June 8, 2008
G
#3059: Stop decoding Unicode in calendar module.
Georg Brandl committed
May 4, 2008
February 9, 2008
November 12, 2007
C
Merged revisions 58939-58946 via svnmerge from
Christian Heimes committed
C
Merged revisions 58930-58938 via svnmerge from
Christian Heimes committed
August 30, 2007
T
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
May 10, 2005
R
SF bug #1193890: calendar.weekheader not found in __all__
Raymond Hettinger committed
November 13, 2004
T
SF bug 1065388: calendar day/month name lookup too slow
Tim Peters committed
June 7, 2004
N
There is no reason to have an underscore after self
Neal Norwitz committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
February 13, 2003
R
SF 685011: calendar module overflow handling
Raymond Hettinger committed
December 25, 2002
R
SF 658405: calendar.py to rely on the datetime module instead of the time
Raymond Hettinger committed
October 22, 2002
R
Patches #626105:
Raymond Hettinger committed
October 21, 2002
R
Eliminate unused instance variable
Raymond Hettinger committed
June 20, 2002
R
SF 570727 indexer() class no longer needed since lists now support slicing
Raymond Hettinger committed
March 23, 2002
T
SF bug 533234: tm_isdst > 1 Passed to strftime.
Tim Peters committed
March 22, 2002
S
better solution for bug #533234 courtesy of Tim.
Skip Montanaro committed
S
guarantee that the dst flag of synthetic "time" tuples passed to strftime
Skip Montanaro committed
March 15, 2002
S
Corrected _localized_name.__getitem__ based on code in patch 503202 (which I
Skip Montanaro committed
S
make _localized_name instances work more like the tuples they replaced. In
Skip Montanaro committed
May 22, 2001
B
Application of patch #401842 by Denis S. Otkidach to support
Barry Warsaw committed
January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed
January 14, 2001
T
Whitespace normalization.
Tim Peters committed
December 12, 2000
F
Update the code to better reflect recommended style:
Fred Drake committed