stijn
|
09be0c083c
|
py/objarray: Implement more/less comparisons for array.
|
4 years ago |
Paul Sokolovsky
|
e5cff5b223
|
tests/bytearray1: Add testcases for "in" operator.
|
9 years ago |
Damien George
|
1d350b8ac6
|
tests: Add a few tests for bool, bytearray, float to improve coverage.
|
9 years ago |
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.
|
10 years ago |
Paul Sokolovsky
|
5f930337bc
|
objarray: Implement equality testing between arrays and other buffers.
|
10 years ago |
Paul Sokolovsky
|
d6e12723ed
|
objarray: Implement slice subscription.
|
11 years ago |
Paul Sokolovsky
|
4dcb605ac4
|
py: Make bytearray a proper type.
|
11 years ago |
Paul Sokolovsky
|
b9cf3d3730
|
bytearray: Support bytearray(int) constructor.
To create bytearray of given length.
|
11 years ago |
Paul Sokolovsky
|
1801421f6d
|
bytearray: Print objects properly.
|
11 years ago |
Paul Sokolovsky
|
d30e019459
|
Add bytearray basic tests.
|
11 years ago |