Gabriel Pettier
|
4e37b72838
|
Fix ignored exceptions breaking tests
Add a few except clauses on methods that missed them, especially populate_args
that was failing tests because of it.
|
2021-07-21 14:06:28 +02:00 |
b3b
|
d36d3b6d65
|
bytearray: fix #267 operations on empty arrays
|
2017-04-12 16:59:07 +03:00 |
Mathieu Virbel
|
c5863be424
|
bytearray: fix bytes -128-127 from java to 0-255 python
|
2015-12-10 13:11:25 +01: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
|
693275fe48
|
new ByteArray native class, used to transport [B in python, instead of using Python list + integer.
ByteArray have .tostring() + .tolist(), and support slices / item lookup / size, but everything is readonly.
|
2013-09-11 17:18:49 +02:00 |