aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_events.py
Commit message (Expand)AuthorAge
* gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)Kumar Aditya2025-04-12
* Use `assert*` comparison methods in `test_timer_comparison` (#129513)alexey semenyuk2025-03-28
* gh-131645: fix ResourceWarnings in `test_asyncio.test_events` (#131646)Thomas Grainger2025-03-24
* gh-131152: Remove unused imports from tests (#131153)Victor Stinner2025-03-13
* gh-130145: fix `loop.run_forever` when loop is already running (#130146)Kumar Aditya2025-02-15
* gh-129874: improve test_events to use correct task implementation (#129891)Kumar Aditya2025-02-09
* gh-71339: Use new assertion methods in `test_asyncio` (#129051)Serhiy Storchaka2025-01-20
* gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)Kumar Aditya2025-01-06
* gh-127949: deprecate `asyncio.set_event_loop` (#128218)Kumar Aditya2024-12-24
* gh-127949: deprecate asyncio policy classes (#128216)Kumar Aditya2024-12-24
* gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)Kumar Aditya2024-12-18
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-18
* gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...Kumar Aditya2024-11-04
* gh-121025: Improve partialmethod.__repr__ (GH-121033)Bénédikt Tran2024-06-26
* GH-120804: Remove `PidfdChildWatcher`, `ThreadedChildWatcher` and `AbstractCh...Kumar Aditya2024-06-23
* GH-120804: Remove `get_child_watcher` and `set_child_watcher` from asyncio (#...Kumar Aditya2024-06-23
* GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatche...Kumar Aditya2024-06-21
* gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)Erik Soma2024-03-23
* gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)Will Childs-Klein2024-03-21
* gh-112997: Don't log arguments in asyncio unless debugging (#115667)Pierre Ossman (ThinLinc team)2024-02-27
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-05
* gh-110088: Fix asyncio test_prompt_cancellation() (#110157)Victor Stinner2023-09-30
* gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)Victor Stinner2023-09-29
* gh-109505: Remove unnecessary `hasattr` checks from `test_asyncio` (#109506)Nikita Sobolev2023-09-22
* gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109...Victor Stinner2023-09-12
* gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)Victor Stinner2023-09-07
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-02
* gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)Serhiy Storchaka2023-01-13
* GH-86508: skip binding to local addresses of different family in `asyncio.ope...Kumar Aditya2023-01-04
* add tests for `asyncio` transport sockets (#100263)Kumar Aditya2022-12-28
* gh-93453: No longer create an event loop in get_event_loop() (#98440)Serhiy Storchaka2022-12-06
* GH-94597: Deprecate child watcher getters and setters (#98215)Kumar Aditya2022-10-15
* GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...Kumar Aditya2022-10-08
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-13
* Simplify testing the warning filename (GH-91868)Serhiy Storchaka2022-04-24
* bpo-46358: modernize `test_asyncio` (GH-30562)Nikita Sobolev2022-01-13
* bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)Serhiy Storchaka2021-12-20
* bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sens...Kumar Aditya2021-12-07
* bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)Serhiy Storchaka2021-08-21
* bpo-43216: Remove @asyncio.coroutine (GH-26369)Illia Volochii2021-07-01
* bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...Serhiy Storchaka2021-04-25
* bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)Inada Naoki2021-04-04
* bpo-31904: Skip some asyncio tests on VxWorks (#23815)pxinwr2020-12-17
* bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)Victor Stinner2020-12-03
* bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)Yurii Karabas2020-11-24
* bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...Justin Turner Arthur2020-10-19
* bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)Victor Stinner2020-06-18
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-28
* bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170)Nathaniel J. Smith2020-05-18
* bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)Kjell Braden2020-05-17