Ecosyste.ms: OpenCollective

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

github.com/kivy/condiment

Conditionally include or remove code, according to the environment variables
https://github.com/kivy/condiment

Merge pull request #6 from tshirtman/master

don't crash if file to remove is absent anyway

64727710aec95cc52d00bff9b27807473f0bc70f authored almost 5 years ago by Mathieu Virbel <[email protected]>
don't crash if file to remove is absent anyway

c3c9eaa5f250611579c58200e2704fe16fbff9ac authored almost 7 years ago by Gabriel Pettier <[email protected]>
Merge pull request #5 from tshirtman/master

fixes write and on_the fly mode in python3.6

c839e4b0265ef1610cc0b8149f15f17e8721db00 authored almost 7 years ago by Mathieu Virbel <[email protected]>
add a --output (or -o) option to output to a file

remove the test to sys.stdout for on_the_fly, instead run if called from install()

c5e3cd97495489adf7596c5b2041fb85853f3cc3 authored almost 7 years ago by Gabriel Pettier <[email protected]>
don't use default encoding to read files

use the same rules as python

use ascii (python2) or utf8 (python3) by default, and if another
e...

6fad37202eb82f7be1540974fadde863152da45b authored almost 7 years ago by Gabriel Pettier <[email protected]>
only exit after run_path of the __main__ module's transform

before that, while it worked correctly in python2 (why?), python3 would
silently stop if other m...

32488b26144c7d5745fec0dca2780c59bc079b67 authored almost 7 years ago by Gabriel Pettier <[email protected]>
fixes write and on_the fly mode in python3.6

shouldn't break other versions

f0b5b527f8a3cba239e8486e9e8df1612f205dd4 authored almost 7 years ago by Gabriel Pettier <[email protected]>
Merge pull request #4 from tshirtman/master

avoid breaking file output for python2.7

f486b3468638134a413c0469b5d9fbed8853fc2f authored almost 7 years ago by Mathieu Virbel <[email protected]>
avoid breaking file output for python2.7

46452a1c66e0232ca3e3d65c3858ba9e118aa214 authored over 8 years ago by gabriel pettier <[email protected]>
bump to 0.6

3ef0e7110644b501ea378e79ac3f14579d6a83b7 authored over 8 years ago by Mathieu Virbel <[email protected]>
Merge pull request #3 from tshirtman/python3_fixes

python3 fixes

10ab9e56574bc9cb98b3584840580648dffa5916 authored over 8 years ago by Mathieu Virbel <[email protected]>
python3 fixes

f2c1c2509c9fa723c3eaa3abeb010f5423120d0b authored over 8 years ago by gabriel pettier <[email protected]>
Merge pull request #1 from tshirtman/patch-1

fix module imports in result code

8e5712e7f7655ac721b9af50f5f4eb9e0fddad5f authored almost 10 years ago by Mathieu Virbel <[email protected]>
fix module imports in result code

symbols imported in the result file weren't found in on-the-fly mode, using run_path instead of ...

5e29b86d9d25b63eb54aadbb942234483919f27e authored about 10 years ago by Gabriel Pettier <[email protected]>
update readme and setup.py, 0.5.2.

bd303613d8f1034202efba0a5d4f189158f4e71b authored over 11 years ago by Mathieu Virbel <[email protected]>
bump to 0.5

b325ace59a37592842cc485a925ce4aab8912016 authored over 11 years ago by Mathieu Virbel <[email protected]>
remove empty lines

0931f5402b545320654186f671bd03db24d65898 authored over 11 years ago by Mathieu Virbel <[email protected]>
update the readme

43b0146d2a62ba9ac7b9781f2058bf61f1f001b0 authored over 11 years ago by Mathieu Virbel <[email protected]>
add automatic replacement of WITH_* (well, prefix_*) except in if condition

ac2e065dec2b58d87d547ba0353cbc1f2959fc4e authored over 11 years ago by Mathieu Virbel <[email protected]>
update readme

b36eec37a2005845088e4429d408a13f7e84fd92 authored over 11 years ago by Mathieu Virbel <[email protected]>
in case of module import, prefer to inject variables instead of trying to reload the module.

f227352a498ce222833f0596710d0795f1c26b7e authored over 11 years ago by Mathieu Virbel <[email protected]>
remove inplace

92e25b76dc0f25862abac4926641e1e642ff6f43 authored over 11 years ago by Mathieu Virbel <[email protected]>
remove inplace

8a3cb150d6d36d19c81a35b785f9137e0b2bac4a authored over 11 years ago by Mathieu Virbel <[email protected]>
remove license from setup, classifiers is already ok. 0.2!

9bc9690a9e56937c5b397e8a139fcea004c17375 authored over 11 years ago by Mathieu Virbel <[email protected]>
fix license

b31d0d716c298d8d3c5e2ad773291c026b0c62ed authored over 11 years ago by Mathieu Virbel <[email protected]>
add gitignore and script

b0d4b7189b7a0e9268a522c78d0c8d3047fa23ff authored over 11 years ago by Mathieu Virbel <[email protected]>
first commit

161158d19619c12fe780ffd36aaa8b80861b64fa authored over 11 years ago by Mathieu Virbel <[email protected]>