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