COMMITS
/ Lib/calendar.py October 31, 2025
P
gh-140212: Add html for year-month option in Calendar (#140230)
Pål Grønås Drange committed
October 14, 2025
W
gh-137634: Modernize `calendar.HTMLCalendar` output (#137635)
Wulian233 committed
August 20, 2025
S
gh-137481: Fix abbreviation of day names in TextCalendar (GH-137482)
Scott Noyes committed
August 13, 2025
P
gh-131146: Fall back to `month_name` if `standalone_month_name`s aren't distinct (GH-137674)
Petr Viktorin committed
July 31, 2025
D
gh-131146: Fix month names in a "standalone form" in calendar module (GH-131147)
Dzmitry Plashchynski committed
June 9, 2025
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
February 28, 2025
H
gh-130665: Only apply locale to calendar CLI via `--locale` and not `LANG` env var (#130676)
Hugo van Kemenade committed
February 8, 2025
H
gh-128317: Move CLI calendar highlighting to private class (#129625)
Hugo van Kemenade committed
January 3, 2025
H
gh-128317: Highlight today in colour in calendar CLI output (#128318)
Hugo van Kemenade committed
November 15, 2024
N
June 16, 2024
T
gh-120567: Clarify weekday return in calendar.monthrange docstring (#120570)
Terry Jan Reedy committed
January 29, 2024
S
S
Remove limit in calendar CLI help message for year arg (GH-114719)
Steven Ward committed
October 4, 2023
A
gh-109653: Defer importing `warnings` in several modules (#110286)
Alex Waygood committed
September 6, 2023
A
GH-108202: Document ``calendar``'s command-line interface (#109020)
Adam Turner committed
July 22, 2023
B
gh-69714: Make `calendar` module fully tested (#93655)
Bart Skowron committed
May 2, 2023
P
gh-103822: [Calendar] change return value to enum for day and month APIs (GH-103827)
Prince Roshan committed
April 29, 2023
P
gh-103636: issue warning for deprecated calendar constants (#103833)
Prince Roshan committed
April 25, 2023
P
gh-103636: add enums for days and months in calendar module (GH-103642)
Prince Roshan committed
February 24, 2022
V
bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)
Victor Stinner committed
February 7, 2022
V
bpo-46659: calendar uses locale.getlocale() (GH-31166)
Victor Stinner committed
January 5, 2022
N
bpo-46266: Add calendar day of week constants to __all__ (GH-30412)
Nikita Sobolev committed
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