Wykres commitów

1305 Commity (25be2d76f72737bce034a9815fd390940ca7aa26)

Autor SHA1 Wiadomość Data
Nicco Kunzmann 1e32dabc3c add v5.0.4 to changelog 2022-11-23 18:19:57 +00:00
Nicco Kunzmann 55ead610d5 update maintenance documentation 2022-11-23 18:15:40 +00:00
Jaca 2b76380a1c
Merge pull request #494 from niccokunzmann/release
Release v5.0.3
2022-11-23 19:02:19 +01:00
Nicco Kunzmann dcfc19cf4b change branch actually used 2022-11-23 17:56:44 +00:00
Nicco Kunzmann 34a4b0c269 version 5.0.3 2022-11-23 17:56:04 +00:00
Jaca b4b30ab92f
Merge pull request #492 from collective/487-regression-dddtype-not-hashable-in-icalendar-5
implement hash and __eq__ for vDDDTypes
2022-11-17 17:48:17 +01:00
Nicco Kunzmann ae9ac71561 add a check that a timezone difference matters to equality
see https://github.com/collective/icalendar/pull/492#discussion_r1020730916
2022-11-16 22:40:30 +00:00
Jaca f620cc6007
Merge pull request #493 from niccokunzmann/add-maintainer
add jacadzaca as maintainer
2022-11-11 18:18:03 +01:00
Nicco Kunzmann c31fc51337 add jacadzaca as maintainer 2022-11-10 09:47:34 +00:00
Nicco Kunzmann b486ec9542 add changelog entry 2022-11-10 09:45:07 +00:00
Nicco Kunzmann 6808972f32 add vDDDTypes.dt to __eq__ 2022-11-10 09:27:16 +00:00
Nicco Kunzmann 53567ef79e make tests fail if the parameters equal
This __eq__ implementation is faulty. The .dt property should be compared, too
2022-11-10 09:25:43 +00:00
Nicco Kunzmann 185065ebbd implement hash based on the dt value 2022-11-10 09:23:51 +00:00
Nicco Kunzmann b1a108d59a add tests to test hash and __eq__ 2022-11-10 09:17:13 +00:00
Nicco Kunzmann 9be5f7c9f2
Merge pull request #491 from ThiefMaster/patch-1
Fix typo in changelog
2022-11-09 16:43:14 +00:00
Adrian 3d74a11c02
Fix typo in changelog 2022-11-09 17:14:17 +01:00
Nicco Kunzmann eeb9714d3b
Merge pull request #488 from jacadzaca/refactor_test_reccurence
Refactor test recurrence
2022-11-09 15:51:24 +00:00
Nicco Kunzmann f7c7ef8eda
Merge pull request #490 from collective/clarify-changelog-entry
Clarify CHANGELOG entry
2022-11-09 15:42:09 +00:00
Jaca 503455576c
Clarify CHANGELOG entry
clarify CHANGELOG entry as per #489
2022-11-09 16:34:16 +01:00
jaca 4bee8bc975
add test for embedded timezone information in exdate parsing 2022-11-06 16:02:52 +01:00
jaca 651b7bdb28
refactor test_recurrence_exdates_multiple_lines 2022-11-06 15:38:33 +01:00
jaca d72fedb9a3
refactor test_recurrence_exdates_one_line 2022-11-06 15:21:58 +01:00
Nicco Kunzmann 4f3aa2eaf0
Merge pull request #486 from jacadzaca/release-5.0.2
Release 5.0.2
2022-11-04 06:20:24 +00:00
jaca 67cf18866d
version 5.0.2 2022-11-03 22:29:35 +01:00
Maurits van Rees 5dae2a48b4
Merge pull request #450 from collective/issue-318-skip-value-parameter-for-default-date-time
Remove VALUE=DATE-TIME from DTSTART, DTEND, DTSTAMP
2022-11-03 21:48:26 +01:00
Nicco Kunzmann 173948c182 remove value=date-time 2022-11-03 18:41:17 +00:00
Nicco Kunzmann 88f548677a correct value in documentation 2022-11-03 18:35:06 +00:00
Nicco Kunzmann 0480c4d0f7 add changelog entry for #318 2022-11-02 21:56:22 +00:00
Nicco Kunzmann e5ae796862 Merge branch 'master' into issue-318-skip-value-parameter-for-default-date-time 2022-11-02 21:52:37 +00:00
Jaca 78db69512b
Merge pull request #484 from niccokunzmann/fix-doctest
move doctest change to latest version
2022-11-02 09:57:48 +01:00
Nicco Kunzmann 68c60ab1a0 move doctest change to latest version 2022-11-02 00:26:01 +00:00
Nicco Kunzmann 3e6777de26
Merge pull request #445 from collective/doctest
test .py and .rst files with doctest
2022-11-02 00:23:42 +00:00
Nicco Kunzmann 0fbba532d2 update version in install documentation 2022-11-01 23:41:30 +00:00
Nicco Kunzmann 4d899a275b Merge branch 'master' into doctest 2022-11-01 23:40:19 +00:00
Pronoy Mandal 7b1f37634c
Update cal.py (#481)
* Update cal.py

* Update credits.rst pertaining to #482

* Update CHANGES.rst pertaining to #482

* Update CHANGES.rst pertaining to #481

* Update CHANGES.rst pertaining to #483

* Update CHANGES.rst

* Update credits.rst and changes.rst pertaining to #481

* Update CHANGES.rst

* Update CHANGES.rst

* Update CHANGES.rst

* Update CHANGES.rst

* Update cal.py

* Update cal.py

* Update CHANGES.rst

* Update cal.py

* Update cal.py

* Update cal.py

* Update tools.py

* Update parser.py

* Update CHANGES.rst
2022-10-31 18:51:52 +01:00
Pronoy Mandal cb2ccaa049
Update prop.py (#482)
Update prop.py
2022-10-31 08:21:59 +00:00
Nicco Kunzmann eb0348676b
Merge pull request #476 from jacadzaca/refactor_test_escaping
refactor test_property.test_escaping
2022-10-31 08:19:12 +00:00
Nicco Kunzmann 4b9df78e05
Merge pull request #480 from collective/adjust_assertion_in_max_error_length
Adjust assertion of max_error_length test
2022-10-31 08:17:12 +00:00
Nicco Kunzmann f170dc86a3
Merge pull request #483 from pronoym99/patch-5
Update parser.py
2022-10-31 08:05:05 +00:00
Pronoy 8ecf5456e8 Merge branch 'patch-5' of https://github.com/pronoym99/icalendar into patch-5 2022-10-31 11:52:38 +05:30
lukex9442 0c3800cd60 Update CHANGES.rst pertaining to #483 2022-10-31 11:46:26 +05:30
Pronoy Mandal 85aaabf337
Update CHANGES.rst 2022-10-31 11:06:35 +05:30
Pronoy Mandal d6073355b8
Update CHANGES.rst 2022-10-31 01:49:30 +05:30
lukex9442 73d314d06b Merge remote-tracking branch 'origin/patch-5' into patch-5 2022-10-31 01:39:23 +05:30
lukex9442 8b7b2245ac Update CHANGES.rst pertaining to #483 2022-10-31 01:39:19 +05:30
Pronoy Mandal be38ff0882
Update CHANGES.rst pertaining to #483 2022-10-31 00:54:07 +05:30
Pronoy Mandal 6842e43505
Update CHANGES.rst 2022-10-31 00:34:28 +05:30
Pronoy Mandal 18499073c1
Update CHANGES.rst 2022-10-31 00:30:47 +05:30
Pronoy Mandal 191d1a83c6
Update parser.py 2022-10-31 00:19:12 +05:30
Pronoy Mandal d4d1156977
Update parser.py 2022-10-30 22:55:16 +05:30