Benson Margulies
|
da68d701f1
|
Removr all use of 'future'.
|
2015-11-04 17:30:24 -05:00 |
Benson Margulies
|
e1070965cc
|
Support Python 3.4
see if we can't make travis happy.
|
2015-05-03 11:24:27 -04:00 |
Mathieu Virbel
|
2c5a14dae2
|
fix encoding issues in test_implementation.py
|
2013-06-24 09:36:31 +02:00 |
tshirtman
|
7baebbb465
|
test unicode handling
|
2013-04-17 17:03:20 +02: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 |
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 |