summaryrefslogtreecommitdiff
path: root/tests/basics/int_bytes_intbig.py
AgeCommit message (Expand)Author
2020-02-14Implement to_bytes(..., signed=True)Dan Halbert
2019-05-09Add tests for overflows converting ints to bytesMatt Wozniski
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
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