stijn
|
09be0c083c
|
py/objarray: Implement more/less comparisons for array.
|
2021-05-13 22:16:14 +10:00 |
Paul Sokolovsky
|
e5cff5b223
|
tests/bytearray1: Add testcases for "in" operator.
|
2016-02-14 18:57:18 +02:00 |
Damien George
|
1d350b8ac6
|
tests: Add a few tests for bool, bytearray, float to improve coverage.
|
2015-08-29 23:13:28 +01:00 |
Paul Sokolovsky
|
e62a0fe367
|
objstr: Allow to convert any buffer proto object to str.
Original motivation is to support converting bytearrays, but easier to just
support buffer protocol at all.
|
2014-10-31 00:03:53 +02:00 |
Paul Sokolovsky
|
5f930337bc
|
objarray: Implement equality testing between arrays and other buffers.
|
2014-08-10 16:22:57 +03:00 |
Paul Sokolovsky
|
d6e12723ed
|
objarray: Implement slice subscription.
|
2014-04-19 20:06:57 +03:00 |
Paul Sokolovsky
|
4dcb605ac4
|
py: Make bytearray a proper type.
|
2014-04-08 22:11:40 +03:00 |
Paul Sokolovsky
|
b9cf3d3730
|
bytearray: Support bytearray(int) constructor.
To create bytearray of given length.
|
2014-04-08 19:08:34 +03:00 |
Paul Sokolovsky
|
1801421f6d
|
bytearray: Print objects properly.
|
2014-01-28 03:40:48 +02:00 |
Paul Sokolovsky
|
d30e019459
|
Add bytearray basic tests.
|
2014-01-21 23:59:50 +02:00 |