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