summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
...
* gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)Serhiy Storchaka2023-01-132-6/+37
* GH-86508: skip binding to local addresses of different family in `asyncio.ope...Kumar Aditya2023-01-041-0/+41
* GH-100192: fix `asyncio` subprocess tests to pass env vars to subprocess (#10...Kumar Aditya2022-12-281-2/+4
* add tests for `asyncio` transport sockets (#100263)Kumar Aditya2022-12-281-0/+23
* GH-100192: add more `asyncio` subprocess tests (#100194)Kumar Aditya2022-12-281-0/+82
* GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio...Kumar Aditya2022-12-241-18/+99
* gh-100344: Add C implementation for `asyncio.current_task` (#100345)Itamar Ostricher2022-12-221-7/+14
* GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100...Kumar Aditya2022-12-211-0/+17
* gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...DarioDaF2022-12-101-1/+4
* Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)Fantix King2022-12-101-1/+1
* GH-100113: remove remaining `yield from` usage from `asyncio` tests (#100114)Kumar Aditya2022-12-091-2/+2
* Fix `test_run_until_complete_baseexception` test to check for `KeyboardInterr...Fantix King2022-12-081-8/+3
* gh-93453: No longer create an event loop in get_event_loop() (#98440)Serhiy Storchaka2022-12-066-130/+62
* gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)Serhiy Storchaka2022-12-041-1/+1
* GH-66285: remove redundant `time.sleep` from `test_fork_signal_handling` (GH-...Kumar Aditya2022-12-031-1/+0
* GH-66285: fix forking in asyncio (#99769)Kumar Aditya2022-11-271-0/+98
* GH-66285: Revert "fix forking in asyncio" (#99756)Kumar Aditya2022-11-241-99/+0
* GH-66285: skip asyncio fork tests for platforms without md5 hash (#99745)Kumar Aditya2022-11-241-0/+4
* GH-79033: Fix asyncio.Server.wait_closed() (#98582)Guido van Rossum2022-11-242-1/+28
* GH-66285: fix forking in `asyncio` (#99539)Kumar Aditya2022-11-241-0/+95
* GH-98219: reduce sleep time in `asyncio` subprocess test (#99464)Kumar Aditya2022-11-141-1/+1
* GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)Kumar Aditya2022-11-141-0/+10
* gh-99357: Close the event loop when it is no longer used in test_uncancel_str...Xiao Chen2022-11-121-21/+24
* GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...Kumar Aditya2022-11-121-1/+8
* gh-98793: Fix typecheck in `overlapped.c` (#98835)Charlie Zhao2022-10-301-0/+11
* GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...Kumar Aditya2022-10-291-0/+4
* gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...Kumar Aditya2022-10-271-0/+21
* GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)Kumar Aditya2022-10-241-1/+6
* GH-98407: fix `test_kill_issue43884` to not leak child processes (#98491)Kumar Aditya2022-10-241-1/+4
* gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...fancidev2022-10-171-2/+12
* GH-98327: Reduce scope of catch_warnings() in _make_subprocess_transport (#98...Kumar Aditya2022-10-171-9/+5
* GH-94597: Deprecate child watcher getters and setters (#98215)Kumar Aditya2022-10-155-28/+52
* bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)Christoph Hamsen2022-10-131-0/+20
* GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...Kumar Aditya2022-10-084-38/+47
* GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...Kumar Aditya2022-10-081-1/+13
* GH-94182: Run the PidfdChildWatcher on the running loop (#94184)Thomas Grainger2022-10-081-10/+44
* GH-88968: Reject socket that is already used as a transport (#98010)Guido van Rossum2022-10-071-0/+4
* gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams...Oleg Iarygin2022-10-071-129/+197
* GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)Guido van Rossum2022-10-072-57/+9
* gh-88050: Fix asyncio subprocess to kill process cleanly when process is bloc...Kumar Aditya2022-10-051-0/+25
* gh-93357: Port test cases to IsolatedAsyncioTestCase, part 2 (#97896)Oleg Iarygin2022-10-051-29/+15
* GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...Guido van Rossum2022-10-052-0/+52
* gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase ...Oleg Iarygin2022-10-041-173/+119
* gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...Ɓukasz Langa2022-10-011-4/+124
* GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)Guido van Rossum2022-09-301-0/+15
* gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...Ofey Chan2022-09-301-4/+9
* gh-97545: Make Semaphore run faster. (#97549)Cyker Way2022-09-261-2/+1
* gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)Cyker Way2022-09-221-0/+100
* Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (...Guido van Rossum2022-09-172-36/+3
* gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)Michel Hidalgo2022-09-172-3/+36