Wykres commitów

873 Commity (aace9385e4315e4614e495d3aca61bf1c1ec7cb3)

Autor SHA1 Wiadomość Data
Tobias Brox aace9385e4 UTC timezone should not be explicitly set in timestamp attributes
Quickfix for https://github.com/collective/icalendar/issues/335
2021-11-17 21:44:53 +01:00
Maurits van Rees 90c0593506
Back to development: 4.0.10
[ci skip]
2021-10-16 15:24:26 +02:00
Maurits van Rees c0feddca64
Preparing release 4.0.9
[ci skip]
2021-10-16 15:24:04 +02:00
Maurits van Rees 3c839b3c16
Cleaned up empty headers from changelog.
[ci skip]
2021-10-16 15:24:03 +02:00
Johannes Raggam f5632be462 Add missing chagelog entry for last commit. 2021-10-15 15:03:26 +02:00
Rastislav Barlik f39d234fd6 Preserve duration sign when calling to_ical 2021-10-15 15:00:10 +02:00
Marius Hegele 1e274d3bac replace substrings of type byte instead of string
`to_ical()` returns a `bytes` object, not a string 

"The methods on bytes and bytearray objects don’t accept strings as their arguments, just as the methods on strings don’t accept bytes as their arguments."
https://docs.python.org/3/library/stdtypes.html#bytes-and-bytearray-operations
2021-10-15 14:58:06 +02:00
Johannes Raggam 9b72b0b1d6 Fix vCategories for correct en/de coding. 2021-10-15 14:51:05 +02:00
Maurits van Rees c54000617e
Back to development: 4.0.9
[ci skip]
2021-10-07 15:34:26 +02:00
Maurits van Rees 4ff3f4cc9a
Preparing release 4.0.8
[ci skip]
2021-10-07 15:34:00 +02:00
Maurits van Rees 17dd06b3bd
Fix changelog.
[ci skip]
2021-10-07 15:33:48 +02:00
Maurits van Rees 1ae1f8dd5a
Removed .travis.yml
[ci skip]
2021-10-07 15:30:22 +02:00
Maurits van Rees 0e203cad54
Merge pull request #329 from TheDeveloperTeam/master
Added Python 3.9 and 3.10
2021-10-07 15:29:00 +02:00
Fayas Noushad a0508664fa
Update CHANGES.rst 2021-10-05 19:21:08 +05:30
Fayas Noushad 4384ed7451
Added 3.9 and 3.10 2021-10-05 19:15:59 +05:30
Fayas Noushad fa294dd4e0
Added python 3.9 and 3.10 2021-10-05 19:15:25 +05:30
Fayas Noushad 8a4cd0bba6
Added Python 3.9 and 3.10 2021-10-05 19:13:56 +05:30
Jon Dufresne 5c4fcf7630
Replace bare 'except:' with 'except Exception:' (#281)
Catching all exceptions is generally considered a bad practice under
most circumstances as it will also catch KeyboardInterrupt and
SystemExit. These special cases should be raised to the interpreter to
allow the Python process to exit.

This fix complies with pycodestyle's error code E722:

https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes

> do not use bare except, specify exception instead
2021-09-28 22:29:57 +05:30
Felix Van der Jeugt 8cf4f6692f
fix variable typo (#283) 2021-09-28 22:23:29 +05:30
Maurits van Rees 07e4ac2cff
Back to development: 4.0.8
[ci skip]
2020-09-07 13:09:06 +02:00
Maurits van Rees 5f46363f0f
Preparing release 4.0.7
[ci skip]
2020-09-07 13:08:33 +02:00
Maurits van Rees bfe3d733c6
Cleaned up empty headers from changelog.
[ci skip]
2020-09-07 13:08:30 +02:00
Simon Budig 2a82c88c65 Correct the handling of rrules within timezone definitions.
Fix for https://github.com/collective/icalendar/issues/303
2020-08-24 15:27:21 +02:00
Maurits van Rees 8047148a7b
Back to development: 4.0.7
[ci skip]
2020-05-06 23:01:49 +02:00
Maurits van Rees 3d38ca7819
Preparing release 4.0.6
[ci skip]
2020-05-06 23:01:19 +02:00
Maurits van Rees 4aa5b2af4b
Cleaned up empty headers from changelog.
[ci skip]
2020-05-06 23:01:18 +02:00
Maurits van Rees 54dd0d0e67
Merge pull request #311 from collective/check-python-versions
Add test runs on Python 3.7 and 3.8.
2020-04-23 00:07:50 +02:00
Maurits van Rees ce85c6d125
Add test runs on Python 3.7 and 3.8. 2020-04-22 22:58:20 +02:00
Jens W. Klein 14ff684d2c
Merge pull request #310 from kam193/master
Fix incorrect CHANGELOG entry
2020-04-08 12:56:03 +02:00
Kamil Mankowski 8119391210
Fix incorrect CHANGELOG entry 2020-04-08 12:23:28 +02:00
Maurits van Rees c5f5602b20
Merge pull request #299 from kam193/master
Default type vText when converting vRecur to ical
2020-04-08 11:06:34 +02:00
Maurits van Rees 3258ea929e
Back to development: 4.0.6
[ci skip]
2020-03-21 01:57:03 +01:00
Maurits van Rees 325501db54
Preparing release 4.0.5
[ci skip]
2020-03-21 01:56:27 +01:00
Maurits van Rees b5250c8c16
Cleaned up empty headers from changelog.
[ci skip]
2020-03-21 01:56:23 +01:00
Maurits van Rees 46afa094d8
check-manifest
[ci skip]
2020-03-21 01:55:15 +01:00
Maurits van Rees 1f6c85f5bc
Added Python 3.7 to classifiers.
[ci skip]
2020-03-21 01:53:46 +01:00
Kamil Mankowski (kam193) 3fc1007e60
Update changelog 2020-03-18 20:04:09 +01:00
Kamil Mankowski (kam193) 9b26e188f1
Default type vText when converting vRecur to ical
Use default type when converting recurence definition
to ical string.
2020-03-18 20:04:09 +01:00
Maurits van Rees 2cc1dacb59
Merge pull request #309 from collective/maurits/improve-testing
Maurits/improve testing
2020-03-09 21:44:59 +01:00
Maurits van Rees d1ed9c42d0
Tests: do less iterations with fuzzy contents.
https://github.com/collective/icalendar/pull/289#issuecomment-594219490
2020-03-09 11:37:32 +01:00
Maurits van Rees c65c6b7e3f
Fixed error in tests with duplicate parameter 'self'.
TypeError: __init__() got multiple values for argument 'self'
https://travis-ci.org/collective/icalendar/jobs/659260349
2020-03-09 11:36:26 +01:00
Maurits van Rees 21a2b30861
Merge pull request #289 from davidfischer/rtd-config-file
Add a readthedocs config file
2020-03-03 21:57:12 +01:00
Maurits van Rees ce71b8e3bf
Back to development: 4.0.5
[ci skip]
2019-11-25 22:32:23 +01:00
Maurits van Rees 2aef5f6394
Preparing release 4.0.4
[ci skip]
2019-11-25 22:31:58 +01:00
Maurits van Rees 1670e1ec6f
Cleaned up empty headers from changelog.
[ci skip]
2019-11-25 22:31:56 +01:00
Dalton Durst 165b4e4d46
Merge pull request #296 from collective/less-fuzzing
Calm down fuzzing
2019-11-12 12:35:25 -06:00
Dalton Durst b6f211dbfe Calm down fuzzing
The fuzzing configuration introduced by
https://github.com/collective/icalendar/pull/191 *did* find a novel
issue in its first run. However, it is unable to run on travis-ci due to
taking too long without output. I tried running it locally to make sure
it wasn't Travis being Travis, and sure enough, on my i9-9880H, the
operation took well over 20 minutes before I stopped it.

Because of this, I've reduced the number of examples that Hypothesis
will run. This will catch fewer errors but help us get PRs back on track
2019-11-12 10:47:14 -06:00
David Fischer f44cec15d4
Changelog entry for RTD build issue 2019-05-14 10:08:50 -07:00
David Fischer 80614feb97
Add a RTD config file 2019-05-14 09:59:19 -07:00
Maurits van Rees f340b761aa
Back to development: 4.0.4
[ci skip]
2018-10-10 09:41:47 +02:00