| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28613: Fix get_event_loop() to return the current loop | Yury Selivanov | 2016-11-04 | 1 | -0/+3 |
* | Issue #28368: Refuse monitoring processes if the child watcher has no loop at... | Yury Selivanov | 2016-10-05 | 1 | -0/+7 |
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
* | Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. | Yury Selivanov | 2016-05-13 | 1 | -0/+19 |
* | asyncio: Add Transport.is_closing() | Yury Selivanov | 2015-11-16 | 1 | -1/+1 |
* | Issue #24763: Fix asyncio test on Windows (fix reverted change) | Yury Selivanov | 2015-08-09 | 1 | -1/+5 |
* | asyncio: Sync with upstream (compat module) | Yury Selivanov | 2015-08-04 | 1 | -5/+1 |
* | Issue #24763: Fix asyncio test on Windows | Victor Stinner | 2015-07-31 | 1 | -1/+5 |
* | Fix ResourceWarning in asyncio.BaseSubprocessTransport | Victor Stinner | 2015-07-31 | 1 | -0/+15 |
* | asyncio: sync with github asyncio | Victor Stinner | 2015-07-09 | 1 | -1/+1 |
* | asyncio: Fix warning in test_close_kill_running() | Victor Stinner | 2015-02-17 | 1 | -0/+1 |
* | Issue #23475, asyncio: Fix test_close_kill_running() | Victor Stinner | 2015-02-17 | 1 | -2/+10 |
* | asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it | Victor Stinner | 2015-02-10 | 1 | -0/+55 |
* | Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the | Victor Stinner | 2015-01-30 | 1 | -16/+0 |
* | asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit() | Victor Stinner | 2015-01-30 | 1 | -0/+2 |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-30 | 1 | -0/+65 |
* | Issue #22685: Fix test_pause_reading() of asyncio/test_subprocess | Victor Stinner | 2015-01-15 | 1 | -2/+12 |
* | asyncio: Close transports in tests | Victor Stinner | 2015-01-15 | 1 | -0/+1 |
* | Python issue #23173: sync with Tulip | Victor Stinner | 2015-01-14 | 1 | -0/+36 |
* | asyncio: Truncate to 80 columns | Victor Stinner | 2015-01-09 | 1 | -1/+3 |
* | Issue #23140, asyncio: Simplify the unit test | Victor Stinner | 2015-01-06 | 1 | -8/+6 |
* | Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of | Victor Stinner | 2015-01-06 | 1 | -0/+28 |
* | Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of | Victor Stinner | 2014-12-26 | 1 | -19/+3 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-26 | 1 | -3/+3 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-12-18 | 1 | -4/+8 |
* | asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3 | Victor Stinner | 2014-12-11 | 1 | -0/+21 |
* | Issue #22685: Fix test_pause_reading() of asyncio test_subprocess | Victor Stinner | 2014-12-04 | 1 | -0/+2 |
* | Issue #22685: Debug test_pause_reading() on FreeBSD | Victor Stinner | 2014-11-28 | 1 | -7/+10 |
* | Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader | Victor Stinner | 2014-11-25 | 1 | -0/+32 |
* | asyncio: sync with Tulip | Victor Stinner | 2014-08-25 | 1 | -3/+5 |
* | asyncio, test_subprocess: relax timings for slow builbots | Victor Stinner | 2014-07-25 | 1 | -2/+2 |
* | asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine | Victor Stinner | 2014-07-21 | 1 | -2/+7 |
* | Issue #21247: Fix a race condition in test_send_signal() of asyncio | Victor Stinner | 2014-07-17 | 1 | -4/+15 |
* | asyncio: Fix test_stdin_broken_pipe(), drain() can also raise | Victor Stinner | 2014-07-17 | 1 | -2/+2 |
* | asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError | Victor Stinner | 2014-07-17 | 1 | -7/+20 |
* | asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG | Victor Stinner | 2014-06-23 | 1 | -2/+2 |
* | asyncio: Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-18 | 1 | -4/+6 |
* | asyncio: pep8-ify the code. | Yury Selivanov | 2014-02-18 | 1 | -2/+10 |
* | asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent | Victor Stinner | 2014-02-09 | 1 | -20/+0 |
* | asyncio.subprocess: Replace Process.get_subprocess() method with a | Victor Stinner | 2014-02-03 | 1 | -9/+9 |
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 | 1 | -0/+196 |