1
I Use This!
Very High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
thet
as Johannes Raggam
More... about 14 years ago
prepare release
thet
as Johannes Raggam
More... about 14 years ago
one more todo
thet
as Johannes Raggam
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.
thet
as Johannes Raggam
More... about 14 years ago
remove deprecated fixedoffset test. use timezone identifier in vPeriod timezones instead of timezone name
thet
as Johannes Raggam
More... about 14 years ago
Merge branch 'master' into tzid-instead-tzname
thet
as Johannes Raggam
More... about 14 years ago
add dottests testconfig, but leave it deactivted yet. lots of import failures, since no imports are declared explicitly
thet
as Johannes Raggam
More... about 14 years ago
add interlude
thet
as Johannes Raggam
More... about 14 years ago
use tzinfo.zone to get timezone identifier instead of timezone name to conform to the icalendar standard
thet
as Johannes Raggam
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.
thet
as Johannes Raggam
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
thet
as Johannes Raggam
More... about 14 years ago
remove unused import
thet
as Johannes Raggam
More... about 14 years ago
use pytz utc implementation instead of the own implementation
thet
as Johannes Raggam
More... about 14 years ago
Merge remote-tracking branch 'mikaelfrykholm/master'
thet
as Johannes Raggam
More... about 14 years ago
Merge branch 'master' of github.com:collective/icalendar
thet
as Johannes Raggam
More... about 14 years ago
docuemnt the to_ical and from_ical API. Fixes #32
thet
as Johannes Raggam
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
thet
as Johannes Raggam
More... about 14 years ago
beta is more appropriate than alpha. 3.0 is in a workable state, though tests are failing.
thet
as Johannes Raggam
More... about 14 years ago