summaryrefslogtreecommitdiff
path: root/tests/io
AgeCommit message (Expand)Author
2014-11-16py: Make stream seek correctly check for ioctl fn; add seek for textio.Damien George
2014-11-17tests: Add test for file.seek().Paul Sokolovsky
2014-10-23stream: Add optional 2nd "length" arg to .readinto() - extension to CPython.Paul Sokolovsky
2014-10-21Use mode/encoding kwargs in io and unicode testsstijn
2014-10-18unix, stmhal: Implement file.readinto() method.Paul Sokolovsky
2014-07-22tests: Add testcase for read by length past EOF.Paul Sokolovsky
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
2014-06-12py: Rename builtin "io" to "_io".Paul Sokolovsky
2014-05-03py, stream: Implement readlines for a stream.Damien George
2014-04-26modio: Implement io.StringIO class.Paul Sokolovsky
2014-04-04tests/file-with: Add testcase which failed for @dpgeorge.Paul Sokolovsky
2014-04-03unix file: Implement context manager protocol (for "with" statement).Paul Sokolovsky
2014-02-08io.File, socket types: Add fileno() method.Paul Sokolovsky
2014-01-20unix io.FileIO: Add iteration support.Paul Sokolovsky
2014-01-20unix: Implement sys.argv.Paul Sokolovsky
2014-01-19Add directory for I/O tests with basic test for file methods.Paul Sokolovsky