summaryrefslogtreecommitdiff
path: root/tests/basics/int_bytes_intbig.py
AgeCommit message (Expand)Author
2024-06-24py/objint: Fix int.to_bytes() buffer size checks.Angus Gratton
2017-06-15py/objint: Support "big" byte-order in int.to_bytes().Damien George
2017-04-25tests/basics: Add tests for int.from_bytes when src has trailing zeros.Damien George
2017-03-04tests/basic: Split tests into working with small ints and not working.Paul Sokolovsky