summaryrefslogtreecommitdiff
path: root/tests/float/float_struct.py
AgeCommit message (Expand)Author
2024-03-20py/binary: Support half-float 'e' format in struct pack/unpack.Matthias Urlichs
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-06-08tests/float: Convert "sys.exit()" to "raise SystemExit".Damien George
2017-03-09tests/float: Make various tests skippable.Paul Sokolovsky
2015-05-04modstruct: Rename module to "ustruct", to allow full Python-level impl.Paul Sokolovsky
2015-01-27py: Add support for floats in mp_binary_{get,set}_val()David Steinberg