summaryrefslogtreecommitdiff
path: root/examples/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Drop call() functionVictor Stinner2014-01-291-2/+3
* Remove Popen.close()Victor Stinner2014-01-291-1/+0
* Export PIPE, STDOUT and DEVNULL constants in asyncio.subprocessVictor Stinner2014-01-291-5/+4
* Rename subprocess_streams.py to subprocess.py to get asyncio.subprocess nameVictor Stinner2014-01-291-1/+1
* Create a Popen object without the protocol methodsVictor Stinner2014-01-291-0/+1
* Add call() functionVictor Stinner2014-01-291-6/+4
* Add a communicate() methodVictor Stinner2014-01-291-5/+2
* Update to my latested patch subprocess_streams-3.patchVictor Stinner2014-01-291-11/+11
* Add timeout parameter to SubprocessStreamProtocol.wait()Victor Stinner2014-01-281-7/+3
* Don't create pipes for stdin, stdout, stderr by defaultVictor Stinner2014-01-281-3/+6
* Add get_pid(), get_subprocess() and close() methods to SubprocessStreamProtocolVictor Stinner2014-01-281-6/+13
* Add another subprocess exampleVictor Stinner2014-01-281-0/+49