| add timezoned from_ical test |
|
More...
|
about 14 years ago
|
| add changelog entry |
|
More...
|
about 14 years ago
|
| merged: remove last occurrences of old API. |
|
More...
|
about 14 years ago
|
| changelog entries for last two commits. prepare release |
|
More...
|
about 14 years ago
|
| changed the old method name from_string to the new method name from_ical in docs/examples.rst. |
|
More...
|
about 14 years ago
|
| Merge remote-tracking branch 'dmikurube/recursive-property_items' |
|
More...
|
about 14 years ago
|
| Remove stray '-', probably som left over from merging. |
|
More...
|
about 14 years ago
|
| When using Component.decoded() we can get objects instead of strings, handle this. Don't do unnecessary str() conversions. |
|
More...
|
about 14 years ago
|
| Remove stray print. |
|
More...
|
about 14 years ago
|
| Don't crash on Parameters({}) We don't convert newline to linefeed+newline, fix test to reflect this. |
|
More...
|
about 14 years ago
|
| add an argument 'recursive' to property_items() and tests for it. |
|
More...
|
about 14 years ago
|
| more changelog |
|
More...
|
about 14 years ago
|
| prepare release |
|
More...
|
about 14 years ago
|
| one more todo |
|
More...
|
about 14 years ago
|
| * For all TZID parameters in DATE-TIME properties, use timezone identifiers (e.g. Europe/Vienna) instead of timezone names (e.g. CET), as required by RFC5545. Timezone names are used together with timezone identifiers in the Timezone components. |
|
More...
|
about 14 years ago
|
| remove deprecated fixedoffset test. use timezone identifier in vPeriod timezones instead of timezone name |
|
More...
|
about 14 years ago
|
| Merge branch 'master' into tzid-instead-tzname |
|
More...
|
about 14 years ago
|
| add dottests testconfig, but leave it deactivted yet. lots of import failures, since no imports are declared explicitly |
|
More...
|
about 14 years ago
|
| add interlude |
|
More...
|
about 14 years ago
|
| use tzinfo.zone to get timezone identifier instead of timezone name to conform to the icalendar standard |
|
More...
|
about 14 years ago
|
| remove normalized_tzid again. the string representation of tzinfo is what was initially set as timezone. but pytz translates it to the correct common timezone name, which should actually be used instead. 'Europe/Vienna' is in timezone 'CET', which itself has all Daylight Saving Time information set. so, it's totally ok to use 'CET' instead. |
|
More...
|
about 14 years ago
|
| rename timezone_from_string to normalized_timezone, which is more appropriate. add normalized_tzid which add returns the timezone identifier as it was initially set |
|
More...
|
about 14 years ago
|
| remove unused import |
|
More...
|
about 14 years ago
|
| use pytz utc implementation instead of the own implementation |
|
More...
|
about 14 years ago
|
| Merge remote-tracking branch 'mikaelfrykholm/master' |
|
More...
|
about 14 years ago
|
| Merge branch 'master' of github.com:collective/icalendar |
|
More...
|
about 14 years ago
|
| docuemnt the to_ical and from_ical API. Fixes #32 |
|
More...
|
about 14 years ago
|
| more unit tests fixed. Normalize what we call the timezone as a string. Fixed some unit tests that assumed datetime in UTC, we don't convert everything to UTC but perhaps we should? Added a test to make sure we don't lose tz info. |
|
More...
|
about 14 years ago
|
| Case mismatch in error message, we get the expected response but the case is switched. Changing unit test to reflect real world. |
|
More...
|
about 14 years ago
|
| Merge pull request #33 from mikaelfrykholm/master |
|
More...
|
about 14 years ago
|