pyjnius/jnius
Gabriel Pettier 9ee1183cda fix import in python 3.8/windows 2019-11-30 16:27:24 +01:00
..
src/org/jnius Add tests for isinstance, fix edge cases. 2017-12-11 14:04:32 -05:00
__init__.py fix import in python 3.8/windows 2019-11-30 16:27:24 +01:00
env.py fix import in python 3.8/windows 2019-11-30 16:27:24 +01:00
jni.pxi remove const_char, as Cython supports const from 0.18 2016-04-05 14:47:00 +02:00
jnius.pyx Create compat file to handle basestring issues and more 2019-01-05 15:09:26 +01:00
jnius_compat.pxi Use PY2 to separate CPython 2/3 for compat 2019-01-31 18:02:00 +01:00
jnius_conversion.pxi Revert "Convert java.lang.Long to INT if < 2 ** 31 else to LONG" 2019-02-03 00:50:02 +01:00
jnius_env.pxi add a jnius.detach() method to detach a thread that used some jni. 2015-02-07 19:33:19 +01:00
jnius_export_class.pxi Continious Integration using github actions 2019-11-30 15:47:48 +01:00
jnius_export_func.pxi Switch all 'basestring' to 'jnius_compat.base_string' 2019-01-05 15:09:53 +01:00
jnius_jvm_android.pxi
jnius_jvm_desktop.pxi fix import in python 3.8/windows 2019-11-30 16:27:24 +01:00
jnius_jvm_dlopen.pxi fix import in python 3.8/windows 2019-11-30 16:27:24 +01:00
jnius_localref.pxi
jnius_nativetypes.pxi bytearray: fix #267 operations on empty arrays 2017-04-12 16:59:07 +03:00
jnius_nativetypes3.pxi bytearray: fix #267 operations on empty arrays 2017-04-12 16:59:07 +03:00
jnius_proxy.pxi Fix int/long issue at jnius_proxy.py_invoke0 2019-02-03 19:52:51 +01:00
jnius_utils.pxi Use PY2 to separate CPython 2/3 for compat 2019-01-31 18:02:00 +01:00
reflect.py make sure methods are discovered in reverse-inheritance order 2019-02-20 21:39:29 +01:00
signatures.py pep8 fixes 2017-03-23 19:56:02 +02:00