summaryrefslogtreecommitdiff
path: root/shared-bindings/struct
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2020-08-07Modify some Python stubsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-17Merge branch 'main' into type_hintsdherrada
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-03Added type hints to structdherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Did struct, supervisor, terminaliodherrada
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-01-20Improve struct compatibility with CPythonDan Halbert
2018-08-07Support internationalisation.Scott Shawcroft
2017-10-30atmel-samd: Add empty line for RST docsScott Shawcroft
Right now calcsize is being grouped with the doc above: https://circuitpython.readthedocs.io/en/latest/shared-bindings/struct/__init__.html
2017-10-27calcsize90 should be documented nowmrmcwethy
2017-10-18CircuitPython now has struct instead of ustruct (#302)Michael McWethy
Added struct module to shared-bindings and shared-module. removed ustruct