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