summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/int_bytes.py
Commit message (Expand)AuthorAge
* py/objint: In to_bytes(), allow length arg to be any int and check sign.Damien George2017-06-15
* py/objint: Support "big" byte-order in int.to_bytes().Damien George2017-06-15
* tests/basics: Add tests for int.from_bytes when src has trailing zeros.Damien George2017-04-25
* tests/basic: Split tests into working with small ints and not working.Paul Sokolovsky2017-03-04
* py: Support conversion of bignum to bytes.Damien George2015-04-25
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05