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_base_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith
2024-03-27
1
-0/+5
*
gh-111358: Fix timeout behaviour in BaseEventLoop.shutdown_default_executor (...
Jamie Phan
2024-02-19
1
-0/+16
*
gh-114887 Reject only sockets of type SOCK_STREAM in create_datagram_endpoint...
Travis Howse
2024-02-03
1
-1/+1
*
gh-110771: Decompose run_forever() into parts (#110773)
Russell Keith-Magee
2023-10-13
1
-0/+37
*
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner
2023-09-29
1
-5/+2
*
Fix potential flakiness in `test_run_until_complete_baseexception` (#100148)
Fantix King
2022-12-10
1
-1/+1
*
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
1
-1/+1
*
GH-79033: Fix asyncio.Server.wait_closed() (#98582)
Guido van Rossum
2022-11-24
1
-1/+1
*
gh-93973: Add all_errors to asyncio.create_connection (#93974)
Pamela Fox
2022-09-05
1
-0/+36
*
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94...
Thomas Grainger
2022-07-17
1
-10/+0
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
1
-7/+14
*
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...
Kumar Aditya
2022-01-28
1
-1/+12
*
bpo-46358: modernize `test_asyncio` (GH-30562)
Nikita Sobolev
2022-01-13
1
-13/+4
*
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya
2021-12-26
1
-2/+2
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka
2021-12-20
1
-11/+19
*
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sens...
Kumar Aditya
2021-12-06
1
-0/+4
*
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade
2021-09-08
1
-26/+0
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
1
-4/+4
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
1
-4/+2
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
1
-14/+7
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-02
1
-7/+14
*
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
-0/+2
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
1
-3/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Hai Shi
2020-06-25
1
-4/+5
*
bpo-40443: Remove unused imports in tests (GH-19804)
Victor Stinner
2020-04-30
1
-1/+0
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-7/+8
*
Fix warnings in test_asyncio.test_base_events (#17577)
Kyle Stanley
2019-12-12
1
-3/+4
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (#17311)
Kyle Stanley
2019-12-09
1
-17/+24
*
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...
xdegaye
2019-11-20
1
-1/+1
*
bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284)
Victor Stinner
2019-09-19
1
-0/+6
*
bpo-37199: Replace the early returns added in c2cda63. (GH-14535)
Zackery Spytz
2019-09-13
1
-37/+34
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
1
-16/+16
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Zackery Spytz
2019-06-30
1
-1/+8
*
bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-1...
Michael Felt
2019-06-12
1
-0/+2
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
1
-2/+3
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
1
-4/+2
*
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
Erwan Le Pape
2019-05-17
1
-0/+22
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
1
-34/+20
*
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel
2019-05-07
1
-0/+17
*
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans
2019-04-09
1
-0/+14
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
1
-3/+27
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
1
-0/+68
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
1
-2/+2
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
1
-25/+0
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
1
-1/+1
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-2/+2
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
1
-0/+28
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
1
-1/+13
[next]