summaryrefslogtreecommitdiffstatshomepage
path: root/py/stream.h
Commit message (Expand)AuthorAge
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* stream: Implement seek operation support via ioctl, wrapped in generic method.Paul Sokolovsky2014-11-17
* unix, stmhal: Implement file.readinto() method.Paul Sokolovsky2014-10-18
* stream: Factor out mp_stream_write() method to write a memstring to stream.Paul Sokolovsky2014-07-13
* Add license header to (almost) all files.Damien George2014-05-03
* py, stream: Implement readlines for a stream.Damien George2014-05-03
* stream: Add generic unbuffered iternext method.Paul Sokolovsky2014-01-20
* Add unbuffered readline() implementation for Raw I/O files.Paul Sokolovsky2014-01-15
* Add generic impl of stream .readall() method. Use one for unix io.FileIO.Paul Sokolovsky2014-01-13
* Add generic implementations of Python read()/write methods for streams.Paul Sokolovsky2014-01-08