Commit message (Expand) | Author | Age | |
---|---|---|---|
* | 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 |