Age | Commit message (Expand) | Author |
---|---|---|
2025-04-24 | tests/extmod/vfs_posix.py: Fix test on Android. | Alessandro Gatti |
2024-02-07 | tests: Use vfs module instead of os. | Damien George |
2023-10-19 | extmod/vfs_posix: Fix accidentally passing tests. | Christian Walther |
2023-10-19 | extmod/vfs_posix: Fix relative root path. | Christian Walther |
2023-06-08 | tests: Replace umodule with module everywhere. | Jim Mussared |
2022-09-19 | extmod/vfs_posix_file: Implement finaliser for files. | stijn |
2022-07-26 | py/modio: Remove FileIO and TextIOWrapper from io module. | Jim Mussared |
2022-03-10 | tests/extmod/vfs_posix.py: Only test statvfs if it exists. | Damien George |
2021-02-11 | tests/extmod/vfs_posix.py: Add more tests for VfsPosix class. | Damien George |
2021-02-11 | extmod/vfs_posix_file: Allow closing an already closed file. | Damien George |
2020-11-29 | tests/extmod: Add vfs_posix.py test for uos.VfsPosix class. | Damien George |