1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use htmlcoverage
thet
as Johannes Raggam
More... almost 13 years ago
add tests, remove unused
thet
as Johannes Raggam
More... almost 13 years ago
Merge pull request #99 from warvariuc/master More... almost 13 years ago
comments on decoded method
thet
as Johannes Raggam
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.
thet
as Johannes Raggam
More... almost 13 years ago
Merge branch 'master' of github.com:collective/icalendar
thet
as Johannes Raggam
More... almost 13 years ago
rename former doctests to test_unit_MODULENAME
thet
as Johannes Raggam
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
thet
as Johannes Raggam
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.
thet
as Johannes Raggam
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
thet
as Johannes Raggam
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
thet
as Johannes Raggam
More... almost 13 years ago
Allow seconds in vUTCOffset properties. Fixes #55.
thet
as Johannes Raggam
More... almost 13 years ago
Let ``Component.decode`` correctly decode vRecur properties. Fixes #70.
thet
as Johannes Raggam
More... almost 13 years ago
docstrings
thet
as Johannes Raggam
More... almost 13 years ago
formating
thet
as Johannes Raggam
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
thet
as Johannes Raggam
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.
thet
as Johannes Raggam
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;
thet
as Johannes Raggam
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
thet
as Johannes Raggam
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.
thet
as Johannes Raggam
More... almost 13 years ago
avoid recursion error
thet
as Johannes Raggam
More... almost 13 years ago
use unittest2 all over, import centrally
thet
as Johannes Raggam
More... almost 13 years ago