summaryrefslogtreecommitdiff
path: root/host/proto/popen_io.py
AgeCommit message (Collapse)Author
2009-02-09 * all python:Nicolas Schodet
- changed tabs to spaces.
2008-06-09 * host/proto:Nicolas Schodet
- fixed popen_io buffering. If there is buffering, data is read and placed in the file buffer, but the select call does not see it.
2008-04-10 * host/proto:Nicolas Schodet
- added program io utility. - added Proto.wait.