Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/collective/icalendar

icalendar parser library for Python
https://github.com/collective/icalendar

Case mismatch in error message, we get the expected response but the case is switched.

Changing unit test to reflect real world.

ece4d0569f3e65d9789328f41ddbc25497e2b75d authored almost 13 years ago
Merge pull request #33 from mikaelfrykholm/master

I'm fixing the unit tests, 8 fail with these fixes.

50267e87133123b92f6e77a40ccacfdefe433d9a authored almost 13 years ago
wrong syntax for py24 and py25

597338eb1f63ff78b8961c0d63959e777c43a218 authored almost 13 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.

c72891ff3f3ff6df0982050ae27dc13ea82f8caa authored almost 13 years ago
Small timezone simplification. Fix test use the name we get from tzname().

3600de64bad2adc15203a5bee6da285a83b72dd8 authored almost 13 years ago
adding py32 env for testing with tox

bc9f713107c5d57a1f029d168e40571bf55721fa authored almost 13 years ago
Merge pull request #29 from tgecho/patch-1

Fixed vDatetime.to_ical() so that the doctests at lines 515 and 527 pass...

5831e15a74c67b715e3ef5b52dddacbce41d3ade authored almost 13 years ago
relicensing which was discussed and fixes #2

f469e86549050abe62565397d7bfd07a514c9069 authored almost 13 years ago
adding pytz ad dependency, this fixes #31

656515dc171922a506890605677249f9b0457c25 authored almost 13 years ago
prepare release

184e1247a5628e8ebd590f7d5c1a1cbab295aeca authored almost 13 years ago
beta is more appropriate than alpha. 3.0 is in a workable state, though tests are failing.

dc69525c1e19cc437ca0bea7227eec50574eeeb0 authored almost 13 years ago
prepare release

14bfb6c970b1bd451ecd57302d94de39da751e2a authored almost 13 years ago
Fixed the github editors char mangling

e9cde05edaadf2b9e7ed79748d8bf182085ecd2f authored almost 13 years ago
3.0 changelog startet.

65d3197c536a7abc7b1f645209240afee9022167 authored almost 13 years ago
Fixed vDatetime.to_ical() so that the doctests at lines 515 and 527 pass. It was failing to print the Z at the end of the string.

973d3c6a8266a2dd8472ca2fe759c8f2bdbe6c87 authored almost 13 years ago
formating...

6f899869d462a23d0ebd3f54fb237e8670242bc4 authored almost 13 years ago
integrate tzid support when adding datetimes to a calendar via the component.add API

35e32fdc97d0355d0f2b007e8ee07a9930759e1e authored almost 13 years ago
use timezone_from_string, now in parser.py

ef78daaf0fb3dbda80d4aad8ebee514121dc66bf authored almost 13 years ago
timezone_from_string

17fddb35f8e1fa2ebca576e064aabb6662e1355d authored almost 13 years ago
add timezoned tests

e9b624d072c9550f2d33927f7b8139dc42ea995d authored almost 13 years ago
fix cleanup timezone. convert to str, since timezone might be a pytz zone already

9452352c89cbddb4dd56fb1d7ed3ced92b932f41 authored almost 13 years ago
further timezone stuff. see if it works...

6a54e416a85c921c8d071fca23cefbbbcb344c0d authored almost 13 years ago
add basic timezone support for datetimes

41728c3853076225ee43157f6ecc02bb4af73db3 authored almost 13 years ago
cleanup

58625ae0a592acf695b916e99a929df9f19db139 authored almost 13 years ago
cleanup

57b46fb5dd5db6d86eabb075f01dd976e03c7b49 authored almost 13 years ago
cleanup

6ad97552da70f81759f14d84fe5f06eab12d6a13 authored almost 13 years ago
Merge pull request #26 from pferreir/master

Lines should be folded
Seems simple enough. I'm not [yet] in a position to verify. Any tests ar...

bd4350cd8630316ee5bbd4abbb6ebd60e2dffdb0 authored about 13 years ago
Take line folding into account in to_ical

beaff41ca284580b986d4bcc6b5fbabf24104789 authored about 13 years ago
remove pdb

2781212e0e774b707d2ef3510386e3dd59980049 authored about 13 years ago
for values not deriving from str, use to_ical to convert to ical string

8915433569c6a5d86c4cd93351943525ef3f5cf4 authored about 13 years ago
remove reduntant and not-working util.py, fix to_ical API in tools.py

63083dc68f436983c822858f049ec683c9e5daad authored about 13 years ago
API to_ical change

6c7897a0b587dc70e4962375cef88383e3f32435 authored about 13 years ago
remove whitespace

6b7d8ae73e666f5b21a7748454a41697b719928b authored about 13 years ago
fix to_ical API

fa49a924ba32085705fb04570af57ca3796dc344 authored about 13 years ago
one more TODO DONE

930a9d526de805fadb4b3a1e6157e287c0bb58b7 authored about 13 years ago
to_ical API also for ContentLines

586581f2f7b7c70810135c56e6bbed1c0bf98ea8 authored about 13 years ago
adding tests back in, otherwise tox is not happy also you want to have tests in the package since you want to be sure everything is working in your env

acd7f1d5341f561d349aa84c922e926b4a037fb4 authored about 13 years ago
doctest should be included with python

17d2177901c229448d5cfe9b716ab481c3bdb8f2 authored about 13 years ago
we should test icalendar foldline not plone.event's one

c5e891b1808a8b289e343dea2284157c80c00b82 authored about 13 years ago
excluding tests from package

19ea982bc260a19393765bf4943082c077dcd679 authored about 13 years ago
since we are running decode in 'strict' mode UnicodeError is always raised

80a455bf3ab7001e809296a06ba9bf4002f08d17 authored about 13 years ago
removing rfc5545 from docs

703690eb8d6acbba15a2a4ceba17081a07e0165a authored about 13 years ago
Merge branch 'master' of github.com:collective/icalendar

Conflicts:
src/icalendar/cal.py
src/icalendar/prop.py

8e8b636a77f4fdbebfbfb80b400c3118cce76e00 authored about 13 years ago
removing dependency on setuptools

e1eaa55f65206de60045c1245edc1a20050be7ba authored about 13 years ago
manually applying patch http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/icalendar/files/2.1_p20100409/01_all_UIDGenerator-fix.patch?view=markup

0d44bf06125fae854b0794de46e9e1b988e40319 authored about 13 years ago
Merged fixes from kjoconnor.

b212e695e210c363044b044f96d59d3a1d38100f authored about 13 years ago
Better canonical sorting algorithm.

8d7bbb4f1a369318efbdf6ae2bd50332541550bd authored about 13 years ago
Added sorted_items.

1cbe085cba31cedc055383530cc53451db7b6918 authored about 13 years ago
Fix some typos in comments.

232ad0cb323a2b6f616a848ed1b22b1fb2fd9ee7 authored about 13 years ago
Generate VEVENTs in canonical order.

The default sorted order was extremely irritating:
DTEND before DTSTART, etc.
Now the important ...

f3cbae68690538dab3329c7bfbc40699bfd95351 authored about 13 years ago
removing dependency on setuptools

d5c27e2c212d6027b91f965e2c6a6522720b4652 authored about 13 years ago
manually applying patch http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-python/icalendar/files/2.1_p20100409/01_all_UIDGenerator-fix.patch?view=markup

8515a02c3b55efc041c690e1135aa75d4cf2761d authored about 13 years ago
Merge pull request #14 from georgevreilly/master

Generate VEVENTs in canonical order

e85e12031e754a3ffc30a6feab1145a15f90887a authored about 13 years ago
Added sorted_items.

23993f5a2b470b9795f8348a0bfe5bf79797862e authored about 13 years ago
Merged fixes from kjoconnor.

b56d54b1015793685c601b080c10fb42edf56166 authored about 13 years ago
Better canonical sorting algorithm.

2b5f34a81ddfe718e9b8342cfa75351a6019a257 authored about 13 years ago
Fix some typos in comments.

aef0afa2ba4da14144b8981df5f71a353871bb1b authored about 13 years ago
Generate VEVENTs in canonical order.

The default sorted order was extremely irritating:
DTEND before DTSTART, etc.
Now the important ...

33ab1b01ff91e16836c6c458d2c0685a4b7598ce authored about 13 years ago
whitespace

bd2ca32972967ff5589a5a2b27a8cc2b696232c9 authored over 13 years ago
add foldline with perfect utf-8 support

0ea6920c689d5d3fc7a193f1b20816d384c2a5db authored over 13 years ago
unify API - use to_ical and from_ical

aa7fe2016eb7aa9b3f11b60f2b65857ca3dbb1dd authored over 13 years ago
Merge pull request #9 from martinmelin/master

Output datetime objects as iCalendar Value Data Type DATE-TIME, not DATE

4d0cc5fae733367bb6f64103fd65f0bb12a2bd2e authored over 13 years ago
Merge remote branch 'upstream/master'

e97d28bb66af9fe30d06fb4052040c9e41e9a549 authored over 13 years ago
update documentation a bit

8f6764389b4afb11e49daa667171deffa54a07e7 authored over 13 years ago
Don't output VALUE=DATE for datetime objects

When for example doing:

event.add('dtstart', datetime.now())

the resulting output would be...

82a568d4cea74480fa6c7f1c88240df7a8ca254b authored over 13 years ago
Merge branch 'master' of github.com:collective/icalendar

58417727249a403a13eaf8cab74c1be20ef09153 authored over 13 years ago
easy_install was failing because of typo in url ... FIXES #8

3686f9f64d598cb74878efa735380275cfa199a3 authored over 13 years ago
Merge pull request #6 from frog32/patch-1

daylight saving time bug

4d527778cd5255f4fc973ccba8ca2bc422604100 authored over 13 years ago
utcoffset respects the given date. this is a problem when creating a datetime which is normaltime and currently there is daylight saving time. to fix this we should use the actual date to determine utcoffset.

7967e02608a0019b2d68bdd89ab57238f50479e5 authored over 13 years ago
Merge branch 'master' of github.com:collective/icalendar

1b25cdd0202d6a9e2a8cf5db51bf0d7adab0caa3 authored over 13 years ago
master is now "new trunk" for 3.X series

94bcf0b79178a4ec2728f2fe3d3f041e944b5acd authored over 13 years ago
making sure first page on pypi renders nicely.

2354d4ffa35deff70d30c0e72d6227f714816cca authored over 13 years ago
Preparing for 2.2 release

eb43379c457de450626c4e63e55e95d2aee6975b authored over 13 years ago
master is now "new trunk" for 3.X series

6696065a4475a0a706ceb46cb02c53417cce9005 authored over 13 years ago
icalendar ready to be released

82b7c931107ca86239ae52cde9a6aca19bf185b6 authored over 13 years ago
more 3rd person speak

48aa8bfc8794694dc0de94d43218e0c42c639e47 authored over 13 years ago
updating style adding rfc5545 text and converting it to rst

0f057a74a783173a77742b91b0bd32bf40766a8c authored over 13 years ago
TZOFFSET{FROM,TO}:0000 -> +0000

Google Calendar and http://severinghaus.org/projects/icv/ complain about a TZOFFSET of 0000 but ...

fe4e4ef803c634d0ec882b7a0bee69739094cf02 authored over 13 years ago
vRecur.ical()'s parts are in canonical order.

Mac iCal ignores RRULEs where FREQ is not the first rule part. vRecur.ical() now sorts those par...

f0117b78984317e4777a4fb2cedb51a671ad8ca6 authored over 13 years ago
style: compare len(comps) to 1 explicitly, to reinforce that the comparison is numeric

Signed-off-by: Rok Garbas <[email protected]>

04ae7637e72cbd402bdbfa8f19e2513f574d0b5e authored over 13 years ago
Use % operator rather than "format" method, to maintain backwards compatibility

Signed-off-by: Rok Garbas <[email protected]>

82b3ef9f7b694037bcb7ef4ec07a66d9e9d0e6af authored over 13 years ago
(Component.from_string): Slightly-better exception messages

Signed-off-by: Rok Garbas <[email protected]>

b71e86c9ea35b379ae96a187f092938eccc3041c authored over 13 years ago
Parameters.from_string: move the exception handler inside the loop

... so that the exception message is more informative.

Signed-off-by: Rok Garbas <[email protected]>

9d6ed39caacdea5622e62f12531bc0d3322f7307 authored over 13 years ago
Fix a few places that re-raise ValueError:

Rather than throwing away the information in the original exception,
we will instead _add_ some ...

05fb1f35db4fa4052e7ea96d83b5b48fdbbee894 authored over 13 years ago
Ignore exceptions while parsing VEVENTs.

Signed-off-by: Rok Garbas <[email protected]>

5703439609356e3bae38c67f72aa081511b866eb authored over 13 years ago
Make vText parser more forgiving.

Badly encoded bytes will be replaced with the official U+FFFD REPLACEMENT CHARACTER.

Signed-off...

d1f5e064d815e4c43adf5874a2e17a236c29c5b1 authored over 13 years ago
Contentline: new doctest

Signed-off-by: Rok Garbas <[email protected]>

eb8c5d7228ea5b57038d54585b3c653c54c76827 authored over 13 years ago
Contentline.__str__: Fix utf-8 line-folding problem.

From http://codespeak.net/pipermail/icalendar-dev/2010-April/000152.html

Signed-off-by: Rok Gar...

093f3881ff2b843b6a2f273f764c67992a1a7e36 authored over 13 years ago
Ignore certain turd files.

Signed-off-by: Rok Garbas <[email protected]>

4b7ff822b23a53a397c011795042b4520ce668d9 authored over 13 years ago
type in styles of documentation

f95e98e9431b68697d17688760816655311a5987 authored over 13 years ago
adding some styles to documentation

e6dff7d3197257773d6eaa461b76c6da3566dab0 authored over 13 years ago
Merge branch 'feature-sphinx-documentation'

Conflicts:
.gitignore
README.rst

2fe738a2cd8bd36a5c9e99a9dd1b20c0967f2ffe authored over 13 years ago
Merge branch 'feature-tox-for-testing'

694db23c1dc999730f52adf21ae775668d20f4cc authored over 13 years ago
generating xml reports

2389dcfce4b8c33b7c198206e4aa3ad92f8527d6 authored over 13 years ago
adding more documentation, gitignore file added

0cc882650ea17bc3f06fda3ef9549c9eab59a6d5 authored over 13 years ago
adding final touches for the first version of docs ... more needed ofcourse

bbaefe782433d1f58024a48d7e204fe246dc00cc authored over 13 years ago
adding initial sphinx documentation

7fbad46bddbc57a57449a314fb3adc3d6d1247d4 authored over 13 years ago
some formatting of README

8e251939706d7fadf8926da706996f8ddd68fd75 authored over 13 years ago
some wording fixed

ed670df76c487a3ca6091b72b4195f7e94e12108 authored over 13 years ago
changes warn to warnigns

b4f8f4f8c702fd9bbfc6543ebbe18347dbe65d4b authored over 13 years ago