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-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
*
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...
Miss Islington (bot)
2022-08-04
1
-9/+1
*
GH-95289: Always call uncancel() when parent cancellation is requested (GH-95...
Miss Islington (bot)
2022-08-04
1
-1/+32
*
gh-95597: Fix typo in Lib directory files (GH-95599)
Miss Islington (bot)
2022-08-03
1
-1/+1
*
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (GH-95211) (G...
Miss Islington (bot)
2022-07-29
1
-2/+49
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Miss Islington (bot)
2022-07-26
1
-0/+24
*
gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_i...
Miss Islington (bot)
2022-07-21
1
-20/+26
*
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (GH-...
Miss Islington (bot)
2022-07-17
3
-13/+0
*
[3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is ...
Miss Islington (bot)
2022-07-11
1
-1/+30
*
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...
Miss Islington (bot)
2022-07-06
1
-0/+12
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...
Miss Islington (bot)
2022-06-30
1
-0/+1
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400) (GH-94463)
Miss Islington (bot)
2022-06-30
1
-4/+23
*
GH-93850: Fix test_asyncio exception ignored tracebacks (GH-93854)
Miss Islington (bot)
2022-06-15
1
-0/+3
*
gh-93247: Fix assert function in asyncio locks test (GH-93248)
Miss Islington (bot)
2022-06-06
1
-1/+1
*
gh-90978: asyncio TestSSL uses SHORT_TIMEOUT (GH-92642)
Miss Islington (bot)
2022-05-11
1
-10/+13
*
gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)
Victor Stinner
2022-05-06
1
-3/+3
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
1
-0/+3
*
gh-91880: add try/except around `signal.signal` (#91881)
David Hewitt
2022-04-25
1
-0/+19
*
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka
2022-04-24
4
-25/+25
*
gh-79156: Add start_tls() method to streams API (#91453)
Oleg Iarygin
2022-04-15
1
-0/+63
*
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov
2022-04-01
1
-1/+9
*
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
Andrew Svetlov
2022-03-30
1
-1/+58
*
bpo-47062: Rename factory argument to loop_factory (GH-32113)
Andrew Svetlov
2022-03-25
1
-1/+1
*
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-25
1
-2/+576
*
bpo-47118: Fix asyncio.Runner tests error (32117)
Andrew Svetlov
2022-03-25
1
-1/+1
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
1
-0/+133
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2022-03-23
1
-47/+18
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
3
-15/+59
*
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
Andrew Svetlov
2022-03-22
1
-0/+25
*
bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040)
Andrew Svetlov
2022-03-22
1
-21/+11
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+2
[next]