Commit Graph

4 Commits

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