micropython/tests/io
Paul Sokolovsky fbdf2f1d63 py: Rename builtin "io" to "_io".
Functionality we provide in builtin io module is fairly minimal. Some
code, including CPython stdlib, depends on more functionality. So, there's
a choice to either implement it in C, or move it _io, and let implement other
functionality in Python. 2nd choice is pursued. This setup matches CPython
too (_io is builtin, io is Python-level).
2014-06-12 01:22:25 +03:00
..
data Add directory for I/O tests with basic test for file methods. 2014-01-19 18:46:21 +02:00
argv.py unix: Implement sys.argv. 2014-01-20 01:00:28 +02:00
file1.py py, stream: Implement readlines for a stream. 2014-05-03 22:01:32 +01:00
file-iter.py unix io.FileIO: Add iteration support. 2014-01-20 18:42:08 +02:00
file-stdio.py io.File, socket types: Add fileno() method. 2014-02-08 21:20:32 +02:00
file-with.py tests/file-with: Add testcase which failed for @dpgeorge. 2014-04-04 12:15:39 +03:00
stringio1.py py: Rename builtin "io" to "_io". 2014-06-12 01:22:25 +03:00