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
/
test_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#1...
Kumar Aditya
2024-11-04
1
-25/+9
*
gh-121025: Improve partialmethod.__repr__ (GH-121033)
Bénédikt Tran
2024-06-26
1
-1/+1
*
GH-120804: Remove `PidfdChildWatcher`, `ThreadedChildWatcher` and `AbstractCh...
Kumar Aditya
2024-06-23
1
-22/+4
*
GH-120804: Remove `get_child_watcher` and `set_child_watcher` from asyncio (#...
Kumar Aditya
2024-06-23
1
-14/+8
*
GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatche...
Kumar Aditya
2024-06-21
1
-8/+1
*
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Erik Soma
2024-03-23
1
-0/+74
*
gh-116333: Relax error string text expectations in SSL-related tests (GH-116334)
Will Childs-Klein
2024-03-21
1
-4/+8
*
gh-112997: Don't log arguments in asyncio unless debugging (#115667)
Pierre Ossman (ThinLinc team)
2024-02-28
1
-3/+21
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
1
-0/+14
*
gh-110088: Fix asyncio test_prompt_cancellation() (#110157)
Victor Stinner
2023-09-30
1
-3/+0
*
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner
2023-09-29
1
-4/+4
*
gh-109505: Remove unnecessary `hasattr` checks from `test_asyncio` (#109506)
Nikita Sobolev
2023-09-23
1
-3/+0
*
gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109...
Victor Stinner
2023-09-12
1
-0/+3
*
gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016)
Victor Stinner
2023-09-06
1
-0/+3
*
GH-84559: Deprecate fork being the multiprocessing default. (#100618)
Gregory P. Smith
2023-02-02
1
-1/+8
*
gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka
2023-01-13
1
-4/+31
*
GH-86508: skip binding to local addresses of different family in `asyncio.ope...
Kumar Aditya
2023-01-04
1
-0/+41
*
add tests for `asyncio` transport sockets (#100263)
Kumar Aditya
2022-12-28
1
-0/+23
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
1
-56/+19
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
1
-6/+10
*
GH-94597: deprecate `SafeChildWatcher`, `FastChildWatcher` and `MultiLoopChil...
Kumar Aditya
2022-10-08
1
-3/+7
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+0
*
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka
2022-04-24
1
-8/+8
*
bpo-46358: modernize `test_asyncio` (GH-30562)
Nikita Sobolev
2022-01-13
1
-19/+9
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka
2021-12-20
1
-20/+40
*
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sens...
Kumar Aditya
2021-12-06
1
-6/+2
*
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
Serhiy Storchaka
2021-08-21
1
-1/+2
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
1
-2/+2
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
1
-10/+67
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
1
-1/+1
*
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
pxinwr
2020-12-17
1
-1/+8
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Victor Stinner
2020-12-03
1
-3/+0
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
1
-124/+118
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Justin Turner Arthur
2020-10-20
1
-0/+2
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944)
Victor Stinner
2020-06-18
1
-2/+2
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-1/+2
*
bpo-39148: fixup to account for IPV6_ENABLED being moved (GH-20170)
Nathaniel J. Smith
2020-05-18
1
-1/+1
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Kjell Braden
2020-05-18
1
-3/+12
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-9/+10
*
bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282)
Kyle Stanley
2020-04-02
1
-0/+2
*
bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863)
Andrew Svetlov
2020-01-07
1
-2/+6
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
1
-6/+8
*
bpo-38614: Use default join_thread() timeout in tests (GH-17559)
Victor Stinner
2019-12-10
1
-1/+1
*
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner
2019-12-10
1
-1/+1
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
1
-15/+15
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...
Emmanuel Arias
2019-09-10
1
-112/+129
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-0/+23
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-2/+0
*
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov
2019-05-28
1
-9/+0
*
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') ...
Yury Selivanov
2019-05-27
1
-1/+1
[next]