summaryrefslogtreecommitdiff
path: root/shared-module/struct
AgeCommit message (Collapse)Author
2019-01-21struct.pack_into incorrect buffer size checkDan Halbert
2019-01-20Improve struct compatibility with CPythonDan Halbert
2018-08-07Support internationalisation.Scott Shawcroft
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
.. defaulting to off for circuitpython-supported boards, on for others. .. fixing up the tests that fail when it is turned off, so that they skip instead of failing
2017-10-18CircuitPython now has struct instead of ustruct (#302)Michael McWethy
Added struct module to shared-bindings and shared-module. removed ustruct