Wykres commitów

559 Commity (86a5260980701dc36c71f75142d6fb64ce442f62)

Autor SHA1 Wiadomość Data
Markus Unterwaditzer 86a5260980 tzinfo replacements 2014-05-30 16:16:26 +02:00
Markus Unterwaditzer 6e98dcc387 Use latest pytz version 2014-05-29 18:58:08 +02:00
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
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
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
Christian Geier 328e3cd33d updated tox file for python 3.3 2013-10-29 18:43:46 +01:00
Christian Geier 8be6398133 abstracted dict.items() and iteritems()
took that line from werkzeug's compat file
2013-10-29 18:40:59 +01: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
Christian Geier 4eb75a5b41 added python3 support to CHANGES.rst 2013-10-27 15:32:44 +01:00
Christian Geier 84493ac5b5 removed some forgotten debugging helpers 2013-10-27 15:09:41 +01:00
Christian Geier 2074ff051c made the last test 'work' 2013-10-25 01:19:05 +02:00
Christian Geier 03c2b6206d test_contentline_class: sort list before comparing
the lists' elements were not always in the same order in python3.3
2013-10-25 01:10:04 +02:00