Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asyncio, tulip issue 190: Process.communicate() now ignores | Victor Stinner | 2014-07-17 | 1 | -5/+7 |
* | asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError | Victor Stinner | 2014-07-17 | 1 | -1/+5 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-07-14 | 1 | -0/+26 |
* | asyncio: sync with Tulip, add a new asyncio.coroutines module | Victor Stinner | 2014-06-28 | 1 | -7/+8 |
* | asyncio.subprocess: Fix a race condition in communicate() | Victor Stinner | 2014-02-20 | 1 | -2/+1 |
* | asyncio: pep8-ify the code. | Yury Selivanov | 2014-02-19 | 1 | -2/+3 |
* | asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell | Victor Stinner | 2014-02-11 | 1 | -2/+3 |
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent | Victor Stinner | 2014-02-09 | 1 | -4/+0 |
* | asyncio.subprocess: Replace Process.get_subprocess() method with a | Victor Stinner | 2014-02-03 | 1 | -1/+2 |
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 | 1 | -0/+197 |