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-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka
2023-01-13
2
-6/+37
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Kumar Aditya
2023-01-04
1
-0/+41
*
GH-100192: fix `asyncio` subprocess tests to pass env vars to subprocess (#10...
Kumar Aditya
2022-12-28
1
-2/+4
*
add tests for `asyncio` transport sockets (#100263)
Kumar Aditya
2022-12-28
1
-0/+23
*
GH-100192: add more `asyncio` subprocess tests (#100194)
Kumar Aditya
2022-12-28
1
-0/+82
*
GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio...
Kumar Aditya
2022-12-24
1
-18/+99
*
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher
2022-12-22
1
-7/+14
*
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100...
Kumar Aditya
2022-12-21
1
-0/+17
*
gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...
DarioDaF
2022-12-10
1
-1/+4
*
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
Fantix King
2022-12-10
1
-1/+1
*
GH-100113: remove remaining `yield from` usage from `asyncio` tests (#100114)
Kumar Aditya
2022-12-09
1
-2/+2
*
Fix `test_run_until_complete_baseexception` test to check for `KeyboardInterr...
Fantix King
2022-12-08
1
-8/+3
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
6
-130/+62
*
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Serhiy Storchaka
2022-12-04
1
-1/+1
*
GH-66285: remove redundant `time.sleep` from `test_fork_signal_handling` (GH-...
Kumar Aditya
2022-12-03
1
-1/+0
*
GH-66285: fix forking in asyncio (#99769)
Kumar Aditya
2022-11-27
1
-0/+98
*
GH-66285: Revert "fix forking in asyncio" (#99756)
Kumar Aditya
2022-11-24
1
-99/+0
*
GH-66285: skip asyncio fork tests for platforms without md5 hash (#99745)
Kumar Aditya
2022-11-24
1
-0/+4
*
GH-79033: Fix asyncio.Server.wait_closed() (#98582)
Guido van Rossum
2022-11-24
2
-1/+28
*
GH-66285: fix forking in `asyncio` (#99539)
Kumar Aditya
2022-11-24
1
-0/+95
*
GH-98219: reduce sleep time in `asyncio` subprocess test (#99464)
Kumar Aditya
2022-11-14
1
-1/+1
*
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
[prev]
[next]