Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | py/objint: Support "big" byte-order in int.to_bytes(). | Damien George | 2017-06-15 |
| | |||
* | tests: Add test for int.from_bytes() for arbitrary-precision integer. | Paul Sokolovsky | 2017-01-21 |
| | | | | | This test works only for MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ and needs a way of skipping in other cases. | ||
* | tests: Update for required byteorder arg for int.from_bytes()/to_bytes(). | Paul Sokolovsky | 2016-12-09 |