Wykres commitów

120 Commity (1b25cdd0202d6a9e2a8cf5db51bf0d7adab0caa3)

Autor SHA1 Wiadomość Data
Rok Garbas 1b25cdd020 Merge branch 'master' of github.com:collective/icalendar 2011-08-25 00:05:18 +02:00
Rok Garbas 94bcf0b791 master is now "new trunk" for 3.X series 2011-08-25 00:04:22 +02:00
Rok Garbas 2354d4ffa3 making sure first page on pypi renders nicely. 2011-08-24 23:59:43 +02:00
Rok Garbas eb43379c45 Preparing for 2.2 release 2011-08-24 23:18:36 +02:00
Rok Garbas 6696065a44 master is now "new trunk" for 3.X series 2011-08-18 12:32:48 +02:00
Rok Garbas 82b7c93110 icalendar ready to be released 2011-08-18 12:30:59 +02:00
Johannes Raggam 48aa8bfc87 more 3rd person speak 2011-08-18 11:17:51 +02:00
Rok Garbas 0f057a74a7 updating style adding rfc5545 text and converting it to rst 2011-08-18 09:46:21 +02:00
George V. Reilly fe4e4ef803 TZOFFSET{FROM,TO}:0000 -> +0000
Google Calendar and http://severinghaus.org/projects/icv/ complain about a TZOFFSET of 0000 but accept +0000.

Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:50:45 +02:00
George V. Reilly f0117b7898 vRecur.ical()'s parts are in canonical order.
Mac iCal ignores RRULEs where FREQ is not the first rule part. vRecur.ical() now sorts those parts according to the order listed in RFC 5545, section 3.3.10.

Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:37:53 +02:00
Eric Hanchrow 04ae7637e7 style: compare len(comps) to 1 explicitly, to reinforce that the comparison is numeric
Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:34:35 +02:00
Eric Hanchrow 82b3ef9f7b Use % operator rather than "format" method, to maintain backwards compatibility
Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:33:54 +02:00
Eric Hanchrow b71e86c9ea (Component.from_string): Slightly-better exception messages
Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:33:32 +02:00
Eric Hanchrow 9d6ed39caa Parameters.from_string: move the exception handler inside the loop
... so that the exception message is more informative.

Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:33:08 +02:00
Eric Hanchrow 05fb1f35db Fix a few places that re-raise ValueError:
Rather than throwing away the information in the original exception,
we will instead _add_ some information.

This should make it easier to see _why_ we're failing to parse an
iCalendar file.

Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:32:23 +02:00
Eric Hanchrow 5703439609 Ignore exceptions while parsing VEVENTs.
Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:30:11 +02:00
Pavel Repin d1f5e064d8 Make vText parser more forgiving.
Badly encoded bytes will be replaced with the official U+FFFD REPLACEMENT CHARACTER.

Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:26:57 +02:00
Eric Hanchrow eb8c5d7228 Contentline: new doctest
Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:23:46 +02:00
Eric Hanchrow 093f3881ff Contentline.__str__: Fix utf-8 line-folding problem.
From http://codespeak.net/pipermail/icalendar-dev/2010-April/000152.html

Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:22:14 +02:00
Pavel Repin 4b7ff822b2 Ignore certain turd files.
Signed-off-by: Rok Garbas <rok@garbas.si>
2011-08-18 07:05:01 +02:00
Rok Garbas f95e98e943 type in styles of documentation 2011-08-18 06:14:40 +02:00
Rok Garbas e6dff7d319 adding some styles to documentation 2011-08-18 06:04:59 +02:00
Rok Garbas 2fe738a2cd Merge branch 'feature-sphinx-documentation'
Conflicts:
	.gitignore
	README.rst
2011-08-18 05:40:18 +02:00
Rok Garbas 694db23c1d Merge branch 'feature-tox-for-testing' 2011-08-18 05:38:32 +02:00
Rok Garbas 2389dcfce4 generating xml reports 2011-08-18 04:16:28 +02:00
Rok Garbas 0cc882650e adding more documentation, gitignore file added 2011-08-18 03:58:49 +02:00
Rok Garbas bbaefe7824 adding final touches for the first version of docs ... more needed ofcourse 2011-08-18 03:57:17 +02:00
Rok Garbas 7fbad46bdd adding initial sphinx documentation 2011-08-18 00:07:32 +02:00
Rok Garbas 8e25193970 some formatting of README 2011-08-17 23:53:52 +02:00
Rok Garbas ed670df76c some wording fixed 2011-08-17 23:48:20 +02:00
Rok Garbas b4f8f4f8c7 changes warn to warnigns 2011-08-17 23:45:55 +02:00
Rok Garbas 2133250e04 adding description about this fork 2011-08-17 23:40:23 +02:00
Rok Garbas 493cc9b9e5 moving README.txt to README.rst so first page is nicely parsed as reST on github 2011-08-17 23:07:29 +02:00
Rok Garbas 5bdf664962 fixed tests so they pass, remove *tests* code from reports in coverage 2011-08-17 23:05:22 +02:00
Rok Garbas fa69fa40cb SchoolTool not needed in favor of unittest2/tox/coverage 2011-08-17 22:21:06 +02:00
Rok Garbas 58353a0bd0 adding coverage to tox.ini 2011-08-17 22:16:58 +02:00
Rok Garbas f85309cd3f making tests run with unittest2 and tox 2011-08-17 21:42:52 +02:00
Rok Garbas a5fb7e9857 adding MANIFEST.in file (to make sure everything is in packages that is needed for building) 2011-08-17 21:37:11 +02:00
Rok Garbas 5180279892 moving version number to setup.py 2011-08-17 21:36:01 +02:00
Rok Garbas b9602da281 updating gitignore list 2011-08-17 21:33:44 +02:00
Rok Garbas 081be720b6 adding tox.ini file and make tests run on python 2.4, 2.5, 2.6, 2.7 2011-08-17 21:23:20 +02:00
Rok Garbas f7ff1533dc adding gitignore list 2011-08-17 21:23:00 +02:00
Wichert Akkerman cd6635fa20 Onwards 2009-12-14 13:44:42 +00:00
Andreas Zeidler 37d381813d fix typo & remove unused imports 2009-12-09 20:31:46 +00:00
Andreas Zeidler 4b36dbecb7 fix deprecation warnings about `object.__init__` taking no parameters 2009-12-09 20:23:08 +00:00
Wichert Akkerman 83e2db33ce Set the VALUE parameter correctly for date values 2009-11-26 19:36:04 +00:00
Wichert Akkerman fcdd55aa27 Add a failing test for proper rendering of date values 2009-11-26 19:11:23 +00:00
Wichert Akkerman 2394e7c8eb Add changelog entry 2009-11-26 18:21:54 +00:00
Wichert Akkerman 66ce1ecde9 Fix handling of multi-line paragraphs 2009-11-26 18:19:15 +00:00
Wichert Akkerman 32eeaddddc Add a failing test 2009-11-26 17:04:22 +00:00