Wykres commitów

625 Commity (470e76e6459db898593529ca42b8b90db863a4c6)

Autor SHA1 Wiadomość Data
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
fitnr 28f5ae491c Remove pdb 2012-11-14 16:48:07 -05:00
Victor Varvaryuk 37ff505e5a Reverted back str -> basestring, as it seems not affecting any logc. 2012-10-30 16:42:19 +04:00
Victor Varvaryuk 4c0dd532e9 Changelog update 2012-10-30 15:04:12 +04:00
Johannes Raggam e6077b3aa6 Update CONTRIBUTING.rst 2012-10-30 10:20:24 +01:00
Johannes Raggam a68bf2a001 back to .rst 2012-10-30 10:19:01 +01:00
Johannes Raggam 12b2a511ca try again as rst 2012-10-30 10:17:42 +01:00
Johannes Raggam ac7cdd36c3 make a markdown of me 2012-10-30 10:15:57 +01:00
Johannes Raggam d546284785 add contributing file 2012-10-30 10:13:53 +01:00
Victor Varvaryuk 7f4120da4c Returned old folding algorithm, as the current implementation fails in some cases (https://github.com/collective/icalendar/issues/72) 2012-10-25 19:16:33 +04:00
Victor Varvaryuk c62acc3454 Merge remote-tracking branch 'collective/master' 2012-10-25 14:38:26 +04:00
Johannes Raggam dd7966a9da update contributors 2012-10-12 14:34:37 +02:00
Johannes Raggam f64efaf5e5 changelog, back to dev 2012-09-20 00:24:01 +02:00
Christophe de Vienne 6d798a738e Supports to_ical() on date/time properties for dates prior to 1900 2012-09-19 19:19:49 +02:00
Robert Niederreiter 1b6aa4634e changelog 2012-09-06 10:27:42 +02:00
Robert Niederreiter f289f3794c fix rst 2012-09-05 21:11:23 +02:00
Robert Niederreiter 85388792e1 coverage report 2012-09-05 21:05:36 +02:00
Robert Niederreiter 2cfd4864df add bootstrap.py 2012-09-05 20:56:35 +02:00
Robert Niederreiter d018322280 add buildout.cfg 2012-09-05 20:54:23 +02:00
Robert Niederreiter b16d1738a4 issues.rst 2012-09-05 20:49:54 +02:00
Robert Niederreiter b912de139d Merge pull request #65 from barakmich/master
Fix the outstanding issue #64
2012-09-05 02:12:00 -07:00
Barak Michener 6a2799201b Fix Contentline unicoding 2012-09-04 15:40:18 -07:00
Johannes Raggam 5a2314c674 Merge branch 'master' of git://github.com/collective/icalendar 2012-09-04 01:22:13 +02:00
Johannes Raggam 56c0a3ed38 fixes issue #58, restructuring. 2012-09-04 01:22:00 +02:00
Johannes Raggam f63ad99bbe issue #58, restructuring. fixes #58 2012-09-04 01:20:47 +02:00
Johannes Raggam 42c2f446de add issues doctest to address individual issues 2012-09-04 00:56:10 +02:00
Vladimir Rudnyh da86edfa41 Fix 'ValueError: Wrong values' 2012-08-31 19:15:21 +04:00
Robert Niederreiter a9e5678755 Merge pull request #61 from jezdez/issue-60
Fix #60
2012-08-29 04:03:08 -07:00
Robert Niederreiter 5e0b6b54e6 Merge pull request #62 from cdevienne/master
Fix python2.5 compatibility (all tests pass again)
2012-08-29 04:02:51 -07:00
Christophe de Vienne 5444186f67 Fix python2.5 compatibility (and earlier ?) by borrowing
TextWrapper._wrap_chunk from python 2.7

Should fix issue #37
2012-08-29 12:52:00 +02:00
Jannis Leidel d8650f32ec Also handle unicode strings when instantiating a content line with a tuple. Fixes #60. 2012-08-29 12:41:47 +02:00
Johannes Raggam 4622af7831 add testcase for issue #53. proves/ fixes #53. 2012-08-26 01:14:24 +02:00
Johannes Raggam fdb33fe68d rm broken links 2012-08-25 00:02:41 +02:00
Johannes Raggam 7cc8b6240f correct links/test 2012-08-24 23:44:22 +02:00
Johannes Raggam 11886dd04d document changes in changelog 2012-08-24 14:32:46 +02:00