aboutsummaryrefslogtreecommitdiff
path: root/py/stream.c
AgeCommit message (Expand)Author
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