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
*
[3.11] gh-114887 Reject only sockets of type SOCK_STREAM in create_da… (#11...
Travis Howse
2024-02-05
1
-1/+1
*
[3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...
Alois Klink
2024-01-14
1
-0/+4
*
[3.11] gh-113538: Don't error in stream reader protocol callback when task is...
Miss Islington (bot)
2024-01-04
1
-7/+13
*
[3.11] gh-112559: Avoid unnecessary conversion attempts to enum_klass in sign...
Miss Islington (bot)
2023-12-24
1
-0/+18
*
[3.11] GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (...
Miss Islington (bot)
2023-12-21
1
-1/+14
*
[3.11] gh-109538: Catch closed loop runtime error and issue warning (GH-11198...
DPR
2023-11-20
1
-0/+56
*
[3.11] [3.12] GH-110894: Call loop exception handler for exceptions in client...
Miss Islington (bot)
2023-11-04
1
-2/+32
*
[3.11] gh-111347: Remove wrong assertion in test_sendfile (GH-111377) (#111462)
Miss Islington (bot)
2023-10-31
1
-2/+5
*
[3.11] gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (GH-110884...
Miss Islington (bot)
2023-10-27
1
-3/+8
*
[3.11] gh-111085: Fix invalid state handling in TaskGroup and Timeout (GH-111...
Miss Islington (bot)
2023-10-21
3
-1/+107
*
[3.11] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#...
Miss Islington (bot)
2023-10-17
1
-2/+2
*
[3.11] [3.12] gh-108303: Move all certificates to `Lib/test/certdata/` (GH-10...
Miss Islington (bot)
2023-10-10
1
-8/+8
*
[3.11] Add support.MS_WINDOWS constant (#110446) (#110452) (#110464)
Victor Stinner
2023-10-06
1
-3/+2
*
[3.11] gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) (#110159)
Miss Islington (bot)
2023-09-30
1
-3/+0
*
[3.11] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110099)
Victor Stinner
2023-09-29
6
-54/+15
*
[3.11] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109838)
Miss Islington (bot)
2023-09-25
1
-2/+3
*
[3.11] gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710) (#109735)
Victor Stinner
2023-09-22
1
-10/+42
*
[3.11] gh-109295: Clean up multiprocessing in test_asyncio and test_compileal...
Miss Islington (bot)
2023-09-12
1
-0/+3
*
[3.11] gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016) (#...
Victor Stinner
2023-09-07
3
-0/+10
*
[3.11] Trim trailing whitespace and test on CI (GH-104275) (#108215)
Hugo van Kemenade
2023-08-22
1
-1/+1
*
[3.11] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "dev...
Miss Islington (bot)
2023-08-21
1
-1/+4
*
[3.11] gh-103607: Fix `pause_reading` to work when called from `connection_ma...
Miss Islington (bot)
2023-04-27
2
-0/+29
*
gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815)
Miss Islington (bot)
2023-03-22
1
-0/+30
*
[3.11] gh-101326: Fix regression when passing None to FutureIter.throw (GH-10...
Shantanu
2023-01-25
1
-0/+2
*
[3.11] GH-100573: Fix server hang caused by os.stat() on named pipe (Windows)...
Miss Islington (bot)
2023-01-13
1
-0/+40
*
[3.11] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop()...
Serhiy Storchaka
2023-01-10
1
-9/+3
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Miss Islington (bot)
2023-01-04
1
-0/+41
*
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (GH-1...
Miss Islington (bot)
2022-12-21
1
-0/+17
*
[3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Serhiy Storchaka
2022-12-06
6
-103/+60
*
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Miss Islington (bot)
2022-12-04
1
-1/+1
*
GH-98219: reduce sleep time in `asyncio` subprocess test (GH-99464)
Miss Islington (bot)
2022-11-15
1
-1/+1
*
[3.11] gh-99357: Close the event loop when it is no longer used in test_uncan...
Miss Islington (bot)
2022-11-14
1
-21/+24
*
[3.11] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98889)
Charlie Zhao
2022-10-31
1
-0/+11
*
gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...
Miss Islington (bot)
2022-10-27
1
-0/+21
*
[3.11] GH-89237: fix hang in proactor `subprocess.wait_closed()` (GH-98572) (...
Miss Islington (bot)
2022-10-25
1
-1/+6
*
GH-98407: fix `test_kill_issue43884` to not leak child processes (GH-98491)
Miss Islington (bot)
2022-10-24
1
-1/+4
*
[3.11] gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_clos...
Miss Islington (bot)
2022-10-18
1
-2/+12
*
bpo-46364: Use sockets for stdin of asyncio only on AIX (GH-30596)
Miss Islington (bot)
2022-10-13
1
-0/+20
*
GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999)
Miss Islington (bot)
2022-10-07
2
-57/+9
*
gh-88050: Fix asyncio subprocess to kill process cleanly when process is bloc...
Miss Islington (bot)
2022-10-05
1
-0/+25
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (GH-...
Miss Islington (bot)
2022-10-01
1
-4/+124
*
GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
Miss Islington (bot)
2022-09-30
1
-0/+15
*
gh-97545: Make Semaphore run faster. (GH-97549)
Miss Islington (bot)
2022-09-27
1
-2/+1
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (GH-93222)
Miss Islington (bot)
2022-09-22
1
-0/+100
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705) (#...
Miss Islington (bot)
2022-08-30
1
-0/+19
*
GH-95704: Don't suppress errors from tasks when TG is cancelled (GH-95761)
Miss Islington (bot)
2022-08-17
1
-24/+30
*
GH-95899: fix asyncio.Runner to call set_event_loop only once (GH-95900) (#96...
Miss Islington (bot)
2022-08-15
1
-0/+14
*
gh-95724: Clarify taskgroups.py license. (GH-95847)
Miss Islington (bot)
2022-08-11
1
-1/+2
*
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668) (GH-95...
Miss Islington (bot)
2022-08-05
1
-7/+12
*
gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (GH-95687) ...
Miss Islington (bot)
2022-08-05
1
-1/+11
[next]