Peter Badida
|
76f4720385
|
Add warning about Java class comparing (.hashCode())
|
2019-02-01 13:37:57 +01:00 |
Peter Badida
|
e8c28d0f07
|
Add Java getClass() alternative to __javaclass__ for Something.class
|
2019-02-01 12:59:26 +01:00 |
Peter Badida
|
da5ec3e24c
|
Explain accessing Java members named as Python keywords
|
2019-01-30 19:32:28 +01:00 |
Peter Badida
|
ffe595cdc7
|
Add note about incompatibility of __metaclass__ in Python 3
new behavior specified in PEP 3115 (https://www.python.org/dev/peps/pep-3115/)
|
2018-12-16 00:06:28 +01:00 |
Richard Larkin
|
4034c68752
|
Doc tweaks (#377)
* Grammar tweaks
* Added missing space, replace like with e.g.
* More grammar tweaks
* Grammar tweaks
|
2018-12-15 23:27:53 +01:00 |
João Sousa
|
354bc27fdb
|
Fix class name generated by autoclass
This is just a minor fix. It is important to show the determinism of generated class names
|
2018-07-18 17:17:51 +01:00 |
malverick
|
34143a55a4
|
See signature for android class methods
|
2017-05-14 21:57:43 +05:30 |
Mathieu Virbel
|
9e60152dc5
|
pyjnius: document detach() function. Closes #97. Closes #107.
|
2015-02-07 20:07:56 +01:00 |
Mathieu Virbel
|
bb3cd4f376
|
Merge pull request #110 from abrasive/jvmoptions
Add control of JVM startup options
|
2014-09-30 20:01:09 +02:00 |
JustinCappos
|
0635452378
|
Update api.rst
grammar fix
|
2014-07-29 17:57:25 -04:00 |
James Laird
|
2910e2fddc
|
Add control of JVM startup options
|
2014-05-09 18:20:29 +10:00 |
Mathieu Virbel
|
d5d2926190
|
raise an exception if the signature have invalid character + fix pyjnius documentation about array declaration in signature
|
2014-01-21 09:48:48 +01:00 |
Ian Foote
|
9ecf8b2263
|
Document autoclass syntax for nested Java classes.
|
2013-09-11 22:41:19 +01:00 |
Mathieu Virbel
|
bd3f007ed3
|
add missing documentation for __javacontext__ in PythonJavaClass
|
2013-06-23 15:45:48 +02:00 |
Mathieu Virbel
|
44f1a338ac
|
add documentation for proxy, and for java signature format
|
2013-03-13 22:12:38 +01: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
|
8b220a4602
|
doc: start API
|
2012-08-17 13:20:17 +02:00 |