Commit Graph

3 Commits

Author SHA1 Message Date
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