| Commit message (Expand) | Author | Age |
* | Python issue #23173: sync with Tulip | Victor Stinner | 2015-01-14 |
* | asyncio: Truncate to 80 columns | Victor Stinner | 2015-01-09 |
* | Issue #23140, asyncio: Simplify the unit test | Victor Stinner | 2015-01-06 |
* | Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of | Victor Stinner | 2015-01-06 |
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-26 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 |
* | asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3 | Victor Stinner | 2014-12-11 |
* | Issue #22685: Fix test_pause_reading() of asyncio test_subprocess | Victor Stinner | 2014-12-04 |
* | Issue #22685: Debug test_pause_reading() on FreeBSD | Victor Stinner | 2014-11-28 |
* | Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader | Victor Stinner | 2014-11-25 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 |
* | asyncio, test_subprocess: relax timings for slow builbots | Victor Stinner | 2014-07-25 |
* | asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine | Victor Stinner | 2014-07-21 |
* | Issue #21247: Fix a race condition in test_send_signal() of asyncio | Victor Stinner | 2014-07-17 |
* | asyncio: Fix test_stdin_broken_pipe(), drain() can also raise | Victor Stinner | 2014-07-17 |
* | asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError | Victor Stinner | 2014-07-17 |
* | asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG | Victor Stinner | 2014-06-23 |
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-18 |
* | asyncio: pep8-ify the code. | Yury Selivanov | 2014-02-18 |
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent | Victor Stinner | 2014-02-09 |
* | asyncio.subprocess: Replace Process.get_subprocess() method with a | Victor Stinner | 2014-02-03 |
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 |