Commit message (Expand) | Author | Age | |
---|---|---|---|
* | modstruct: Rename module to "ustruct", to allow full Python-level impl. | Paul Sokolovsky | 2015-05-04 |
* | py: Support conversion of bignum to bytes. | Damien George | 2015-04-25 |
* | tests: Add some more tests to improve code coverage of corner cases. | Damien George | 2015-04-05 |
* | py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack. | Damien George | 2014-12-05 |
* | modstruct: Fix alignment handling issues. | Paul Sokolovsky | 2014-06-25 |
* | modstruct: Implement count specifier for strings (e.g. "100s"). | Paul Sokolovsky | 2014-05-12 |
* | modstruct: Initial implementation of struct.pack(). | Paul Sokolovsky | 2014-04-19 |
* | modstruct: Basic implementation of native struct alignment and types. | Paul Sokolovsky | 2014-04-11 |
* | modstruct: Refactor to support both LE and BE packed structs. | Paul Sokolovsky | 2014-04-11 |
* | py: Start implementing "struct" module. | Paul Sokolovsky | 2014-04-10 |