| use htmlcoverage |
|
More...
|
almost 13 years ago
|
| add tests, remove unused |
|
More...
|
almost 13 years ago
|
| Merge pull request #99 from warvariuc/master |
|
More...
|
almost 13 years ago
|
| comments on decoded method |
|
More...
|
almost 13 years ago
|
| fix test, where a vText property is decoded to a vText property. currently the decoded method calls the properties from_ical, and when parsing from an ical string, we want to encode the string into a real icalendar.prop property. the decoding could be changed in future to be decoded into python natives only - if feel we would need this. |
|
More...
|
almost 13 years ago
|
| Merge branch 'master' of github.com:collective/icalendar |
|
More...
|
almost 13 years ago
|
| rename former doctests to test_unit_MODULENAME |
|
More...
|
almost 13 years ago
|
| merged |
|
More...
|
almost 13 years ago
|
| remove test_doctests, duplicate, comment test and referring code |
|
More...
|
almost 13 years ago
|
| one more todo |
|
More...
|
almost 13 years ago
|
| fix test, where a vText property is decoded to a vText property. currently the decoded method calls the properties from_ical, and when parsing from an ical string, we want to encode the string into a real icalendar.prop property. the decoding could be changed in future to be decoded into python natives only - if feel we would need this. |
|
More...
|
almost 13 years ago
|
| Merge branch 'master' of git://github.com/collective/icalendar |
|
More...
|
almost 13 years ago
|
| Merge branch 'master' of github.com:collective/icalendar |
|
More...
|
almost 13 years ago
|
| Using DEFAULT_ENCODING instead of utf-8 in foldline function. |
|
More...
|
almost 13 years ago
|
| Merge pull request #98 from warvariuc/master |
|
More...
|
almost 13 years ago
|
| use classmethod instead of staticmethod, where the methods use the class as factory |
|
More...
|
almost 13 years ago
|
| Allow seconds in vUTCOffset properties. Fixes #55. |
|
More...
|
almost 13 years ago
|
| Let ``Component.decode`` correctly decode vRecur properties. Fixes #70. |
|
More...
|
almost 13 years ago
|
| docstrings |
|
More...
|
almost 13 years ago
|
| formating |
|
More...
|
almost 13 years ago
|
| move all tests from issues.rst to test_fixed_issues.py. remove docmods from test_doctests, since we dont have any more |
|
More...
|
almost 13 years ago
|
| Don't let Component.add re-encode already encoded values. This simplifies the API, since there is no need explicitly pass encode=False. Fixes #82. |
|
More...
|
almost 13 years ago
|
| Optimized line folding algorithm. foldline function now expects only unicode. Now not accepting unsecaped new line characters in a content line. When folding line - preserving space at the end, if present. Modified the tests accordingly. |
|
More...
|
almost 13 years ago
|
| merge with master; |
|
More...
|
almost 13 years ago
|
| Added myself to the contributer list |
|
More...
|
almost 13 years ago
|
| Merge branch 'master' of git://github.com/collective/icalendar |
|
More...
|
almost 13 years ago
|
| formatings |
|
More...
|
almost 13 years ago
|
| avoid circular imports and create parser_tools, which doesnt import anything from icalendar. fix __repr__ to output no unicode but encoded strings, even with dict or list/tuple items. as a sideeffect, change the signature of __repr__ to not output the subcomponents classes. |
|
More...
|
almost 13 years ago
|
| avoid recursion error |
|
More...
|
almost 13 years ago
|
| use unittest2 all over, import centrally |
|
More...
|
almost 13 years ago
|