summaryrefslogtreecommitdiff
path: root/examples/subprocess_attach_read_pipe.py
Commit message (Expand)AuthorAgeFilesLines
* Examples: close the event loop at exitVictor Stinner2014-07-021-0/+1
* Fix issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffe...Guido van Rossum2014-05-121-1/+1
* Fix pyflakes warnings: remove unused variables and importsVictor Stinner2014-02-261-1/+0
* Merge (manually) the subprocess_stream into defaultVictor Stinner2014-02-011-0/+33