| Commit message (Expand) | Author | Age | Files | Lines |
| * | gh-140212: Add html for year-month option in Calendar (#140230) | Pål Grønås Drange | 2025-10-31 | 1 | -8/+23 |
|
|
| * | gh-137634: Modernize `calendar.HTMLCalendar` output (#137635) | Wulian233 | 2025-10-14 | 1 | -21/+21 |
|
|
| * | gh-137481: Fix abbreviation of day names in TextCalendar (GH-137482) | Scott Noyes | 2025-08-20 | 1 | -1/+1 |
|
|
| * | gh-131146: Fall back to `month_name` if `standalone_month_name`s aren't disti... | Petr Viktorin | 2025-08-13 | 1 | -0/+8 |
|
|
| * | gh-131146: Fix month names in a "standalone form" in calendar module (GH-131147) | Dzmitry Plashchynski | 2025-07-31 | 1 | -5/+16 |
|
|
| * | gh-135001: Explicitly specify the encoding parameter value of `calendar.HTMLC... | Wulian233 | 2025-06-09 | 1 | -3/+3 |
|
|
| * | gh-130645: Add color to stdlib argparse CLIs (gh-133380) | Hugo van Kemenade | 2025-05-05 | 1 | -1/+1 |
|
|
| * | gh-130665: Only apply locale to calendar CLI via `--locale` and not `LANG` en... | Hugo van Kemenade | 2025-02-28 | 1 | -2/+8 |
|
|
| * | gh-128317: Move CLI calendar highlighting to private class (#129625) | Hugo van Kemenade | 2025-02-08 | 1 | -40/+115 |
|
|
| * | gh-128317: Highlight today in colour in calendar CLI output (#128318) | Hugo van Kemenade | 2025-01-03 | 1 | -9/+41 |
|
|
| * | gh-126476: Raise IllegalMonthError for calendar.formatmonth() when the input ... | Nadeshiko Manju | 2024-11-15 | 1 | -3/+13 |
|
|
| * | gh-120567: Clarify weekday return in calendar.monthrange docstring (#120570) | Terry Jan Reedy | 2024-06-16 | 1 | -2/+2 |
|
|
| * | gh-112240: Add option to calendar module CLI to specify the weekday to start ... | Steven Ward | 2024-01-29 | 1 | -0/+7 |
|
|
| * | Remove limit in calendar CLI help message for year arg (GH-114719) | Steven Ward | 2024-01-29 | 1 | -1/+1 |
|
|
| * | gh-109653: Defer importing `warnings` in several modules (#110286) | Alex Waygood | 2023-10-04 | 1 | -1/+1 |
|
|
| * | GH-108202: Document ``calendar``'s command-line interface (#109020) | Adam Turner | 2023-09-06 | 1 | -1/+1 |
|
|
| * | gh-69714: Make `calendar` module fully tested (#93655) | Bart Skowron | 2023-07-22 | 1 | -9/+7 |
|
|
| * | gh-103822: [Calendar] change return value to enum for day and month APIs (GH-... | Prince Roshan | 2023-05-02 | 1 | -2/+1 |
|
|
| * | gh-103636: issue warning for deprecated calendar constants (#103833) | Prince Roshan | 2023-04-29 | 1 | -0/+13 |
|
|
| * | gh-103636: add enums for days and months in calendar module (GH-103642) | Prince Roshan | 2023-04-25 | 1 | -21/+39 |
|
|
| * | 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 |
|
|