Age | Commit message (Expand) | Author |
---|---|---|
2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
2016-05-02 | tests: Make "io" modules fixes for CPython compatibility. | Paul Sokolovsky |
2016-05-02 | tests: Update for _io/_collections module having been renamed. | Paul Sokolovsky |
2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George |
2015-01-20 | py: Prevent segfault for operations on closed StringIO. | stijn |
2014-06-12 | py: Rename builtin "io" to "_io". | Paul Sokolovsky |
2014-04-26 | modio: Implement io.StringIO class. | Paul Sokolovsky |