Wykres commitów

659 Commity (4107d39934b8f0eff810877807022a0d18b7dbcd)

Autor SHA1 Wiadomość Data
Christian Geier 05408de656 got rid of enclosed 'b's in uids 2013-10-25 00:01:45 +02:00
Christian Geier 25e54f19bd more bytestrings
this time there was the need to change some tests from
	str(caselessdict) == CaselessDict"{u'foo': u'bar'}"
to
	assert isinstance(caselessdict, CaselessDict)
	caselessdict == {u'foo': u'bar'}

down to 2 and a half (one is wobbly) failed tests in python3.3
2013-10-24 02:43:37 +02:00
Christian Geier 11c8e9d72d fixed the base64 incompat. 2013-10-24 02:39:05 +02:00
Christian Geier f1b1f9a1b2 used bytestrings where appropriate
again :-) hopefully I now got all the easy to fix errors
2013-10-22 00:35:37 +02:00
Christian Geier 5b131b1b63 added TODO for python3 2013-10-21 00:43:20 +02:00
Christian Geier 621cd87152 used bytestrings where appropriate
again
2013-10-20 23:59:46 +02:00
Christian Geier c91342de68 used bytestrings where appropriate
only in test_icalendar.py
don't yet know why one foldline test should raise an exception
2013-10-20 22:48:47 +02:00
Christian Geier fa22b7763e used bytestrings where appropriate
needed to introduce a unicode version of FOLD called uFOLD
some internal cleanup seems to be needed, not everything uses unicode
just yet
2013-10-20 22:21:00 +02:00
Christian Geier c32987cf12 fixed some encoding problems
all tests in test_encoding pass now (28 passed)
2013-10-20 21:18:38 +02:00
Christian Geier f815493707 used bytestrings where appropriate
27 tests passed now
2013-10-20 20:52:39 +02:00
Christian Geier 42b743a388 avoid b prefix in formatted strings 2013-10-19 10:59:24 +02:00
Christian Geier f438e6aeeb used bytestrings where appropriate 2013-10-18 19:50:04 +02:00
Christian Geier f45f6b3a6e use compatible strings in string containment tests 2013-10-18 19:30:38 +02:00
Christian Geier c93aa02432 use items instead of iteritems 2013-10-18 19:29:23 +02:00
Christian Geier 35f9d68e85 fixed some unicode incompatibilities 2013-10-18 18:35:46 +02:00
Christian Geier bdaad59e81 no more syntax errors under Python 3 2013-10-18 18:34:59 +02:00
cillianderoiste 64f32c96fb Bugfix: parts(), use unicode rather than a str for the exception message
exc can contain unicode characters which raises a UnicodeEncodeError
when formatting the string.
2013-10-07 16:41:26 +02:00
Johannes Raggam 00c969f846 commit message for #107. 2013-09-03 22:21:54 +02:00
Markus Unterwaditzer 0259e0d7c0 Tests. 2013-09-03 18:02:54 +02:00
Markus Unterwaditzer 0f2af70d62 Add more names that get converted to datetime 2013-08-29 17:50:41 +02:00
Johannes Raggam a7b2fab848 test for multiple exdate lines 2013-07-19 11:27:23 +02:00
Johannes Raggam ee82c78e27 remove recurrence.rst doctest, move it to test_recurrence.py 2013-07-19 10:54:25 +02:00
Johannes Raggam 4dd939d918 prepare release 2013-07-03 14:26:31 +02:00
Johannes Raggam eadddbdeec Let to_unicode be more graceful for non-unicode strings, as like CMFPlone's
safe_unicode does it.
2013-06-19 14:11:43 +02:00
Johannes Raggam 9352b3c148 gitignore upd. .mo files not in github but in egg, but we dont have .mo here anyways 2013-05-16 19:52:11 +02:00
Johannes Raggam d52091c86d dont ignore *.mo, ppl wont compile .po 2013-05-15 21:01:31 +02:00
Johannes Raggam 91af1f84d2 Parse an ics string and access some property parameters then.
This is a follow-up of a question recieved per email.
2013-05-06 13:49:30 +02:00
Johannes Raggam c8d18a7010 back from the future 2013-04-24 12:20:17 +02:00
Johannes Raggam bb73a9bbbe update docs TODO 2013-04-24 12:15:53 +02:00
Johannes Raggam cf1e80f46a prepare release 2013-04-24 12:14:53 +02:00
Robert Niederreiter 8e8b6d38f7 back to dev 2013-04-23 17:23:25 +02:00
Robert Niederreiter f24675a61f "bda.recipe.deployment pre tag commit" 2013-04-23 17:23:05 +02:00
Johannes Raggam 9647040012 test to prove fixed issue #101 2013-04-22 16:06:17 +02:00
Johannes Raggam a4d3db32f9 chg 2013-04-05 11:19:55 +02:00
Johannes Raggam 3c0d87feef integrate warvariucs suggestion 2013-04-05 11:15:49 +02:00
Johannes Raggam c4dd29bd22 document change 2013-04-05 11:01:02 +02:00
Victor Varvaryuk a71dc14523 Fix issue #100 2013-04-03 16:52:24 +04:00
Victor Varvaryuk 880fde785b Created a failing test. 2013-04-03 16:39:05 +04:00
Victor Varvaryuk fe68379b82 . 2013-04-03 16:33:39 +04:00
Robert Niederreiter c6220e106d back to dev 2013-03-28 15:59:04 +01:00
Robert Niederreiter 5085d0be68 "bda.recipe.deployment pre tag commit" 2013-03-28 15:58:24 +01:00
Johannes Raggam 186a1d9979 handle decoding of vDDDLists 2013-03-28 12:07:49 +01:00
Johannes Raggam 94e2aa7535 vText, when decoded, should not return a instance of itself but an encoded string. 2013-03-24 06:32:58 +01:00
Johannes Raggam 4044d9c54c use [test] extra_requires from setup.py, to install unittest2 2013-03-21 01:30:57 +01:00
Johannes Raggam 846417cc50 this is now more a python library than a zope product. now, install it with easy_install, pip or buildout, as you like. 2013-03-21 01:25:48 +01:00
Johannes Raggam 87791f9a5d enable content_line method, which seem to be a good thing. it's also defined in RFC5545 2013-03-20 20:57:22 +01:00
Johannes Raggam 49cc7a8366 changelog 2013-03-20 19:38:51 +01:00
Johannes Raggam 3c34ce3a97 remove interfaces, as it is unused 2013-03-20 19:38:17 +01:00
Johannes Raggam 0a6fd063ca use htmlcoverage 2013-03-20 19:35:30 +01:00
Johannes Raggam 83d6ecfe55 add tests, remove unused 2013-03-20 19:26:36 +01:00