circuitpython/tests/io
Paul Sokolovsky 1a55b6a787 unix, stmhal: Implement file.readinto() method.
Also, usocket.readinto(). Known issue is that .readinto() should be available
only for binary files, but micropython uses single method table for both
binary and text files.
2014-10-18 22:44:07 +03:00
..
data unix, stmhal: Implement file.readinto() method. 2014-10-18 22:44:07 +03: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 tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
file_long_read.py tests: Add testcase for read by length past EOF. 2014-07-22 00:11:37 +03:00
file_readinto.py unix, stmhal: Implement file.readinto() method. 2014-10-18 22:44:07 +03:00
file_stdio.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
file_with.py tests: Rename test scripts, changing - to _ for consistency. 2014-07-05 06:14:29 +01:00
stringio1.py py: Rename builtin "io" to "_io". 2014-06-12 01:22:25 +03:00