* Support converting BitMask types to int * BitArray constructor accepts a Python long of arbitrary size * DoubleBitMask (and QuadBitMask, by extension) supports Python long in constructor * Support for pickling (except DoubleBitMask) * All of them now properly define __bool__() * More unit tests Fixes #886 |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_bitarray.py | ||
| test_bitmask.py | ||
| test_clockobject.py | ||
| test_datagram.py | ||
| test_modifierbuttons.py | ||
| test_sparsearray.py | ||
| test_updateseq.py | ||