| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Export PIPE, STDOUT and DEVNULL constants in asyncio.subprocess | Victor Stinner | 2014-01-29 | 1 | -4/+4 |
| * | Update to my latested patch subprocess_streams-3.patch | Victor Stinner | 2014-01-29 | 1 | -19/+8 |
| * | Don't create pipes for stdin, stdout, stderr by default | Victor Stinner | 2014-01-28 | 1 | -0/+4 |
| * | Add get_pid(), get_subprocess() and close() methods to SubprocessStreamProtocol | Victor Stinner | 2014-01-28 | 1 | -1/+1 |
| * | add missing import | Victor Stinner | 2014-01-28 | 1 | -0/+1 |
| * | subprocess_shell example: use proactor event loop on Windows | Victor Stinner | 2014-01-28 | 1 | -1/+5 |
| * | subprocess_shell example: catch BrokenPipeError and ConnectionResetError | Victor Stinner | 2014-01-28 | 1 | -9/+14 |
| * | Rewrite subprocess_shell example to use the subprocess_stream module | Victor Stinner | 2014-01-28 | 1 | -72/+20 |
| * | Apply Guido's my_subprocess_3.patch | Victor Stinner | 2014-01-28 | 1 | -0/+134 |
