Paul Sokolovsky
|
323c09e881
|
Do not assume that vstr buf is the same after it was extended.
|
2014-01-16 12:58:18 +02:00 |
Paul Sokolovsky
|
9953ca432b
|
Add unbuffered readline() implementation for Raw I/O files.
|
2014-01-15 23:43:25 +02:00 |
Paul Sokolovsky
|
5225450b9f
|
Add generic impl of stream .readall() method. Use one for unix io.FileIO.
|
2014-01-13 23:31:06 +02:00 |
Damien George
|
6c73ca1e75
|
py: add variable argument exception constructor function.
Addresses issue #104.
|
2014-01-08 18:11:23 +00:00 |
Paul Sokolovsky
|
e98cf40c34
|
Add generic implementations of Python read()/write methods for streams.
These can be used for any object which implements stream protocol
(mp_stream_p_t).
|
2014-01-08 17:38:38 +02:00 |