Wykres commitów

625 Commity (470e76e6459db898593529ca42b8b90db863a4c6)

Autor SHA1 Wiadomość Data
Robert Niederreiter 264552f4fc back to dev 2013-03-13 15:41:07 +01:00
Robert Niederreiter a574da3179 "bda.recipe.deployment pre tag commit" 2013-03-13 15:40:31 +01:00
Victor Varvaryuk 5228902397 Changed a test with with non-ascii chars 2013-03-11 11:12:14 +04:00
Victor Varvaryuk 04c20b363f Added another small test for escaped non safe chars in parameter values. 2013-03-07 14:53:33 +04:00
Victor Varvaryuk 828d1c7fdd Added functions to transform chars in string with '\\' + any of r'\,;:' chars into '%{:02X}' form to avoid splitting on chars escaped with '\\'.
Transformed some doctests into unittests.
2013-03-07 13:24:43 +04:00
Victor Varvaryuk 4d1df610b2 Made a test case when a parameter text value contains escaped non-safe chars.
Currently the test fails on this:
ORGANIZER;CN=AGSM Student Society\, Class of 2014:student@example.org
2013-03-05 14:18:49 +04:00
Johannes Raggam 70ae909bf5 docstr format 2013-02-20 18:59:36 +01:00
Johannes Raggam 3e29aba06a Support for non-ascii parameter values. 2013-02-20 18:48:04 +01:00
Johannes Raggam 554d93bfae Merge remote-tracking branch 'warvariuc/master' 2013-02-20 18:43:54 +01:00
Johannes Raggam e9865d0119 Rename tzinfo_from_dt to tzid_from_dt, which is what it does. 2013-02-20 18:42:02 +01:00
Johannes Raggam 2ceffaa1ab Merge remote-tracking branch 'leo-naeka/master' 2013-02-20 18:11:39 +01:00
Johannes Raggam b2fb1e091c Remove python-dateutil version fix. 2013-02-20 18:01:21 +01:00
Léo S 7fe71a56cc Fixed tzinfo support from dateutil 2013-02-18 13:39:53 +01:00
Léo S 0da10204ec Test failing with non-utc parsed datetimes from dateutil 2013-02-18 13:38:41 +01:00
Klaus Klein 12cc3aa896 Reflect that dateutil is depended upon by all of the package,
not just tests.
2013-02-18 13:26:35 +01:00
Victor Varvaryuk ddc1a8a7d6 Fixed a case when parameter value was non-ascii. Added a test for the case. 2013-02-18 15:39:06 +04:00
Johannes Raggam 1f262ed5b8 fix rst 2013-02-08 16:15:57 +01:00
Johannes Raggam c195b8a055 drop python <2.6 support 2013-02-08 16:05:57 +01:00
Johannes Raggam 767048dc0a prepare release 2013-02-08 16:00:31 +01:00
Johannes Raggam 87feaeaba1 * Allow vGeo to be instantiated with list and not only tuples of geo
coordinates. Fixes #83.
2013-01-30 00:07:11 +01:00
Johannes Raggam 2bac28729f rm pdb, docstring 2013-01-30 00:05:11 +01:00
Johannes Raggam 73f212b2d8 typo 2013-01-30 00:00:15 +01:00
Johannes Raggam 8f48b074f0 * Don't force to pass a list to vDDDLists and allow setting individual RDATE
and EXDATE values without having to wrap them in a list.
* Fix encoding function to allow setting RDATE and EXDATE values and not to
  have bypass encoding with an icalendar property.
2013-01-29 23:48:58 +01:00
Johannes Raggam c2a77b45a7 timezone vDDDLists test 2013-01-29 22:58:04 +01:00
Johannes Raggam a801a13bda * Allow setting of timezone for vDDDLists and support timezone properties for
RDATE and EXDATE component properties.
  [thet]

* Move setting of TZID properties to vDDDTypes, where it belongs to.
  [thet]
2013-01-29 14:23:47 +01:00
Johannes Raggam 8526845862 reformat 2013-01-29 11:17:48 +01:00
Johannes Raggam 434aa97964 changelog 2013-01-22 10:40:56 +01:00
Johannes Raggam 8bcc4abafe use staticmethod decorator instead of wrapper 2013-01-22 10:38:58 +01:00
Johannes Raggam c329baca52 fix test. now property values with spaces in it are also quoted for better compliancy with icalendar clients 2013-01-22 10:38:10 +01:00
Johannes Raggam a7ad2b720a changelog upd 2013-01-22 10:27:00 +01:00
Johannes Raggam 4c208f27b3 merge with warvariuc/master. Fixes #79, Fixes 81. 2013-01-21 17:09:38 +01:00
Johannes Raggam a57cc04d18 Merge remote-tracking branch 'warvariuc/master' 2013-01-21 17:03:03 +01:00
Johannes Raggam eb09d86079 vtimeszone subcomponents test 2013-01-21 16:48:43 +01:00
Johannes Raggam e5c730e0d0 vtimeszone subcomponents module import 2013-01-21 16:48:11 +01:00
Johannes Raggam 9abc4ce54f version bumb, changelog 2013-01-21 16:12:38 +01:00
Johannes Raggam 8f973f59c9 Define VTIMETZONE subcomponents STANDARD and DAYLIGHT. 2013-01-21 16:12:00 +01:00
Victor Varvaryuk 0a5e0a320c Removed the added lines from .gitignore - now using a global excludes file. 2013-01-16 13:55:21 +04:00
Victor Varvaryuk 6698a6f5ec Added space, single-quote char and other chars to the list of chars that fors parameter value
to be quoted when generating icalendar content.
Before generating ical content all double quotes from parameter values are replaced with single quotes,
as it is illegal to have double quotes in parameter values (https://github.com/collective/icalendar/issues/79)
Added tests
2013-01-15 16:30:14 +04:00
Victor Varvaryuk aa0bf3361d Merged with upstream.
In some place Python 2.6's str.format is used, so i also polished some other places:
- use decorator @staticmethod
- removed double spaces
- put two spaces before comments in the same line wit code
- exceptions raising in form Exception()
- using ternary "operator": result = True if condition else False
- if using a newer version of Python, do not load unittest2
2013-01-15 12:27:16 +04:00
Johannes Raggam 44ae2106b7 add release date for 3.1 2012-11-27 10:11:38 +01:00
Johannes Raggam 3110c7b1a6 prepare release 2012-11-27 00:15:42 +01:00
Johannes Raggam 0c66ed172d import error 2012-11-27 00:10:41 +01:00
Johannes Raggam 79e2d3a0ce import error 2012-11-27 00:07:58 +01:00
Johannes Raggam 8fc35e5407 uncicodedecodeerror 2012-11-27 00:06:53 +01:00
Johannes Raggam 8f4137120a docstring fix 2012-11-23 14:55:43 +01:00
Johannes Raggam 064303c975 fix ref to CHANGES.rst 2012-11-23 14:37:22 +01:00
Johannes Raggam f100fc2839 testing python2.5. test version fix for dateutil 1.5. Fixes #68 2012-11-23 14:36:04 +01:00
Johannes Raggam 0457124bf3 test doc 2012-11-23 14:18:34 +01:00
Johannes Raggam c40231e9d3 tests for #63. closed by #73 and 7430b66862. Fixes #63 2012-11-23 14:12:08 +01:00
Johannes Raggam 85e7e76953 documentation file layout restructuring 2012-11-23 13:49:07 +01:00