aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/uctypes_ptr_native_le.py
AgeCommit message (Expand)Author
2020-09-04all: Rename "sys" module to "usys".stijn
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/extmod: Make tests skippable.Paul Sokolovsky
2016-12-09tests: Update for required byteorder arg for int.from_bytes()/to_bytes().Paul Sokolovsky
2015-06-06moductypes: Swap address and descriptor args in constructor.Paul Sokolovsky
2014-09-23tests: Fix uctypes tests to run on 64bit arch; enable more native tests.Damien George
2014-07-09moductypes: Foreign data interface module, roughly based on ctype ideas.Paul Sokolovsky