Commit Graph

83 Commits

Author SHA1 Message Date
Amirouche Boubekki 4bcf4c5e16 proper indentation of according to emacs :> 2012-10-01 01:34:31 +02:00
Amirouche Boubekki 4a6945accd convert list of integer, float and long to their equivalent Java Array object 2012-10-01 01:30:51 +02:00
Amirouche Boubekki 20b4bd5d62 allow to use python list and tuple as Object params 2012-10-01 01:21:24 +02:00
Amirouche Boubekki 78a68134ae no need to raise an exception here 2012-10-01 01:16:57 +02:00
Gabriel Pettier 08a9d7888d Merge pull request #36 from amirouche/method-resolutions-fixes
Method resolutions fixes for the case where there are varargs
2012-09-30 14:04:28 -07:00
Amirouche Boubekki b8ee0f8ab5 fix method resolution when they are varargs 2012-09-30 22:39:38 +02:00
Amirouche Boubekki c58de98b8a no need to recompute return and args definition 2012-09-30 21:50:19 +02:00
Amirouche Boubekki 65d3d9bc12 use of iteritems to retrieve key and value 2012-09-30 21:48:58 +02:00
Gabriel Pettier 528120c550 Merge pull request #31 from GeorgS/patch-1
Fixed URI Bug ( uri.parse )
2012-09-24 12:52:17 -07:00
Georg Schelkshorn e58a7cf82f Fixed URI Bug 2012-09-24 22:45:08 +03:00
Gabriel Pettier 4ff916dfdf Merge pull request #24 from apalala/classpath
Allow for '*' wildcards in CLASSPATH+(some tipos).
2012-09-06 05:47:49 -07:00
Gabriel Pettier 2ca5cee5ef Update README.md 2012-09-06 15:16:13 +03:00
Mathieu Virbel f83827353b Merge pull request #26 from kivy/varargs_support
Varargs support
2012-08-31 12:32:27 -07:00
gabriel.pettier 858bff6e25 varargs works!
at least for printf, and probably for other methods accepting Strings

need more tests cases!
2012-08-26 17:52:19 +02:00
gabriel.pettier 708b2d075f Doesn't break the tests anymore, add test for varargs, not passing (yet) 2012-08-26 15:53:11 +02:00
gabriel.pettier 17258f100d work on varargs support 2012-08-26 02:51:22 +02:00
Juancarlo Añez 9bd899e371 Allow for '*' wildcards in CLASSPATH+(some tipos). 2012-08-25 10:24:48 -04:30
Gabriel Pettier 3651d1ac20 Merge pull request #20 from nklever/patch-1
Typo in line 39
2012-08-23 14:46:08 -07:00
nklever 4df5609f6d Typo in line 39
In line 39 it must be written "if" instead of "in"
2012-08-24 00:45:16 +03:00
Gabriel Pettier 18a41bf7a2 Merge pull request #14 from apalala/classpath
Make the desktop use CLASSPATH if defined.
2012-08-21 12:22:29 -07:00
Juancarlo Añez 93109ccab5 Make the desktop use CLASSPATH if defined. 2012-08-21 14:22:37 -04:30
Gabriel Pettier 659b1eae80 Merge pull request #10 from graingert/patch-2
Update README.md
2012-08-21 03:25:45 -07:00
Thomas Grainger 79717fd8f0 Update README.md
fix missing "a"
2012-08-21 12:05:55 +02:00
Mathieu Virbel 9cbe8e3a6f update license/description/classifiers in setup.py 2012-08-21 01:30:53 +02:00
Mathieu Virbel 852ba4132e Merge branch 'master' of github.com:kivy/pyjnius
Conflicts:
	setup.py
2012-08-21 01:22:14 +02:00
Mathieu Virbel 4b825b1076 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
2012-08-21 01:19:43 +02:00
Gabriel Pettier 47e2fe0e06 Merge pull request #6 from graingert/patch-1
Add cython to install_requires Fixes #5
2012-08-20 12:24:12 -07:00
Thomas Grainger eb95963d98 Add cython to install_requires Fixes #5 2012-08-20 20:49:54 +02:00
Mathieu Virbel dec97c9eb9 Update README.md 2012-08-20 20:42:59 +03:00
Mathieu Virbel e3a2965810 bump to 1.1-dev 2012-08-20 18:48:22 +02:00
Mathieu Virbel f9c63fd186 set version to 1.0 2012-08-20 18:47:44 +02:00
Mathieu Virbel 61855a4f12 fixes 2012-08-20 16:51:32 +02:00
Mathieu Virbel a4d2315951 remove the "reflect" import from the documentation 2012-08-20 16:26:44 +02:00
Mathieu Virbel 443c2de64a doc fixes 2012-08-20 14:51:28 +02:00
Mathieu Virbel 1d401b9da2 typo 2012-08-20 11:19:13 +02:00
Mathieu Virbel 86a9720861 more API doc. 2012-08-20 11:17:14 +02:00
Mathieu Virbel 35ef6575d8 when calculating the score, check the assignable from too, and return -1 if the check doesn't work. 2012-08-20 11:09:02 +02:00
Mathieu Virbel 79b564a338 renaming to JavaMultipleMethod. 2012-08-20 11:08:32 +02:00
Mathieu Virbel 77f2928e0b fixes for subclasses. closes #3 2012-08-20 10:34:14 +02:00
Mathieu Virbel 4730c2b802 reorder functions 2012-08-20 09:40:18 +02:00
Mathieu Virbel 7bd35411bf split jnius.pyx 2012-08-20 09:35:14 +02:00
gabriel.pettier 6aa4760721 Merge branch 'master' of github.com:kivy/pyjnius 2012-08-18 19:35:26 +02:00
gabriel.pettier 6d2df26f0b small grammar fix 2012-08-18 19:34:16 +02:00
gabriel.pettier 9ec504dfd6 change to getMethods and getFields to get inherited methods/fields too
and small doc fix
2012-08-18 19:32:15 +02:00
Mathieu Virbel f8fc0e714a Merge branch 'master' of github.com:kivy/pyjnius 2012-08-18 12:59:32 +02:00
Mathieu Virbel 60ee14ed6f add the previous tests from python-for-android/javawrapper branch.
+ fix findclass (need cleaning)
+ fix array return with chars
+ export reflect module by default (it's already used in jnius so..)
2012-08-18 12:59:15 +02:00
gabriel.pettier 2eea0f45d3 fix grammar errors in some comments 2012-08-18 11:21:14 +02:00
Mathieu Virbel bb0923d77d fix System.out.println('hello') crash due to a race condition: the instancatied JavaClass for "out" was deallocated before the __call__ of the println. >_< 2012-08-18 04:14:53 +02:00
Mathieu Virbel 3e6de4f7c9 Update docs/source/quickstart.rst 2012-08-18 02:28:25 +03:00
Mathieu Virbel 2aebb554a9 Merge branch 'master' of github.com:kivy/pyjnius 2012-08-17 13:20:29 +02:00