Wykres commitów

559 Commity (86a5260980701dc36c71f75142d6fb64ce442f62)

Autor SHA1 Wiadomość Data
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
Johannes Raggam f3f8cc73c8 merge Kozea/master, make tests run under py2.4 2012-11-23 13:37:49 +01:00
Johannes Raggam 7f662202c2 Merge remote-tracking branch 'Kozea/master' 2012-11-23 13:21:24 +01:00
Johannes Raggam 74422477af Fixes #72, #73 2012-11-22 17:36:59 +01:00
Johannes Raggam 7430b66862 Correctly handle tzinfo objects parsed with dateutil. Fixes #77. Tests missing. 2012-11-22 17:33:53 +01:00
Johannes Raggam 381097a9d5 add changelog entry 2012-11-22 17:19:31 +01:00
Johannes Raggam 7bcc480bb0 merge cleanup. also fixes #74. tests failing due to unicode bugs... to be fixed... 2012-11-22 17:18:01 +01:00
Ronan Dunklau be1af6f144 Fix erroneous changelog mention. 2012-11-22 13:59:15 +01:00
Ronan Dunklau 4c2a18867b Update changelog and credits. 2012-11-22 13:58:00 +01:00
Ronan Dunklau af93d4ff68 Add test for vTime instances. 2012-11-22 13:57:40 +01:00
Ronan Dunklau f071d0f68c Fix vTime management. 2012-11-22 12:33:11 +01:00
Johannes Raggam 26095fda6b +github name +chronology 2012-11-21 23:14:55 +01:00
Johannes Raggam 8ee675ee0a merge warvariuc/master 2012-11-21 22:35:12 +01:00
Johannes Raggam 1d8f78f429 remove interlude 2012-11-21 22:28:58 +01:00
Johannes Raggam 4c74d318e6 Merge pull request #76 from fitnr/master
Removed pdb
hui... sorry, i was responsible for this mistake.
2012-11-21 13:15:47 -08:00
Victor Varvaryuk 1ea88aba4e Text values are escaped correclty (https://github.com/collective/icalendar/issues/74) 2012-11-21 17:36:35 +04:00
Victor Varvaryuk 5bcb3bf3e9 Fixed a bug when dateutil.parser i sused, as dateutil has its own tzinfo implementation,
which lack `zone` attribute
2012-11-19 16:18:43 +04:00