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

Include license file in the generated wheel package (#243)

The wheel package format supports including the license file. This is
done using the [metadata]...

0771fc5ae89440d356fb6d19173c0cdc75b0edb0 authored over 7 years ago
Merge pull request #242 from collective/MStimezones

Accept Windows timezone identifiers as valid.

720dd8be81dd5ba8d26936fc8891920d1b792b73 authored over 7 years ago
Accept Windows timezone identifiers as valid.

Currently we accept Olson timezone identifiers (tzids) as valid, even
when no matching VTIMEZONE...

043cf5a40053f9b8191d712807b049f5f82460bd authored over 7 years ago
Merge pull request #238 from clivest/fix/237

Fix non-ascii TZID and TZNAME handling in python 2

a03cb163a7685f02125e323360ae8baf9b610c51 authored over 7 years ago
Merge branch 'master' into fix/237

3f8d215b11e33778140d12909a2c525bce7f283a authored over 7 years ago
Update install.rst (#240)

* Update install.rst

change to pip install instead of not referenced setup.py

* Update CHA...

aba8766f7e55229a2be662f3916a405c349b0312 authored over 7 years ago
Back to development: 3.11.8

[ci skip]

9d5a3b5a725a016600a4b47afcd2532ae2ccbb3c authored over 7 years ago
Preparing release 3.11.7

[ci skip]

b776af91e0aad751a047355e6972e80053aaa77d authored over 7 years ago
Cleaned up empty headers from changelog.

[ci skip]

9a2bf80d4234d5da18eb792b985d2a59ab156599 authored over 7 years ago
Fix non-ascii TZID and TZNAME handling in python 2

Zone needs to be a python 2 str because it's used as the timezone type name.
Zone name is a pyth...

ebe06a4976526c3c15188a8ac3e2a02e13648a40 authored over 7 years ago
Merge pull request #235 from collective/fix/155

Allow ignoring of TZ offsets > 24h

68e33af1c80f80edf64f72980b7e348315394f0a authored over 7 years ago
Back to development: 3.11.7

[ci skip]

a212983774efaf99d6347516766d721d23c3f11d authored over 7 years ago
Preparing release 3.11.6

[ci skip]

b992e83f11dd1eb1759226b9cc56a5646865505b authored over 7 years ago
Added changelog entry for last change.

[ci skip]

8f381e09668eac45a16d8bda3c4cb074ec1ce369 authored over 7 years ago
Merge pull request #234 from collective/fix/timezone_count

Fix VTIMEZONEs including RDATEs

1b20866ad33ea784c9c6599df89d57cec535f69c authored over 7 years ago
Allow ignoring of TZ offsets > 24h

fixes #155

9a03ff1e20d3ef671e8c430738961e18a03e63a8 authored over 7 years ago
Back to development: 3.11.6

[ci skip]

34fda85e994738da788d6ae826c5f97375c2ac72 authored over 7 years ago
Preparing release 3.11.5

[ci skip]

61c591eeeac53b460eb6d20ccec6d6c5b0ed10de authored over 7 years ago
fix timezone count

fcec6222c4dcb2b8b2bebacfd0c36e79216d6865 authored over 7 years ago
Test for VTIMEZONES with RDATEs

4d1311fc766d5bbf7d3aea10c89878d611769f27 authored over 7 years ago
Merge pull request #232 from polyzen/patch-1

readme: Touch up

8df92be3159bb69cec379e08d93a16548643edb6 authored over 7 years ago
readme: Touch up

5943bdfc985171680868e73a217ccc31ccbb4529 authored over 7 years ago
Merge pull request #228 from geier/fix/227

Fix dealing with non unique VTIMEZONE components

60048cee8581e0b3fa42c470629a0a026624ae93 authored over 7 years ago
Fix handling of non-unique VTIMEZONEs.

We should probably choose a better system for generating unique TZNAMEs.

d445fcf87cf98c41c16de94f55ca2b613ae8b10a authored over 7 years ago
Reproduce #227

The issue here is that both VTIMEZONE subcomponents have the same
TZOFFSETFROM, TZOFFSETTO and D...

2e8311ba0a12f82b67f0ada1885cf31fdb651459 authored over 7 years ago
Merge pull request #229 from collective/fix/218

Assertion for VTIMEZONE sub-components' DTSTART

98c94feb96544c8a011ee59d95ec2bf2dca8e81d authored over 7 years ago
readme: Remove unnecessary indentation (#225)

8c9bbc7c4df4855c0cadebf9410d028d9ec41b1a authored over 7 years ago
Rename [wheel] section to [bdist_wheel] as the former is legacy (#231)

See:

https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdis...

5cb143d2c5b239186648fd90392f07b8eb8b9ebe authored over 7 years ago
Assertion for VTIMEZONE sub-components' DTSTART

f94cd35b6b77ca36ec4c0ce3edfc0bb76b8f6b93 authored over 7 years ago
Back to development: 3.11.5

[ci skip]

fa86fd5dfbbd53f8474c04862f210b3a4579637a authored over 7 years ago
Preparing release 3.11.4

[ci skip]

a0380b78dbe438bcb429fd7f57de574575b15501 authored over 7 years ago
Merge pull request #220 from collective/fix/217

Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs

fixes #217

01f788e9907ae4cdcea15a2e4c1f846f2bb17368 authored almost 8 years ago
Fix handling of VTIMEZONEs with subcomponents with the same DTSTARTs

For VTIMEZONE subcomponents without a TZNAME we would construct a
TZNAME from their shared TZID ...

5c269e1082a9c62a2d14eaba29d59fea794c5d7b authored almost 8 years ago
Reproduce #217

0368e16faad09f57d8a6e39480cd29a916c8a1c6 authored almost 8 years ago
Merge pull request #207 from geier/fix_base64_equal

Allow `=` in parameter values.

8a52e56fabf9ea37f7454d98fbc66916fe67bbf5 authored almost 8 years ago
New test for broken properties.

The fix for #197 makes the test data used for testing the error
messages for broken properties (...

b82893ff56f8f8caab1aa337b039ba31a8db157b authored almost 8 years ago
Extend tests

805f59d36a6e79c4f153a69f51da36f98b6a6659 authored almost 8 years ago
Fix q_split for maxsplit=0

0f408d8cce66a0d0ae284afbf9811836bcdf1299 authored almost 8 years ago
Allow `=` in parameter values.

Some parameter values (e.g., BASE64 encoded binary data often ends with
one or two equal signs) ...

d0fd108ec73a6524234fe91f5100ba124ab66ce1 authored almost 8 years ago
Moved test_apple_xlocation() to test_icalendar.py

124b328c9360765e25b872206bd3da17be168a95 authored almost 8 years ago
On python2.6 install unittest2 for tox. (#214)

* On python2.6 install unittest2 for tox.

* fixup

6c86898399d026613308b68f88ae7d5e688378b9 authored almost 8 years ago
Back to development: 3.11.4

[ci skip]

9e4a4f018d1d687d04a97f7cf05dd0fae0f2408a authored almost 8 years ago
Preparing release 3.11.3

[ci skip]

ebd677a0eb2d33a12df35033c37d074d2ba8bc6d authored almost 8 years ago
Removing setuptools is no breaking change.

Moved this changelog entry to the 'Bug fixes' header.

[ci skip]

e921a8d4bc45027e3e312c57220aa5512f87a8e9 authored almost 8 years ago
Fixed RST by adding two lines to the long description.

[ci skip]

34dcb4f4ce96ec71926f1dd12ec5297aad0cb1e7 authored almost 8 years ago
Introduce Hypothesis for testing (#191)

87f374d96ef532a3d85f077cca7ced06dd2d923c authored almost 8 years ago
Wheels

Fix #199

7fa23d44ba7f3b7391a1906a372a3e129c696267 authored about 8 years ago
Merge pull request #208 from untitaker/no-automerge

Remove custom merge strategy for changelog

74ef4c1f629482bc5760e7964021c2aacca9aa1f authored about 8 years ago
Merge pull request #211 from jdufresne/no-require-setuptools

Drop requirement for setuptools package from setup.py

4ff645203a3720093b23db8c8cc3f837428a85ef authored about 8 years ago
Drop requirement for setuptools package from setup.py

setuptools is shipped with Python, no need to include it as a requirement.

Further, it is not u...

70985f19b275b079d33149d43b7272893fdb6d75 authored about 8 years ago
Merge pull request #212 from jdufresne/support

Document all supported versions of Python in setup.py

fd1f8a17eb39bd6d915809a66ccf454e1ed232b1 authored about 8 years ago
Merge pull request #213 from jdufresne/resource-warnings

Fix all "ResourceWarning: unclosed file ..." warnings during tests

b198f54e8e252ce1579a3ce206e88e72b5ca4545 authored about 8 years ago
Fix all "ResourceWarning: unclosed file ..." warnings during tests

fbed44e617669ef028291db599c083d68207671c authored about 8 years ago
Document all supported versions of Python in setup.py

80eb80c3a169eafdf7a2e3e04d63da1167f3adb8 authored about 8 years ago
Remove custom merge strategy for changelog

This causes old PRs to add the changelog entry to already released
versions. It happened to me w...

a01dda2eed22a4fa736dcfeed1a7579d66d02ccb authored about 8 years ago
Allow passing parameters to pytest

An invocation like "tox -epy -- --pdb" will pass --pdb to pytest.

475996a02ffe3f201ffc72a54cbb27d5c2265cdb authored about 8 years ago
Back to development: 3.11.3

[ci skip]

ebb47ee9914bfb8b424e9fcd347761278de16ba8 authored about 8 years ago
Preparing release 3.11.2

[ci skip]

5ec4e6056090dc6bc0352b33217b059d96b4dfb9 authored about 8 years ago
Fix changelog style.

eca7a6160de65e8f2cc2d7aaeddcac44431fcc33 authored about 8 years ago
Merge pull request #206 from geier/tox_py35

Also test on python 3.5 and 3.6, allow failures on pypy3

cda4f8d5a005838bdaaec6dde63288a460b6e63f authored about 8 years ago
Also test on python 3.5 and 3.6.

Also allow failures on travis.ci with pypy3.

8160afdbef981d037f99486eefd645b896447f4b authored about 8 years ago
Back to development: 3.11.2

[ci skip]

3d3015f186c2874eb2e46f40d012f91246fdc3cc authored about 8 years ago
Preparing release 3.11.1

[ci skip]

69b5ec7f54b8a028a9087294fbd4a5559a947c1f authored about 8 years ago
Cleaned up empty headers from changelog.

[ci skip]

d7af875e4230b55b0791bb6c372c1d1404a38e3f authored about 8 years ago
Merge pull request #204 from digsim/unicodefix

Handle UnicodeEncodeError in Error messages.

1ffe3047005ad78252e250f1a64300ee2193d7cc authored about 8 years ago
Handle UnicodeEncodeError in Error messages. Depending on the input, I might be that instead of collecting the thrown error message, python throws a new UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 96: ordinal not in range(128). So we use the six library and unicode function to properly treat the error message before adding it to the stack of already collected error messages.

885a547d34360f91b8f5b5cb277c79600a7e1e64 authored about 8 years ago
Back to development: 3.11.1

[ci skip]

b8e242af4d9ee6e231e1735603df25bd3bbf6113 authored about 8 years ago
Preparing release 3.11

[ci skip]

617ca665894380dc9ae859566be239d41a5b1709 authored about 8 years ago
Updated changelog and added PyPy and CPython classifiers.

[ci skip]

72ee6a1c2ad6c0d8ff41807927cd2f3447c65ebb authored about 8 years ago
Merge pull request #203 from collective/gforcada-patch-1

Test with pypy and pypy3

d277fb935ff9c28334d02b981923bf8025b9d61c authored about 8 years ago
Test with pypy and pypy3

To check if it actually works

91c279798910536509a4315fc9857299e55dd042 authored over 8 years ago
Usage typo fixes (#198)

* minor typo fixes

* small rephrasing

* tiny typo fix

* missing period

28df37305bfea97e28e9cee14ae918d1dbda2576 authored over 8 years ago
Back to development: 3.11

c5a53fe97366e59fb92b51e0d5210bdc24896248 authored over 8 years ago
Preparing release 3.10

a6f2b900db489c500a4557a159eec38cbd97967b authored over 8 years ago
package maintainance: tell zest.releaser where to find pkg version

2c7e48441d7dedd222d598bfcf0c34c15b47b623 authored over 8 years ago
prepare release

03ae2d2783ed11699ad97d1a20eb35b8a9c40737 authored over 8 years ago
Changelog

b91bc75ec46924c6e16efa84f69b49f17de0ab0d authored over 8 years ago
Merge pull request #189 from stlaz/issue_184

Added PERIOD value type to date types

f0d0496309b948ddec28d6bafd017d116117014e authored over 8 years ago
Merge pull request #185 from collective/fix_184

Reintroduce cal.Component.is_broken

7ad5491760d2ff8db03aa55df500f6803d9ab20a authored over 8 years ago
Merge pull request #183 from stlaz/rfc5545

Updated components to better conform to RFC 5545

640aa85e10028628f699322ca00b0e3278815ce5 authored over 8 years ago
Reintroduce cal.Component.is_broken

cal.Component.is_broken got removed with 3.9.2 but should not have been
removed before 4.0.0

70a049e06cd4c3b84126555be8bc1a6eb89a2ece authored almost 9 years ago
Add changelog for #195

6888bbe02042cd65b12a6d855b527a964a4b823b authored almost 9 years ago
Fix tests for dateutil 2.5

Fix #194

9cac8669b6c86951a4bede9393b954481985fc44 authored almost 9 years ago
Added PERIOD value type to date types

https://github.com/collective/icalendar/issues/184

2c155275b324c9340672a685c80b4a42147bcacc authored almost 9 years ago
Updated components to better conform to RFC 5545

https://github.com/collective/icalendar/issues/176

4f845ce91eaec6c90d136674b38b0e32d720c1f9 authored almost 9 years ago
check-manifest

[ci skip]

608b211a920c819c89edafcdff22211d04924385 authored almost 9 years ago
back to dev

7c6571d6210c8e160be9e57bb34e428c1643da5d authored about 9 years ago
Preparing release 3.9.2

a0f31b871ed22117357ae208915ef9b16173ad9b authored about 9 years ago
add changelog entry

759a6b122bacb78c0add771525f0b1b630731a3b authored about 9 years ago
Merge remote-tracking branch 'geier/master'

14704c892b190794c6bb6db4f8080bde968e1353 authored about 9 years ago
fix merge leftofer

0f4dff809f74219fe4eb02c91cdee7057879c097 authored about 9 years ago
code comment, changelog reformat

5eb54767414df164f89d4700418ed41704db1d76 authored about 9 years ago
Fixes unknown component represented as known one

from_ical() caused unknown an component to be represented as a known
one, losing the name inform...

d9264e90c0d85bb63d6c27389eeab497e4d0973f authored about 9 years ago
Merge branch 'iderror_fix'

91377b9a6dfc669cdc6b5b622b02f478290cdadf authored about 9 years ago
add pip-selfcheck.json to .gitignore

8140ba6ba0a77495613c96369b5dd385db6c3ed5 authored about 9 years ago
add changelog entry. formatings

4a5244ce7221c9544aad9d1ab5f7c1ce24634dc6 authored about 9 years ago
Fixes IndexError in Component.from_ical()

63fcf7436e753417b599802c565e04bf36df50ce authored about 9 years ago
Component returns True if checked with bool()

https://github.com/collective/icalendar/issues/141

f1f4bc52db91982c8231c39d15a98f4fb60c2eaa authored about 9 years ago
add test for issue 168

18637a97ee2c25cc0dabf6ef47162aaf1b84ade9 authored about 9 years ago
change some list and dict calls to list and dict literals

c64db780f3e935a6fae5aab8b284a667ecc5e3f5 authored about 9 years ago