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-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner
2024-06-18
1
-4/+4
*
gh-114091: Reword error message for unawaitable types (#114090)
Steele Farnsworth
2024-06-17
2
-5/+5
*
gh-120226: Fix test_sendfile_close_peer_in_the_middle_of_receiving on Linux >...
Xi Ruoyao
2024-06-07
1
-7/+4
*
gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure th...
Kirill Podoprigora
2024-06-01
1
-2/+7
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
1
-2/+2
*
gh-119121: Fix and test `async.staggered.staggered_race` (#119173)
Nikita Sobolev
2024-05-20
1
-0/+97
*
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka
2024-05-16
1
-6/+5
*
gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723)
Bruce Merry
2024-04-11
1
-7/+14
*
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum
2024-04-09
2
-0/+90
*
gh-81322: support multiple separators in StreamReader.readuntil (#16429)
Bruce Merry
2024-04-08
1
-0/+46
*
gh-96471: Add asyncio queue shutdown (#104228)
Laurie O
2024-04-06
1
-0/+199
*
gh-117459: Keep the traceback in _convert_future_exc (#117460)
rsp4jack
2024-04-04
1
-0/+19
*
gh-77714: Provide an async iterator version of as_completed (GH-22491)
Justin Turner Arthur
2024-04-01
1
-63/+219
*
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
1
-0/+5
*
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma
2024-03-23
2
-0/+155
*
gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein
2024-03-21
1
-4/+8
*
gh-116773: Ensure overlapped objects on Windows are not deallocated too early...
jkriegshauser
2024-03-20
1
-5/+45
*
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team)
2024-03-18
1
-8/+88
*
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...
Guido van Rossum
2024-03-12
1
-88/+8
*
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team)
2024-03-11
1
-8/+88
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
1
-1/+2
*
gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)
Jason Zhang
2024-03-06
1
-16/+25
*
gh-116112: Fix `ResourceWarning` in `test_asyncio.test_stream` (#116371)
Nikita Sobolev
2024-03-05
1
-0/+1
*
chore: fix typos (#116345)
cui fliter
2024-03-05
1
-2/+2
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
1
-2/+2
*
gh-112997: Don't log arguments in asyncio unless debugging (#115667)
Pierre Ossman (ThinLinc team)
2024-02-28
1
-3/+21
*
gh-114914: Avoid keeping dead StreamWriter alive (#115661)
Pierre Ossman (ThinLinc team)
2024-02-28
1
-0/+25
*
gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...
Jamie Phan
2024-02-19
1
-0/+16
*
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan
2024-02-17
2
-9/+32
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
4
-2/+19
*
gh-114887 Reject only sockets of type SOCK_STREAM in create_datagram_endpoint...
Travis Howse
2024-02-03
1
-1/+1
*
gh-112202: Ensure that condition.notify() succeeds even when racing with Task...
Kristján Valur Jónsson
2024-02-03
1
-0/+92
*
gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)
Steve Dower
2024-01-25
1
-2/+5
*
gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (...
Serhiy Storchaka
2024-01-15
1
-2/+7
*
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink
2024-01-12
1
-0/+4
*
gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() b...
Serhiy Storchaka
2024-01-10
1
-11/+114
*
gh-113879: Fix ResourceWarning in test_asyncio.test_server (GH-113881)
Serhiy Storchaka
2024-01-10
1
-14/+14
*
gh-112182: Replace StopIteration with RuntimeError for future (#113220)
Jamie Phan
2024-01-10
1
-4/+19
*
GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.C...
Kristján Valur Jónsson
2024-01-08
1
-0/+113
*
gh-113538: Don't error in stream reader protocol callback when task is cancel...
Guido van Rossum
2024-01-04
1
-7/+13
*
gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (...
Yilei Yang
2023-12-24
1
-0/+18
*
GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334)
Martijn Pieters
2023-12-20
1
-1/+14
*
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
[next]