summaryrefslogtreecommitdiff
path: root/shared-bindings/os
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-12-10Fix some spelling mistakesMike Causer
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
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 osdherrada
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-08Did os, _pixelbuf, _pewdherrada
2020-02-14avoid os.stat() int overflow on smallint-only buildsDan Halbert
2020-01-08os: Don't require an on-stack bufferJeff Epler
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-06-15fix os.listdir() when current dir is '/'Dan Halbert
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-06-27Introduce a random module that is a subset of CPython's random. ItScott Shawcroft
2017-06-27Split uos module into os and storage.Scott Shawcroft