Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/basic: Make various tests skippable. | Paul Sokolovsky | 2017-03-09 |
| | |||
* | tests: Split byteorder-dependent tests to *_endian.py's. | Paul Sokolovsky | 2015-08-30 |
| | |||
* | tests: Separate out test cases that rely on float support to float/ dir. | Damien George | 2015-01-08 |
| | |||
* | py: Allow bytes/bytearray/array to be init'd by buffer protocol objects. | Damien George | 2014-12-04 |
Behaviour of array initialisation is subtly different for bytes, bytearray and array.array when argument has buffer protocol. This patch gets us CPython conformant (except we allow initialisation of array.array by buffer with length not a multiple of typecode). |