summaryrefslogtreecommitdiff
path: root/asyncio/subprocess_stream.py
Commit message (Expand)AuthorAgeFilesLines
* Fix SubprocessStreamProtocol.wait() if transport is not set yetVictor Stinner2014-01-271-3/+4
* Pipe protocols now notify the subprocess protocol using futures instead ofVictor Stinner2014-01-271-18/+24
* cleanup codeVictor Stinner2014-01-271-20/+15
* Remove useless eof_received() method and useless WritePipeStream classVictor Stinner2014-01-271-63/+1
* Oops, create_read_pipe_protocol/create_write_pipe_protocol should be defined onVictor Stinner2014-01-271-2/+1
* Remove the artificial _pipe_connection_made() methodVictor Stinner2014-01-271-13/+10
* replace read/write_pipe_protocol attributes with classic methodsVictor Stinner2014-01-261-3/+4
* Add ReadSubprocessPipeStreamProto classVictor Stinner2014-01-261-24/+37
* Replace keywords with attributesVictor Stinner2014-01-261-19/+3
* No need to pass returncode to SubprocessProtocol.process_exited(), it can beVictor Stinner2014-01-261-8/+8
* Move new classes to subprocess_stream.pyVictor Stinner2014-01-261-0/+193