Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-08 | tests/float: Convert "sys.exit()" to "raise SystemExit". | Damien George | |
The latter is shorter and simpler because it doesn't require importing the sys module. | |||
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 | |
- This then provides support for floats in the struct package |