icalendar/src/icalendar
Nicco Kunzmann c5595c851d create release modifications for version 4.1.1
see https://icalendar.readthedocs.io/en/latest/maintenance.html#
2023-09-06 16:27:42 +01:00
..
tests Fixed Issue 518 (RRULE BYDAY=xMO with x>=10 raises ValueError with to_ical()): updated WEEKDAY_RULE regex to accept 2 digits. Added tests for to_ical() covering various BYDAY values. 2023-05-31 20:36:07 +02:00
__init__.py create release modifications for version 4.1.1 2023-09-06 16:27:42 +01:00
cal.py Correct the handling of rrules within timezone definitions. 2020-08-24 15:27:21 +02:00
caselessdict.py Drop support for Python 2.6 and 3.3 2017-11-07 03:44:09 -08:00
cli.py Cli (#256) 2018-02-09 01:37:52 +01:00
compat.py all utf 8 headers 2016-01-14 15:08:00 +01:00
parser.py Replace bare 'except:' with 'except Exception:' (#281) 2021-09-28 22:29:57 +05:30
parser_tools.py all utf 8 headers 2016-01-14 15:08:00 +01:00
prop.py Fixed Issue 518 (RRULE BYDAY=xMO with x>=10 raises ValueError with to_ical()): updated WEEKDAY_RULE regex to accept 2 digits. Added tests for to_ical() covering various BYDAY values. 2023-05-31 20:36:07 +02:00
timezone_cache.py change some list and dict calls to list and dict literals 2016-01-14 15:20:45 +01:00
tools.py all utf 8 headers 2016-01-14 15:08:00 +01:00
windows_to_olson.py Accept Windows timezone identifiers as valid. 2017-09-28 18:45:43 +02:00