| 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
|
| wrong syntax for py24 and py25 |
|
More...
|
about 14 years ago
|
| Fix foldline to give the correct parameters to the python textwrap method. Fix unit tests accordingly. Add explicit newline when we serialize with to_ical(). Fix unit tests accordingly. |
|
More...
|
about 14 years ago
|
| Small timezone simplification. Fix test use the name we get from tzname(). |
|
More...
|
about 14 years ago
|
| adding py32 env for testing with tox |
|
More...
|
about 14 years ago
|
| Merge pull request #29 from tgecho/patch-1 |
|
More...
|
about 14 years ago
|
| relicensing which was discussed and fixes #2 |
|
More...
|
about 14 years ago
|
| adding pytz ad dependency, this fixes #31 |
|
More...
|
about 14 years ago
|
| prepare release |
|
More...
|
about 14 years ago
|
| beta is more appropriate than alpha. 3.0 is in a workable state, though tests are failing. |
|
More...
|
about 14 years ago
|