Nicco Kunzmann
|
d0fd6176b4
|
Merge branch 'master' into zoneinfo
|
2024-06-20 14:15:35 +01:00 |
Nicco Kunzmann
|
f97722e5e7
|
Merge pull request #632 from niccokunzmann/release
version 5.0.13
|
2024-06-20 14:10:42 +01:00 |
Nicco Kunzmann
|
39b0494829
|
version 5.0.13
|
2024-06-20 14:02:00 +01:00 |
Nicco Kunzmann
|
99084fbb0c
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-19 17:19:47 +01:00 |
Nicco Kunzmann
|
50f9765bb4
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-19 17:19:38 +01:00 |
Nicco Kunzmann
|
2ee6137225
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-19 17:19:26 +01:00 |
Nicco Kunzmann
|
5c4c11ef24
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-19 17:19:15 +01:00 |
Nicco Kunzmann
|
fa4db23399
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-19 17:18:59 +01:00 |
Nicco Kunzmann
|
96b4e76cb5
|
Modify doctests and add more examples
|
2024-06-19 11:25:02 +01:00 |
Nicco Kunzmann
|
4583615b7e
|
Merge master
This makes sure all additional tests from #628 are included
|
2024-06-19 09:48:03 +01:00 |
Nicco Kunzmann
|
a799e4ca23
|
Use pathlib instead of os.path
|
2024-06-18 20:27:02 +01:00 |
Nicco Kunzmann
|
6478c12d4e
|
Modify changelog
|
2024-06-18 20:12:52 +01:00 |
Nicco Kunzmann
|
abe94fbb87
|
use copyreg.pickle
|
2024-06-18 19:27:17 +01:00 |
Nicco Kunzmann
|
e7ec88de2e
|
Merge pull request #622 from niccokunzmann/docs-error
Guide to delete the build folder before testing
|
2024-06-17 10:50:34 +01:00 |
Nicco Kunzmann
|
4484608c8c
|
Merge pull request #621 from niccokunzmann/docs-py-12
Make documentation build under Python 3.12
|
2024-06-17 10:50:02 +01:00 |
Nicco Kunzmann
|
9862fd145b
|
Merge pull request #628 from raffifu/test/unit_prop
add test case for unit prop
|
2024-06-13 20:46:42 +01:00 |
raffifu
|
d3e432d179
|
add test case for unit prop
|
2024-06-12 22:09:29 +07:00 |
Nicco Kunzmann
|
3a54fe77a0
|
Merge pull request #625 from niccokunzmann/docs-http-server
Document how to access the documentation in the browser
|
2024-06-12 12:18:21 +01:00 |
Nicco Kunzmann
|
b3fc6f863a
|
Test the timezone offsets with pytz and zoneinfo
|
2024-06-12 10:45:20 +01:00 |
Nicco Kunzmann
|
5fd11f3f5b
|
Speed up tests with scoped cache
This also maintains an order of test cases being printed
|
2024-06-12 10:45:20 +01:00 |
Nicco Kunzmann
|
3e021a6995
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-11 22:51:58 +01:00 |
Nicco Kunzmann
|
9a86aa2b4a
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-11 22:51:41 +01:00 |
Nicco Kunzmann
|
0cef73b542
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-11 22:51:18 +01:00 |
Nicco Kunzmann
|
5762ac30e8
|
Update src/icalendar/tests/test_timezoned.py
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 17:27:46 +01:00 |
Nicco Kunzmann
|
5146c087c5
|
Update src/icalendar/timezone/tzp.py
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 17:27:29 +01:00 |
Nicco Kunzmann
|
0d158c6beb
|
Update src/icalendar/timezone/tzp.py
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 17:26:59 +01:00 |
Nicco Kunzmann
|
e5785ec966
|
Update src/icalendar/cal.py
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 12:51:05 +01:00 |
Nicco Kunzmann
|
c9f6c907eb
|
document tests
see https://github.com/collective/icalendar/pull/623#discussion_r1632221715
|
2024-06-10 12:49:59 +01:00 |
Nicco Kunzmann
|
a4c9ecd24f
|
Update src/icalendar/timezone/tzp.py
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 12:45:27 +01:00 |
Nicco Kunzmann
|
307a28bbd9
|
Update README.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 12:45:08 +01:00 |
Nicco Kunzmann
|
86af7567ae
|
Update src/icalendar/tests/conftest.py
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 12:44:46 +01:00 |
Nicco Kunzmann
|
ee313747cd
|
improve docstrings
address comment https://github.com/collective/icalendar/pull/623#discussion_r1632224076
|
2024-06-10 12:43:36 +01:00 |
Nicco Kunzmann
|
83eb74b49d
|
Add test to map to olson
address comment https://github.com/collective/icalendar/pull/623#discussion_r1632220685
|
2024-06-10 12:38:25 +01:00 |
Nicco Kunzmann
|
4eb94f5b88
|
address commit
https://github.com/collective/icalendar/pull/623#discussion_r1632213752
|
2024-06-10 12:29:55 +01:00 |
Nicco Kunzmann
|
9bea8a007c
|
Update link in README
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 12:25:06 +01:00 |
Nicco Kunzmann
|
864987cc9c
|
include suggestion
Co-authored-by: Steve Piercy <web@stevepiercy.com>
|
2024-06-10 12:14:02 +01:00 |
Nicco Kunzmann
|
f9dad100c5
|
log changes
|
2024-06-10 12:10:48 +01:00 |
Nicco Kunzmann
|
9bea7f7982
|
Make tests run for pypy3, too
|
2024-06-07 18:26:53 +01:00 |
Nicco Kunzmann
|
a7d8185fab
|
fix test run
|
2024-06-07 18:19:32 +01:00 |
Nicco Kunzmann
|
b920876d8c
|
move renaming backports.zoneinfo.ZoneInfo to zoneinfo.ZoneInfo into conftest.py
|
2024-06-07 18:15:56 +01:00 |
Nicco Kunzmann
|
21211cc958
|
Make a nicer reading
|
2024-06-07 18:04:46 +01:00 |
Nicco Kunzmann
|
9e89a02981
|
Switch documentation to zoneinfo
|
2024-06-07 17:49:41 +01:00 |
Nicco Kunzmann
|
c9f425b25b
|
Add methods to access examples faster
|
2024-06-07 17:10:35 +01:00 |
Nicco Kunzmann
|
2457f3646c
|
Make documentation build under Python 3.12
|
2024-06-07 16:36:59 +01:00 |
Nicco Kunzmann
|
95ccf64575
|
Document how to access the documentation in the browser
|
2024-06-07 16:35:26 +01:00 |
Nicco Kunzmann
|
9035a2204a
|
Make timezones with / work
|
2024-06-07 13:44:28 +01:00 |
Nicco Kunzmann
|
b75be6586b
|
Parametrize tests to run with zoneinfo and pytz
|
2024-06-07 13:24:25 +01:00 |
Nicco Kunzmann
|
0e11a2341f
|
Test all failing tests with pytz and zoneinfo
|
2024-06-06 13:21:19 +01:00 |
Nicco Kunzmann
|
e1b1127d40
|
Fix test dtstamp conversion to UTC
|
2024-06-05 12:46:36 +01:00 |
Nicco Kunzmann
|
942490e788
|
fix mistakes in tests
|
2024-06-05 12:46:09 +01:00 |