| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-16 | Make file.read() and file.read(-1) call out to file.readall(). | Paul Sokolovsky | |
| Per Python3 io module semantics. | |||
| 2014-01-16 | Do not assume that vstr buf is the same after it was extended. | Paul Sokolovsky | |
| 2014-01-15 | Add unbuffered readline() implementation for Raw I/O files. | Paul Sokolovsky | |
| 2014-01-13 | Add generic impl of stream .readall() method. Use one for unix io.FileIO. | Paul Sokolovsky | |
| 2014-01-08 | py: add variable argument exception constructor function. | Damien George | |
| Addresses issue #104. | |||
| 2014-01-08 | Add generic implementations of Python read()/write methods for streams. | Paul Sokolovsky | |
| These can be used for any object which implements stream protocol (mp_stream_p_t). | |||
