summaryrefslogtreecommitdiff
path: root/asyncio/base_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Remove STDIN, STDOUT and STDERR from base_subprocess and unix_eventsVictor Stinner2014-02-011-14/+9
* pass through pause/resume from subprocess pipe proto to subprocess proto.Guido van Rossum2014-01-281-2/+5
* Refactoring: get rid of _try_connected().Victor Stinner2014-01-281-18/+14
* Code cleanup: remove unused functionAndrew Svetlov2014-01-261-1/+0
* Add support for running subprocesses on Windows with the IOCP event loop.Richard Oudkerk2013-10-271-0/+166