Commit message (Expand) | Author | Age | |
---|---|---|---|
* | tests: Use vfs module instead of os. | Damien George | 2024-02-07 |
* | extmod/vfs_reader: Add file ioctl to set read buffer size. | Andrew Leech | 2023-11-09 |
* | py/persistentcode: Always close reader even if an exception is raised. | Damien George | 2023-09-14 |
* | py/parse: Always free lexer even if an exception is raised. | Damien George | 2023-09-14 |
* | tests: Replace umodule with module everywhere. | Jim Mussared | 2023-06-08 |
* | all: Rename "sys" module to "usys". | stijn | 2020-09-04 |
* | extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode. | Damien George | 2020-08-12 |
* | tests: Format all Python code with black, except tests in basics subdir. | David Lechner | 2020-03-30 |
* | tests: Improve feature detection for VFS. | Ayke van Laethem | 2018-07-20 |
* | tests/extmod: Add test for VFS and user-defined filesystem and files. | Damien George | 2018-06-12 |