Wykres commitów

19 Commity (d6de71b828f93b7984cd5608ab57186ad3df6022)

Autor SHA1 Wiadomość Data
Tobias Brox d6de71b828 Bugfix for datetime objects with tzinfo from zoneinfo library
See https://github.com/collective/icalendar/issues/333 for details

Includes test code and changelog entry
2021-11-17 16:05:00 +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
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
Jeroen F.J. Laros e86570b2da Cli (#256)
* Added rudimentary command line interface.

* Added documentation on the CLI.

* Added example output.

* Removed _optional wrapper in favour of the built-in get() method.

* Added --version option.

* Removed default for 'attendee'.

* Looping over all vevents now.

* Updated changelog.
2018-02-09 01:37:52 +01:00
Clive Stevens ebe06a4976 Fix non-ascii TZID and TZNAME handling in python 2
Zone needs to be a python 2 str because it's used as the timezone type name.
Zone name is a python 2 str for consistency with pytz. Needs to be made
unique if the conversion is inexact
2017-08-17 16:44:48 +01:00
Andreas Ruppen 885a547d34 Handle UnicodeEncodeError in Error messages. Depending on the input, I might be that instead of collecting the thrown error message, python throws a new UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 96: ordinal not in range(128). So we use the six library and unicode function to properly treat the error message before adding it to the stack of already collected error messages. 2016-11-22 21:11:16 +01:00
Stanislav Laznicka 70a7b5a167 Fixes bug when date-time is recognized as time
Date-time was recognized incorrectly as a date or time. This resulted
in wrong representation of some iCalendar strings.

Also adds "errors" list in Component for saving error strings from parsing.

https://github.com/collective/icalendar/issues/174
https://github.com/collective/icalendar/issues/168
2015-12-18 20:59:07 +01:00
TomTry ea84ab1d4d Update credits.rst 2015-11-23 09:08:40 +00:00
Markus Unterwaditzer 34404f1a43 Add changelog and credits 2014-09-06 13:24:05 +02:00
Johannes Raggam ca674ab735 prepare release 2014-08-26 11:35:13 +02:00
Thomas Weißschuh 39dfe0a272 add myself to credists.rst 2014-07-10 09:47:46 +00:00
Markus Unterwaditzer 249d1b4b93 Add myself to the contributors. 2014-05-20 17:56:58 +02:00
Christian Geier 110fc95f05 added Stefan and me to credits.rst
the python 3 porting was started by Stefan and myself at PyCon DE 2013
as part of the "port to python 3" sprint and continued by me later.
2013-10-27 15:33:04 +01:00
Johannes Raggam cf1e80f46a prepare release 2013-04-24 12:14:53 +02:00
Victor Varvaryuk 198654fbc6 Added myself to the contributer list 2013-03-19 16:12:01 +04:00
Ronan Dunklau 4c2a18867b Update changelog and credits. 2012-11-22 13:58:00 +01:00
Johannes Raggam dd7966a9da update contributors 2012-10-12 14:34:37 +02:00
Robert Niederreiter 4f5f70bd5b endure correct datatype at instance creation time in ``prop.vCalAddress`` and ``prop.vText``. Re-include doctests. 2012-08-23 13:45:16 +02:00
Johannes Raggam 8f6764389b update documentation a bit 2011-09-02 12:55:12 +02:00