Wykres commitów

616 Commity (8d6a2852144b6db4739b014896f44ffcedb15da2)

Autor SHA1 Wiadomość Data
Markus Unterwaditzer f99ec25488 Use pytest instead of discover 2014-05-29 18:56:10 +02:00
Markus Unterwaditzer 70fda2f7dd Make travis use tox for test running 2014-05-29 18:47:17 +02:00
Markus Unterwaditzer fd5dcb05a4 Pin pytz version to 2014.2 2014-05-29 18:46:09 +02:00
Markus Unterwaditzer 249d1b4b93 Add myself to the contributors. 2014-05-20 17:56:58 +02:00
Markus Unterwaditzer 190cd3dd28 Add support for preserving the order of parameters 2014-05-20 17:31:55 +02:00
Markus Unterwaditzer 3d047b339f Add support for preserving the order of properties 2014-05-20 17:16:47 +02:00
Markus Unterwaditzer 211b7abf75 Use OrderedDict 2014-05-20 16:52:00 +02:00
Markus Unterwaditzer 5ef65f9e91 Prepare for using OrderedDict 2014-05-20 16:49:36 +02:00
ilya a0da676a87 reverting test; tzutc logic correction 2014-04-16 17:14:25 +04:00
ilya 2abbe03480 dateutil import error processing 2014-04-16 16:28:16 +04:00
Johannes Raggam 39809ded09 Remove incorrect use of __all__. We don't encourage using imports. Fixes #129. 2014-04-07 10:48:01 +02:00
Johannes Raggam 29371a0188 Merge remote-tracking branch 'eric-wieser/patch-1' 2014-04-07 10:46:00 +02:00
tisto 6b03c72e98 Back to development: 3.6.3 2014-04-05 19:34:39 +02:00
tisto b4a7a1a048 Preparing release 3.6.2 2014-04-05 19:34:03 +02:00
tisto 5aad61feb1 Remove docs/changelog.rst since this confuses zest.releaser. 2014-04-05 19:33:38 +02:00
tisto 1f06b92622 Update changelog. Update version to 3.6.2dev0. 2014-04-05 19:31:17 +02:00
Jordan Kiang 4fdf13f4eb revise tests, rm test for 114 which doesnt apply if vevents ignore_exceptions and add replacement tests 2014-04-03 12:10:03 -07:00
Jordan Kiang fbeb23bb9b mark a component with ignore_exceptions broken rather than raising if an invalid line is encountered 2014-04-03 10:37:37 -07:00
Eric Wieser 42c76c83e7 Remove incorrect use of __all__ 2014-03-30 19:16:47 +01:00
Laurent Lasudry 96a3d0dda3 Merge pull request #128 from affinitic/master
PEP8 and cleanup
2014-02-11 14:25:22 +01:00
Laurent Lasudry 1a4a8c7b30 Remove commented pdb 2014-02-11 14:23:06 +01:00
Laurent Lasudry c5a94caf4e PEP8 2014-02-11 14:22:51 +01:00
Johannes Raggam c06a6f40dd prepare release 2014-01-13 13:39:37 +01:00
Stanislav Ochotnicky 3e195673bf [setup.py] Properly read metadata as utf-8
Without this patch following invocation fails:
 $ LC_ALL=C python3 setup.py build

This is due to meta files containing UTF-8 characters and open() expecting ASCII
only text
2014-01-07 17:04:15 +01:00
Stanislav Ochotnicky 47575dbe79 Add tox.ini into source tarball
This can simplify testing for distributions since they would use identical configuration
2014-01-07 16:06:23 +01:00
Johannes Raggam 278dbed7e1 prepare release 2014-01-06 16:22:38 +01:00
Johannes Raggam c5d329cb7d prepare next version 2014-01-06 16:17:26 +01:00
Johannes Raggam b29d687691 test for #112. looks like, this one has been fixed at some point. fixes #112 2014-01-06 16:11:47 +01:00
Johannes Raggam 6e22f336da rename test ics files to new naming convention: issue_ISSUENUMBER_SHORTISSUEDESC.ics 2014-01-06 15:14:29 +01:00
Johannes Raggam 659b6cc4d9 typo 2014-01-06 15:05:34 +01:00
Johannes Raggam 7a867e91bf more docstrings 2013-12-28 14:14:01 +01:00
Johannes Raggam 6e82eb38f3 interfaces.py doesnt exist anymore 2013-12-28 14:11:20 +01:00
Johannes Raggam 1c309a50f5 typo 2013-12-26 20:46:50 +01:00
Johannes Raggam b0f109f3b9 Support adding lists to a component property, which value already was a list
and remove the Component.set method, which was only be used by add method.
2013-12-26 18:42:13 +01:00
Johannes Raggam cf533d22bd roundtrip test for property parameter adding 2013-12-26 09:59:12 +01:00
Johannes Raggam 94e20287a4 add how to add property parameters documentation 2013-12-26 09:41:53 +01:00
Johannes Raggam 82acd96524 Remove ability to add property parameters via a value's params attribute when
adding via cal.add (that was only possible for custom value objects and makes
  up a strange API), but support a parameter attribute on cal.add's method
  signature to pass a dictionary with property parameter key/value pairs.
  Fixes #116.
2013-12-26 09:27:59 +01:00
Johannes Raggam 4551ea8180 add missing test case ics file 2013-12-26 00:21:06 +01:00
Johannes Raggam 1c366d7c52 backport some of regebros modern python idiom changes from his regebro-refactor branch 2013-12-25 21:48:00 +01:00
Johannes Raggam 0c05b7daab Raise explicit error on another malformed content line case. fixes #115, fixes #114 2013-12-25 20:47:08 +01:00
Johannes Raggam a2600b467f Merge remote-tracking branch 'hajdbo/patch-1' 2013-12-25 01:34:11 +01:00
Johannes Raggam c1ea2c009e update coverage report, exclude test paths in compat module 2013-12-24 13:30:59 +01:00
Johannes Raggam db30fc0d4d fix tox coverage configuration to also run python 3 tests by not using unit2 script 2013-12-24 13:26:13 +01:00
Johannes Raggam 2e0ff7d912 conditionally install unittest2 only for python 2.6 2013-12-24 13:25:46 +01:00
Johannes Raggam e6a9903013 dont get dependencies from pypi downloaded icalendar egg but just use unittest2. more py3 configuration - tests still not run! 2013-12-24 13:06:03 +01:00
Johannes Raggam 08babba931 format imports according to https://github.com/plone/plone.api/blob/master/docs/contribute/conventions.rst 2013-12-24 01:44:53 +01:00
Johannes Raggam a08849e099 remove unused tests, move examples.rst to docs/usage.rst, pep8 everything 2013-12-24 01:29:05 +01:00
Johannes Raggam 6ded747631 bump version to 4.0 2013-12-23 15:53:04 +01:00
hajdbo b0002373b5 Malformed VEVENT line breaks the parser
See issue 114
2013-11-07 22:19:43 +01:00
Christian Geier 40bcdf6eff migrated most remaining doctests to unittests
left example.rst for merging with docs
these new tests are NOT working under python3.3 just yet
2013-10-31 00:53:03 +01:00