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-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
Kumar Aditya
2022-11-14
1
-0/+10
*
gh-99357: Close the event loop when it is no longer used in test_uncancel_str...
Xiao Chen
2022-11-12
1
-21/+24
*
GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...
Kumar Aditya
2022-11-12
1
-1/+8
*
gh-98793: Fix typecheck in `overlapped.c` (#98835)
Charlie Zhao
2022-10-30
1
-0/+11
*
GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...
Kumar Aditya
2022-10-29
1
-0/+4
*
gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...
Kumar Aditya
2022-10-27
1
-0/+21
*
GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)
Kumar Aditya
2022-10-24
1
-1/+6
*
GH-98407: fix `test_kill_issue43884` to not leak child processes (#98491)
Kumar Aditya
2022-10-24
1
-1/+4
*
gh-98174: Handle EPROTOTYPE under macOS in test_sendfile_fallback_close_peer_...
fancidev
2022-10-17
1
-2/+12
*
GH-98327: Reduce scope of catch_warnings() in _make_subprocess_transport (#98...
Kumar Aditya
2022-10-17
1
-9/+5
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
5
-28/+52
*
bpo-46364: Use sockets for stdin of asyncio only on AIX (#30596)
Christoph Hamsen
2022-10-13
1
-0/+20
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
4
-38/+47
*
GH-98023: Change default child watcher to PidfdChildWatcher on supported syst...
Kumar Aditya
2022-10-08
1
-1/+13
*
GH-94182: Run the PidfdChildWatcher on the running loop (#94184)
Thomas Grainger
2022-10-08
1
-10/+44
*
GH-88968: Reject socket that is already used as a transport (#98010)
Guido van Rossum
2022-10-07
1
-0/+4
*
gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams...
Oleg Iarygin
2022-10-07
1
-129/+197
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-07
2
-57/+9
*
gh-88050: Fix asyncio subprocess to kill process cleanly when process is bloc...
Kumar Aditya
2022-10-05
1
-0/+25
*
gh-93357: Port test cases to IsolatedAsyncioTestCase, part 2 (#97896)
Oleg Iarygin
2022-10-05
1
-29/+15
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
2
-0/+52
*
gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase ...
Oleg Iarygin
2022-10-04
1
-173/+119
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...
Łukasz Langa
2022-10-01
1
-4/+124
*
GH-97592: Fix crash in C remove_done_callback due to evil code (#97660)
Guido van Rossum
2022-09-30
1
-0/+15
*
gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro...
Ofey Chan
2022-09-30
1
-4/+9
*
gh-97545: Make Semaphore run faster. (#97549)
Cyker Way
2022-09-26
1
-2/+1
*
gh-90155: Fix bug in asyncio.Semaphore and strengthen FIFO guarantee (#93222)
Cyker Way
2022-09-22
1
-0/+100
*
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (...
Guido van Rossum
2022-09-17
2
-36/+3
*
gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)
Michel Hidalgo
2022-09-17
2
-3/+36
*
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
1
-0/+36
*
GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)
Kumar Aditya
2022-08-29
1
-0/+19
*
GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)
Guido van Rossum
2022-08-17
1
-24/+30
*
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
Kumar Aditya
2022-08-15
1
-0/+14
*
gh-95724: Clarify taskgroups.py license. (#95847)
Yury Selivanov
2022-08-11
1
-1/+2
*
gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)
Fantix King
2022-08-05
1
-7/+12
*
gh-95573: Fix a mistake in asyncio ssl tests suppressing all logs (#95687)
Fantix King
2022-08-05
1
-1/+11
*
GH-95289: Always call uncancel() when parent cancellation is requested (#95602)
Kumar Aditya
2022-08-04
1
-1/+32
*
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...
Łukasz Langa
2022-08-04
1
-9/+1
*
gh-95597: Fix typo in Lib directory files (#95599)
Jo, Yunjin
2022-08-03
1
-1/+1
*
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)
Kumar Aditya
2022-07-28
1
-2/+49
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Thomas Grainger
2022-07-24
1
-0/+24
*
gh-95010: Fix asyncio GenericWatcherTests.test_create_subprocess_fails_with_i...
Thomas Grainger
2022-07-21
1
-20/+26
*
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94...
Thomas Grainger
2022-07-17
3
-13/+0
*
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ...
Kumar Aditya
2022-07-11
1
-1/+30
*
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...
Kumar Aditya
2022-07-06
1
-0/+12
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum
2022-06-30
1
-4/+23
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)
Mehdi ABAAKOUK
2022-06-30
1
-0/+1
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
1
-1/+0
*
gh-93852: Add test.support.create_unix_domain_name() (#93914)
Victor Stinner
2022-06-17
2
-23/+23
*
test_asyncio: run_until() implements exponential sleep (#93866)
Victor Stinner
2022-06-15
1
-1/+3
[next]