1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add timezoned from_ical test
thet
as Johannes Raggam
More... about 14 years ago
add changelog entry
thet
as Johannes Raggam
More... about 14 years ago
merged: remove last occurrences of old API.
thet
as Johannes Raggam
More... about 14 years ago
changelog entries for last two commits. prepare release
thet
as Johannes Raggam
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'
thet
as Johannes Raggam
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
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