Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Use read() instead of readall(). | Paul Sokolovsky | 2016-11-14 |
| | |||
* | tests: Add tests for stream IO errors. | Damien George | 2015-12-23 |
| | |||
* | Use mode/encoding kwargs in io and unicode tests | stijn | 2014-10-21 |
| | | | | | | mode argument is used to assert it works encoding argument is used to make sure CPython uses the correct encoding as it does not automatically use utf-8 | ||
* | py, stream: Implement readlines for a stream. | Damien George | 2014-05-03 |
| | |||
* | Add directory for I/O tests with basic test for file methods. | Paul Sokolovsky | 2014-01-19 |