| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-15 | run code formatting script | microDev | |
| 2020-12-10 | Fix some spelling mistakes | Mike Causer | |
| 2020-08-07 | Modify some Python stubs | Taku Fukada | |
| 2020-07-27 | Fix several type hints | Taku Fukada | |
| 2020-07-24 | Add and correct some type hints | Taku Fukada | |
| 2020-07-22 | Add externs. GCC10 complains about duplicate defines | Scott Shawcroft | |
| 2020-07-17 | Merge branch 'main' into type_hints | dherrada | |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-07-03 | Added type hints to os | dherrada | |
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-08 | Did os, _pixelbuf, _pew | dherrada | |
| 2020-02-14 | avoid os.stat() int overflow on smallint-only builds | Dan Halbert | |
| 2020-01-08 | os: Don't require an on-stack buffer | Jeff Epler | |
| This allows urandom requests of even 100k bytes to succeed on a fresh VM session on a Metro M4 express. | |||
| 2018-08-16 | Compress all translated strings with Huffman coding. | Scott Shawcroft | |
| This saves code space in builds which use link-time optimization. The optimization drops the untranslated strings and replaces them with a compressed_string_t struct. It can then be decompressed to a c string. Builds without LTO work as well but include both untranslated strings and compressed strings. This work could be expanded to include QSTRs and loaded strings if a compress method is added to C. Its tracked in #531. | |||
| 2018-06-15 | fix os.listdir() when current dir is '/' | Dan Halbert | |
| 2017-08-27 | Modernize module and class static dicts; update freetouch | Dan Halbert | |
| 2017-08-25 | Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in ↵ | Dan Halbert | |
| development) master. cpx build compiles and loads and works in repl; test suite not run yet esp8266 not tested yet | |||
| 2017-06-27 | Introduce a random module that is a subset of CPython's random. It | Scott Shawcroft | |
| also initializes in the same way where it takes from a true random source when available through os.urandom(). After initializing, it produces deterministic results until the seed is set. This replaces urandom! Fixes #139. | |||
| 2017-06-27 | Split uos module into os and storage. | Scott Shawcroft | |
| os is a subset of CPython's os. storage contains additional file system mounting functionality based on UNIX's mount management. Fixes #140 | |||
