summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Miss Islington (bot)2024-03-252-0/+155
* [3.12] gh-116333: Relax error string text expectations in SSL-related tests (...Miss Islington (bot)2024-03-211-4/+8
* [3.12] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117078)jkriegshauser2024-03-201-5/+45
* [3.12] chore: fix typos (#116345) (#116370)Terry Jan Reedy2024-03-051-2/+2
* [3.12] gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_exe...Miss Islington (bot)2024-02-191-0/+16
* [3.12] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...Travis Howse2024-02-041-1/+1
* [3.12] gh-109862: Fix test_create_subprocess_with_pidfd when it was run separ...Miss Islington (bot)2024-01-151-2/+7
* [3.12] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...Alois Klink2024-01-141-0/+4
* [3.12] gh-113538: Don't error in stream reader protocol callback when task is...Miss Islington (bot)2024-01-041-7/+13
* [3.12] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...Miss Islington (bot)2023-12-241-0/+18
* [3.12] GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (...Miss Islington (bot)2023-12-211-1/+14
* [3.12] gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (...Miss Islington (bot)2023-11-191-6/+3
* [3.12] gh-109538: Catch closed loop runtime error and issue warning (GH-11198...DPR2023-11-161-0/+59
* [3.12] gh-111644: Fix asyncio test_unhandled_exceptions() (GH-111713) (#111718)Miss Islington (bot)2023-11-041-2/+3
* [3.12] GH-110894: Call loop exception handler for exceptions in client_connec...Kumar Aditya2023-11-021-0/+29
* [3.12] gh-111347: Remove wrong assertion in test_sendfile (GH-111377) (#111461)Miss Islington (bot)2023-10-291-2/+5
* [3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#...Miss Islington (bot)2023-10-281-4/+34
* [3.12] gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (GH-110884...Miss Islington (bot)2023-10-271-3/+8
* [3.12] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...Miss Islington (bot)2023-10-213-1/+107
* [3.12] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#...Miss Islington (bot)2023-10-171-2/+2
* [3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-109489) (...Miss Islington (bot)2023-10-101-8/+8
* [3.12] Add support.MS_WINDOWS constant (#110446) (#110452)Victor Stinner2023-10-061-3/+2
* [3.12] gh-110335: asyncio test_unix_events cleans multiprocessing (GH-110336)...Miss Islington (bot)2023-10-041-0/+8
* [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098)Victor Stinner2023-10-026-54/+15
* [3.12] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110158)Miss Islington (bot)2023-10-021-3/+0
* [3.12] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109837)Miss Islington (bot)2023-10-021-2/+3
* [3.12] gh-109709: Fix asyncio test_stdin_broken_pipe() (GH-109710) (#109731)Miss Islington (bot)2023-10-021-10/+42
* [3.12] gh-109582: test_fork_signal_handling should wait for event (GH-109605)...Miss Islington (bot)2023-10-021-2/+11
* [3.12] gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (GH-1094...Miss Islington (bot)2023-10-021-11/+43
* [3.12] gh-109295: Clean up multiprocessing in test_asyncio and test_compileal...Miss Islington (bot)2023-09-121-0/+3
* [3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) ...Miss Islington (bot)2023-09-083-0/+10
* [3.12] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "dev...Miss Islington (bot)2023-08-211-1/+4
* [3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#10...Kumar Aditya2023-06-261-1/+18
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-011-0/+344
* gh-103793: Defer formatting task name (#103767)Itamar Ostricher2023-04-291-0/+12
* gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)Marek Marczykowski-Górecki2023-04-281-0/+18
* gh-103607: Fix `pause_reading` to work when called from `connection_made` in ...Itayazolay2023-04-272-0/+29
* gh-103780: Use patch instead of mock in asyncio unix events test (#103782)Itamar Ostricher2023-04-241-5/+4
* gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when ...Ali-Akber Saifee2023-04-131-0/+42
* gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)Irit Katriel2023-04-062-2/+2
* gh-102780: Fix uncancel() call in asyncio timeouts (#102815)Kristján Valur Jónsson2023-03-221-0/+30
* gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)Irit Katriel2023-03-181-2/+2
* GH-78530: add support for generators in `asyncio.wait` (#102761)Kumar Aditya2023-03-171-0/+16
* GH-102748: remove legacy support for generator based coroutines from `asyncio...Kumar Aditya2023-03-161-0/+6
* GH-100112: avoid using iterable coroutines in asyncio internally (#100128)Kumar Aditya2023-03-161-0/+15
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-082-2/+0
* GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)Kumar Aditya2023-03-051-1/+1
* GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)Kumar Aditya2023-02-162-31/+103
* GH-84559: Deprecate fork being the multiprocessing default. (#100618)Gregory P. Smith2023-02-021-1/+8
* gh-101326: Fix regression when passing None to FutureIter.throw (#101327)Shantanu2023-01-251-0/+2