Ecosyste.ms: OpenCollective

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

github.com/kivy/pyjnius

Access Java classes from Python
https://github.com/kivy/pyjnius

Typo in line 39

In line 39 it must be written "if" instead of "in"

4df5609f6dbb238809773d92d4e6eab6089176f5 authored over 12 years ago by nklever <[email protected]>
Merge pull request #14 from apalala/classpath

Make the desktop use CLASSPATH if defined.

18a41bf7a28337b3ae749921723346b14533cab1 authored over 12 years ago by Gabriel Pettier <[email protected]>
Make the desktop use CLASSPATH if defined.

93109ccab50210de2ae9cc8ea98aeda84e411fc0 authored over 12 years ago by Juancarlo Añez <[email protected]>
Merge pull request #10 from graingert/patch-2

Update README.md

659b1eae805ea5da7a0986e9c749c58a799564dd authored over 12 years ago by Gabriel Pettier <[email protected]>
Update README.md

fix missing "a"

79717fd8f0652b851acff6759d2db50858678ddb authored over 12 years ago by Thomas Grainger <[email protected]>
update license/description/classifiers in setup.py

9cbe8e3a6fbbfaccc807b2e88866596329ed1c76 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

Conflicts:
setup.py

852ba4132eac88046b6267f7413c89dd432d643e authored over 12 years ago by Mathieu Virbel <[email protected]>
ensure we raise the exception if cython is not installed on desktop

+ include missing pxi in the setup
+ include missing infos
+ extract the version correctly

4b825b10764d595635ecd66f5aeca4d2045af427 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge pull request #6 from graingert/patch-1

Add cython to install_requires Fixes #5

47e2fe0e0657fca21553e7fb6345e52095988cab authored over 12 years ago by Gabriel Pettier <[email protected]>
Add cython to install_requires Fixes #5

eb95963d98aa474954987ed92d4e935d885c6084 authored over 12 years ago by Thomas Grainger <[email protected]>
Update README.md

dec97c9eb9889d0217f47ae5c37fa6f7214f5e3b authored over 12 years ago by Mathieu Virbel <[email protected]>
bump to 1.1-dev

e3a29658106140d3dec5c135ea5bf36938514aec authored over 12 years ago by Mathieu Virbel <[email protected]>
set version to 1.0

f9c63fd186fe78089f5610085274efe14ea39eb6 authored over 12 years ago by Mathieu Virbel <[email protected]>
fixes

61855a4f12d7ec154e4ed4a8b605c0cb7d44bf43 authored over 12 years ago by Mathieu Virbel <[email protected]>
remove the "reflect" import from the documentation

a4d23159514b710dbc6a311dcfa4f8242fd51372 authored over 12 years ago by Mathieu Virbel <[email protected]>
doc fixes

443c2de64ab760b19645d7c92d62085fbb11a0c6 authored over 12 years ago by Mathieu Virbel <[email protected]>
typo

1d401b9da2c625c731e54fffb041301bbc9d62d1 authored over 12 years ago by Mathieu Virbel <[email protected]>
more API doc.

86a972086151ecc420957affd5af5ba32f7bca23 authored over 12 years ago by Mathieu Virbel <[email protected]>
when calculating the score, check the assignable from too, and return -1 if the check doesn't work.

35ef6575d857c6bfea597ea5868889d5efa0b100 authored over 12 years ago by Mathieu Virbel <[email protected]>
renaming to JavaMultipleMethod.

79b564a3389088ccb87a010be52ddb34f7262a47 authored over 12 years ago by Mathieu Virbel <[email protected]>
fixes for subclasses. closes #3

77f2928e0bfb44c881f7c2ebe7ae21c89c1abd93 authored over 12 years ago by Mathieu Virbel <[email protected]>
reorder functions

4730c2b802c5596cbff491da0104a892c91084d2 authored over 12 years ago by Mathieu Virbel <[email protected]>
split jnius.pyx

7bd35411bfc0af2f6e98366a9b29acba58b70384 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

6aa4760721ccaae290c07bcd073ac11d8abfc39c authored over 12 years ago by gabriel.pettier <[email protected]>
small grammar fix

6d2df26f0be5ebd287411f2a9b3c3a9cd26ee299 authored over 12 years ago by gabriel.pettier <[email protected]>
change to getMethods and getFields to get inherited methods/fields too

and small doc fix

9ec504dfd6649b58679cbf09eaa69676ebaa1e81 authored over 12 years ago by gabriel.pettier <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

f8fc0e714abaaab22bbdbc5f81886fc74bb328f8 authored over 12 years ago by Mathieu Virbel <[email protected]>
add the previous tests from python-for-android/javawrapper branch.

+ fix findclass (need cleaning)
+ fix array return with chars
+ export reflect module by default ...

60ee14ed6fff0d82cc26ae83ccd4053cf2c0483b authored over 12 years ago by Mathieu Virbel <[email protected]>
fix grammar errors in some comments

2eea0f45d39d749ea08d4ba10d69de79f11c9a88 authored over 12 years ago by gabriel.pettier <[email protected]>
fix System.out.println('hello') crash due to a race condition: the instancatied JavaClass for "out" was deallocated before the __call__ of the println. >_<

bb0923d77dc4ccad716ff3f6ec36ea7b85a42f42 authored over 12 years ago by Mathieu Virbel <[email protected]>
Update docs/source/quickstart.rst

3e6de4f7c949b73ab83a7968c75e632575367b10 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

2aebb554a9114ee45db02e5a7ad1a9cc1c03e1bf authored over 12 years ago by Mathieu Virbel <[email protected]>
doc: start API

8b220a46023fe8ef8c8d50ccaaf60c403cbe3dab authored over 12 years ago by Mathieu Virbel <[email protected]>
Update docs/source/android.rst

e572743dbf5430fdfc76120f5b3dca5411d3db94 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'fixdoc' of https://github.com/dekoza/pyjnius into dekoza-fixdoc

Conflicts:
docs/source/index.rst

61088ab5e6b596749e369fb0ed2b47959dc930b6 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

5bbeff3d527974589fe85295ccd2dc833244088d authored over 12 years ago by Mathieu Virbel <[email protected]>
docfixes

b6bc661e0138082db9076abaed6bbe7bd8cae21e authored over 12 years ago by Mathieu Virbel <[email protected]>
Update docs/source/index.rst

fix english

67ce2e9536749cf75e8520af9ed35600a4c60c69 authored over 12 years ago by Gabriel Pettier <[email protected]>
__doc__ fixed :)

d3f948bf3017f49b2d1e18c6fcfd7caf51969286 authored over 12 years ago by Dominik Kozaczko <dominik@bleys>
small grammatical changes

c150daee06d91048b5b27418e0111263efb59052 authored over 12 years ago by Dominik Kozaczko <dominik@bleys>
first pass for a doc

9307698c1b5e15f80d6ec8d0971d3fa912757eee authored over 12 years ago by Mathieu Virbel <[email protected]>
put the code in LGPL license

8d2490a4339a9ebca4f4058a15256bf578f6f2f7 authored over 12 years ago by Mathieu Virbel <[email protected]>
add cast(classname, obj) method to be able to use an instance from another class def

774fc295e999181356ea9ce9d51f031ec2a9e126 authored over 12 years ago by Mathieu Virbel <[email protected]>
fix autoclass when return

7eecc34237da4acb202a1ceb8e9fc72955653113 authored over 12 years ago by Mathieu Virbel <[email protected]>
lazy methods and fields loading.

2c2adefb6aa327980413ea107597e2e8c2a0a727 authored over 12 years ago by Mathieu Virbel <[email protected]>
always convert the return with autoclass()

7721b70c46f721c58b7300e124b28b465217a3fc authored over 12 years ago by Mathieu Virbel <[email protected]>
add support for multiple signatures on constructors and methods.

77139529add1ce44c02d9b3497b4408e79934f4a authored over 12 years ago by Mathieu Virbel <[email protected]>
refactor the conversion functions, move them into jnius_conversion.pxi, and factorize the jobject conversion.

69fe77c403c317a997c051f1b97ed414487b0a47 authored over 12 years ago by Mathieu Virbel <[email protected]>
raise exception correctly now + add more unittests

a4af093aa1e250005173dfe43d0c045213b951c8 authored over 12 years ago by Mathieu Virbel <[email protected]>
prefer () to \ to break long lines

83fb36b2c7d5f135c39de49f780a869a604ef04c authored over 12 years ago by gabriel.pettier <[email protected]>
add desktop subsection in README

1588c6040a11d5935bd5e6ee47f09e6a569c3687 authored over 12 years ago by gabriel.pettier <[email protected]>
Update README.md

30b083b362c6c16c3f6025bb1158cc05e3f39cab authored over 12 years ago by Mathieu Virbel <[email protected]>
Update README.md

a2dd51da1c3cd02b7c1cc17ccc6d31d630b106ea authored over 12 years ago by Mathieu Virbel <[email protected]>
Update README.md

53f1b94fd8feaf42847af31eef4a3c66504350e7 authored over 12 years ago by Mathieu Virbel <[email protected]>
add a test for overflow

d15564cf234def0f37c958915e0d7a99cad439e4 authored over 12 years ago by Mathieu Virbel <[email protected]>
Merge branch 'master' of github.com:kivy/pyjnius

379c67873b8060b22a713338c9d71a7405764e59 authored over 12 years ago by Mathieu Virbel <[email protected]>
remove generated files

33bc309045c90caf81c80ebf87cfd36c2de5db10 authored over 12 years ago by Mathieu Virbel <[email protected]>
add DeleteLocalRef where it seem the best place.

6047d6019252fd8405e26e6e2238011c2a63e2f3 authored over 12 years ago by Mathieu Virbel <[email protected]>
little fixes for android, remove the recursive part in autoclass for the moment

68ef892cd1bf5204396c4e00ba0396a01525a103 authored over 12 years ago by Mathieu Virbel <[email protected]>
Update README.md

2a25b4f37eab6b3e29a2728300fcfc7ef9a58b08 authored over 12 years ago by Gabriel Pettier <[email protected]>
Update README.md

add small example of what can be done.

3ae545d21a5a53a17cf9ed0034d576cb8e3d32b1 authored over 12 years ago by Gabriel Pettier <[email protected]>
fix package import, make tests work again.

7319fab9e5ecad533081fb6b17de5413d1ffc4d7 authored over 12 years ago by Mathieu Virbel <[email protected]>
add autoclass/ensureclass, auto reflection for JavaObject, and fixes around j_self

162d0119124ef89e146f5800c9e01d6caf3d38ed authored over 12 years ago by Mathieu Virbel <[email protected]>
wip

977857adc366b235efaa74bb63e37d9c70bc61cf authored over 12 years ago by Mathieu Virbel <[email protected]>
first commit. Just use "make tests"

47a9ceb931dc5db91eb3ce1733dfdabfa8ba9f99 authored over 12 years ago by Mathieu Virbel <[email protected]>