summaryrefslogtreecommitdiffstats
path: root/Lib/calendar.py
Commit message (Expand)AuthorAgeFilesLines
* gh-140212: Add html for year-month option in Calendar (#140230)Pål Grønås Drange2025-10-311-8/+23
* gh-137634: Modernize `calendar.HTMLCalendar` output (#137635)Wulian2332025-10-141-21/+21
* gh-137481: Fix abbreviation of day names in TextCalendar (GH-137482)Scott Noyes2025-08-201-1/+1
* gh-131146: Fall back to `month_name` if `standalone_month_name`s aren't disti...Petr Viktorin2025-08-131-0/+8
* gh-131146: Fix month names in a "standalone form" in calendar module (GH-131147)Dzmitry Plashchynski2025-07-311-5/+16
* gh-135001: Explicitly specify the encoding parameter value of `calendar.HTMLC...Wulian2332025-06-091-3/+3
* gh-130645: Add color to stdlib argparse CLIs (gh-133380)Hugo van Kemenade2025-05-051-1/+1
* gh-130665: Only apply locale to calendar CLI via `--locale` and not `LANG` en...Hugo van Kemenade2025-02-281-2/+8
* gh-128317: Move CLI calendar highlighting to private class (#129625)Hugo van Kemenade2025-02-081-40/+115
* gh-128317: Highlight today in colour in calendar CLI output (#128318)Hugo van Kemenade2025-01-031-9/+41
* gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input ...Nadeshiko Manju2024-11-151-3/+13
* gh-120567: Clarify weekday return in calendar.monthrange docstring (#120570)Terry Jan Reedy2024-06-161-2/+2
* gh-112240: Add option to calendar module CLI to specify the weekday to start ...Steven Ward2024-01-291-0/+7
* Remove limit in calendar CLI help message for year arg (GH-114719)Steven Ward2024-01-291-1/+1
* gh-109653: Defer importing `warnings` in several modules (#110286)Alex Waygood2023-10-041-1/+1
* GH-108202: Document ``calendar``'s command-line interface (#109020)Adam Turner2023-09-061-1/+1
* gh-69714: Make `calendar` module fully tested (#93655)Bart Skowron2023-07-221-9/+7
* gh-103822: [Calendar] change return value to enum for day and month APIs (GH-...Prince Roshan2023-05-021-2/+1
* gh-103636: issue warning for deprecated calendar constants (#103833)Prince Roshan2023-04-291-0/+13
* gh-103636: add enums for days and months in calendar module (GH-103642)Prince Roshan2023-04-251-21/+39
* bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214)Victor Stinner2022-02-241-3/+16
* bpo-46659: calendar uses locale.getlocale() (GH-31166)Victor Stinner2022-02-071-2/+2
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412)Nikita Sobolev2022-01-051-1/+3
* bpo-39710: Remove Python 2-specific sentence from calendar documentation (GH-...Hubert Badocha2021-09-151-6/+2
* bpo-35078: Allow customization of CSS class name of a month in calendar modul...Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2020-06-021-17/+4
* bpo-28292: Mark calendar.py helper functions as private. (GH-15113)Raymond Hettinger2019-08-041-6/+6
* Closes bpo-28281: Remove year (1-9999) limits on the weekday() function. (#4109)Alexander Belopolsky2017-10-261-2/+3
* Closes bpo-28292: Implemented Calendar.itermonthdays3() and itermonthdays4()....Alexander Belopolsky2017-10-241-20/+52
* bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)Oz N Tiram2017-06-061-6/+30
* Issue #28255: calendar.TextCalendar.prweek() no longer prints a space afterSerhiy Storchaka2016-10-251-2/+2
* Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-251-1/+1
|\
| * Issue #28255: calendar.TextCalendar().prmonth() no longer prints a spaceSerhiy Storchaka2016-10-251-1/+1
* | Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-281-10/+9
|\ \ | |/
| * Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12.Alexander Belopolsky2016-09-281-10/+9
* | Issue #23883: Add missing APIs to calendar.__all__Martin Panter2016-01-161-1/+3
* | Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-021-1/+1
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* | Issue #18973: Command-line interface of the calendar module now uses argparseSerhiy Storchaka2015-11-011-36/+45
|/
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXY...Ezio Melotti2012-09-211-1/+5
* Fix closes Issue10087 - fixing the output of calendar display in the html fo...Senthil Kumaran2011-08-111-4/+7
* #10092: Properly reset locale in Locale*Calendar classes. The context manage...Georg Brandl2010-10-191-2/+2
* Fixed the docstring for calendar.isleap() function.Alexander Belopolsky2010-10-191-1/+1
* Undo r81988 code change leaving added test.Alexander Belopolsky2010-06-141-3/+8
* Issue 6280: Tests and simpler implementation for calendar.timegmAlexander Belopolsky2010-06-141-8/+3
* #3059: Stop decoding Unicode in calendar module.Georg Brandl2008-06-081-14/+6
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-1/+0
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-2/+2
* Merged revisions 58939-58946 via svnmerge fromChristian Heimes2007-11-121-1/+1
* Merged revisions 58930-58938 via svnmerge fromChristian Heimes2007-11-121-8/+12