index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-112186: Improve test case `test_loop_is_closed_resource_warnings` (#112187)
DPR
2023-11-19
1
-6/+3
*
gh-109538: Avoid RuntimeError when StreamWriter is deleted with closed loop (...
DPR
2023-11-15
1
-2/+39
*
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team)
2023-11-08
1
-0/+76
*
gh-111644: Fix asyncio test_unhandled_exceptions() (#111713)
Victor Stinner
2023-11-04
1
-2/+3
*
GH-110894: Call loop exception handler for exceptions in client_connected_cb ...
Kumar Aditya
2023-11-02
1
-0/+28
*
gh-111347: Remove wrong assertion in test_sendfile (#111377)
zcxsythenew
2023-10-29
1
-2/+5
*
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
1
-4/+34
*
gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884)
Guido van Rossum
2023-10-27
1
-3/+8
*
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
Serhiy Storchaka
2023-10-21
3
-1/+107
*
gh-110695: test_asyncio uses 50 ms for clock resolution (#110952)
Victor Stinner
2023-10-17
1
-2/+2
*
gh-110771: Decompose run_forever() into parts (#110773)
Russell Keith-Magee
2023-10-13
1
-0/+37
*
gh-94597: Add asyncio.EventLoop (#110723)
Thomas Grainger
2023-10-12
1
-0/+11
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
1
-3/+2
*
gh-110335: asyncio test_unix_events cleans multiprocessing (#110336)
Victor Stinner
2023-10-04
1
-0/+8
*
gh-110088: Fix asyncio test_prompt_cancellation() (#110157)
Victor Stinner
2023-09-30
1
-3/+0
*
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner
2023-09-29
6
-54/+15
*
gh-109833: Fix asyncio test_wait_for() (#109834)
Victor Stinner
2023-09-25
1
-2/+3
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
1
-1/+0
*
gh-109505: Remove unnecessary `hasattr` checks from `test_asyncio` (#109506)
Nikita Sobolev
2023-09-23
2
-7/+3
*
gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710)
Victor Stinner
2023-09-22
1
-10/+42
*
gh-109582: test_fork_signal_handling should wait for event (#109605)
Davide Rizzo
2023-09-21
1
-2/+11
*
gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431)
Victor Stinner
2023-09-20
1
-11/+43
*
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev
2023-09-16
1
-8/+8
*
gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109...
Victor Stinner
2023-09-12
1
-0/+3
*
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner
2023-09-06
3
-0/+10
*
gh-107895: Fix test_asyncio.test_runners when run it in CPython's "developmen...
Joon Hwan 김준환
2023-08-21
1
-1/+4
*
GH-106684: raise `ResourceWarning` when `asyncio.StreamWriter` is not closed ...
Kumar Aditya
2023-08-05
1
-0/+23
*
gh-106527: asyncio: optimize to add/remove readers and writers (#106528)
J. Nick Koston
2023-07-22
1
-18/+18
*
gh-105987: Fix reference counting issue in `_asyncio._swap_current_task` (#10...
chgnrdv
2023-06-24
1
-0/+19
*
GH-105684: Require `asyncio.Task` implementations to support `set_name` metho...
Kumar Aditya
2023-06-13
1
-0/+2
*
gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)
Jay
2023-06-12
1
-0/+15
*
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner
2023-06-06
1
-6/+0
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
1
-0/+344
*
gh-103793: Defer formatting task name (#103767)
Itamar Ostricher
2023-04-29
1
-0/+12
*
gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)
Marek Marczykowski-Górecki
2023-04-28
1
-0/+18
*
gh-103607: Fix `pause_reading` to work when called from `connection_made` in ...
Itayazolay
2023-04-27
2
-0/+29
*
gh-103780: Use patch instead of mock in asyncio unix events test (#103782)
Itamar Ostricher
2023-04-24
1
-5/+4
*
gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when ...
Ali-Akber Saifee
2023-04-13
1
-0/+42
*
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel
2023-04-06
2
-2/+2
*
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
Kristján Valur Jónsson
2023-03-22
1
-0/+30
*
gh-102799: remove unnecessary calls to sys.exc_info() in tests (#102800)
Irit Katriel
2023-03-18
1
-2/+2
*
GH-78530: add support for generators in `asyncio.wait` (#102761)
Kumar Aditya
2023-03-17
1
-0/+16
*
GH-102748: remove legacy support for generator based coroutines from `asyncio...
Kumar Aditya
2023-03-16
1
-0/+6
*
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
Kumar Aditya
2023-03-16
1
-0/+15
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
2
-2/+0
*
GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)
Kumar Aditya
2023-03-05
1
-1/+1
*
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
Kumar Aditya
2023-02-16
2
-31/+103
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
1
-1/+8
*
gh-101326: Fix regression when passing None to FutureIter.throw (#101327)
Shantanu
2023-01-25
1
-0/+2
*
GH-100573: Fix server hang caused by os.stat() on named pipe (Windows) (#100959)
Guido van Rossum
2023-01-13
1
-0/+40
[next]