| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop call() function | Victor Stinner | 2014-01-29 | 1 | -2/+3 |
| * | Remove Popen.close() | Victor Stinner | 2014-01-29 | 1 | -1/+0 |
| * | Export PIPE, STDOUT and DEVNULL constants in asyncio.subprocess | Victor Stinner | 2014-01-29 | 1 | -5/+4 |
| * | Rename subprocess_streams.py to subprocess.py to get asyncio.subprocess name | Victor Stinner | 2014-01-29 | 1 | -1/+1 |
| * | Create a Popen object without the protocol methods | Victor Stinner | 2014-01-29 | 1 | -0/+1 |
| * | Add call() function | Victor Stinner | 2014-01-29 | 1 | -6/+4 |
| * | Add a communicate() method | Victor Stinner | 2014-01-29 | 1 | -5/+2 |
| * | Update to my latested patch subprocess_streams-3.patch | Victor Stinner | 2014-01-29 | 1 | -11/+11 |
| * | Add timeout parameter to SubprocessStreamProtocol.wait() | Victor Stinner | 2014-01-28 | 1 | -7/+3 |
| * | Don't create pipes for stdin, stdout, stderr by default | Victor Stinner | 2014-01-28 | 1 | -3/+6 |
| * | Add get_pid(), get_subprocess() and close() methods to SubprocessStreamProtocol | Victor Stinner | 2014-01-28 | 1 | -6/+13 |
| * | Add another subprocess example | Victor Stinner | 2014-01-28 | 1 | -0/+49 |
