Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/objint: Support "big" byte-order in int.to_bytes(). | Damien George | 2017-06-15 |
| | |||
* | tests/basics: Add tests for int.from_bytes when src has trailing zeros. | Damien George | 2017-04-25 |
| | | | | The trailing zeros should be truncated from the converted value. | ||
* | tests/basic: Split tests into working with small ints and not working. | Paul Sokolovsky | 2017-03-04 |
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. |