aboutsummaryrefslogtreecommitdiff
path: root/py/stream.c
AgeCommit message (Expand)Author
2014-01-20stream_read(): Shrink memory block to actual read size.Paul Sokolovsky
2014-01-20stream: Add generic unbuffered iternext method.Paul Sokolovsky
2014-01-19Change int to uint for n_args in function with variable arguments.Damien George
2014-01-16Make file.read() and file.read(-1) call out to file.readall().Paul Sokolovsky
2014-01-16Do not assume that vstr buf is the same after it was extended.Paul Sokolovsky
2014-01-15Add unbuffered readline() implementation for Raw I/O files.Paul Sokolovsky
2014-01-13Add generic impl of stream .readall() method. Use one for unix io.FileIO.Paul Sokolovsky
2014-01-08py: add variable argument exception constructor function.Damien George
2014-01-08Add generic implementations of Python read()/write methods for streams.Paul Sokolovsky