| Commit message (Expand) | Author | Age |
* | Suppress the hang (#18457) | Andrew Svetlov | 2020-02-27 |
* | closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) | Benjamin Peterson | 2019-11-13 |
* | bpo-38614: Increase asyncio test_communicate() timeout (GH-16995) | Victor Stinner | 2019-10-30 |
* | bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) | Yury Selivanov | 2019-09-29 |
* | bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033) | Andrew Svetlov | 2019-09-12 |
* | bpo-38107: Replace direct future and task contructor calls with factories in ... | Andrew Svetlov | 2019-09-11 |
* | bpo-35621: Support running subprocesses in asyncio when loop is executed in n... | Andrew Svetlov | 2019-06-30 |
* | Get rid of exception traceback printing in asyncio tests (GH-14343) | Andrew Svetlov | 2019-06-24 |
* | Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu... | Andrew Svetlov | 2019-06-03 |
* | bpo-35621: Support running subprocesses in asyncio when loop is executed in n... | Andrew Svetlov | 2019-06-02 |
* | bpo-35246: fix support for path-like args in asyncio subprocess (GH-13628) | 依云 | 2019-05-28 |
* | bpo-36686: Improve the documentation of the std* params in loop.subprocess_ex... | sbstp | 2019-05-27 |
* | bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1... | Niklas Fiekas | 2019-05-20 |
* | Forbid creating of stream objects outside of asyncio (#13101) | Andrew Svetlov | 2019-05-06 |
* | bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661) | Yury Selivanov | 2018-10-02 |
* | bpo-33562: Check the global asyncio event loop policy isn't set after any tes... | Brett Cannon | 2018-06-01 |
* | Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235) | Yury Selivanov | 2018-05-29 |
* | A better fix for asyncio test_stdin_broken_pipe (#7221) | Yury Selivanov | 2018-05-29 |
* | Attempt to fix test_stdin_broken_pipe on Travis (#7210) | Yury Selivanov | 2018-05-29 |
* | bpo-32262: Fix typo in f-string (GH-7016) | Christian Heimes | 2018-05-20 |
* | bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) | Yury Selivanov | 2017-12-11 |
* | bpo-32193: Convert asyncio to async/await usage (#4753) | Andrew Svetlov | 2017-12-09 |
* | bpo-31034: Reliable signal handler for test_asyncio (#2867) | Victor Stinner | 2017-07-25 |
* | asyncio: Fix trailing whitespace/code style | Yury Selivanov | 2017-03-02 |
* | bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) | Seth M. Larson | 2017-03-02 |
* | Issue #28613: Fix get_event_loop() to return the current loop | Yury Selivanov | 2016-11-04 |
* | Issue #28368: Refuse monitoring processes if the child watcher has no loop at... | Yury Selivanov | 2016-10-05 |
* | Issue #27076: Doc, comment and tests spelling fixes | Martin Panter | 2016-05-26 |
* | Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. | Yury Selivanov | 2016-05-13 |
* | asyncio, selectors: Update to the upstream version | Yury Selivanov | 2016-03-02 |
* | Issue #26325: Added test.support.check_no_resource_warning() to check that | Serhiy Storchaka | 2016-02-11 |
* | asyncio: Add Transport.is_closing() | Yury Selivanov | 2015-11-16 |
* | Issue #24763: Fix asyncio test on Windows (fix reverted change) | Yury Selivanov | 2015-08-09 |
* | asyncio: Sync with upstream (compat module) | Yury Selivanov | 2015-08-04 |
* | Issue #24763: Fix asyncio test on Windows | Victor Stinner | 2015-07-31 |
* | Fix ResourceWarning in asyncio.BaseSubprocessTransport | Victor Stinner | 2015-07-31 |
* | asyncio: sync with github asyncio | Victor Stinner | 2015-07-09 |
* | asyncio: Fix warning in test_close_kill_running() | Victor Stinner | 2015-02-17 |
* | Issue #23475, asyncio: Fix test_close_kill_running() | Victor Stinner | 2015-02-17 |
* | asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it | Victor Stinner | 2015-02-10 |
* | Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the | Victor Stinner | 2015-01-30 |
* | asyncio: Fix ResourceWarning in test_subprocess.test_proc_exit() | Victor Stinner | 2015-01-30 |
* | asyncio: sync with Tulip | Victor Stinner | 2015-01-30 |
* | Issue #22685: Fix test_pause_reading() of asyncio/test_subprocess | Victor Stinner | 2015-01-15 |
* | asyncio: Close transports in tests | Victor Stinner | 2015-01-15 |
* | 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 |