Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-15 | py/objint: In to_bytes(), allow length arg to be any int and check sign. | Damien George | |
2017-06-15 | py/objint: Support "big" byte-order in int.to_bytes(). | Damien George | |
2017-04-25 | tests/basics: Add tests for int.from_bytes when src has trailing zeros. | Damien George | |
The trailing zeros should be truncated from the converted value. | |||
2017-03-04 | tests/basic: Split tests into working with small ints and not working. | Paul Sokolovsky | |
Tests which don't work with small ints are suffixed with _intbig.py. Some of these may still work with long long ints and need to be reclassified later. | |||
2015-04-25 | py: Support conversion of bignum to bytes. | Damien George | |
This gets int.to_bytes working for bignum, and also struct.pack with 'q' and 'Q' args on 32-bit machines. Addresses issue #1155. | |||
2014-07-05 | tests: Rename test scripts, changing - to _ for consistency. | Damien George | |
From now on, all new tests must use underscore. Addresses issue #727. |