| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-15 | tests/basics: Skip tests of io module individually using SKIP. | Damien George | |
| Instead of using a feature check. This is more consistent with how other optional modules are skipped. Signed-off-by: Damien George <damien@micropython.org> | |||
| 2023-06-08 | tests: Replace umodule with module everywhere. | Jim Mussared | |
| This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | |||
| 2020-03-11 | py/objstringio: Expose tell() on StringIO and BytesIO objects. | Andrew Leech | |
| To match file objects. Fixes issue #5581. | |||
| 2018-06-27 | tests: Move non-filesystem io tests to basics dir with io_ prefix. | Damien George | |
