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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)
Victor Stinner
2023-09-29
1
-0/+6
*
gh-109505: Remove unnecessary `hasattr` checks from `test_asyncio` (#109506)
Nikita Sobolev
2023-09-23
1
-4/+3
*
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev
2023-09-16
1
-8/+8
*
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel
2023-04-06
1
-1/+1
*
GH-94597: Deprecate child watcher getters and setters (#98215)
Kumar Aditya
2022-10-15
1
-2/+4
*
gh-93852: Add test.support.create_unix_domain_name() (#93914)
Victor Stinner
2022-06-17
1
-4/+2
*
test_asyncio: run_until() implements exponential sleep (#93866)
Victor Stinner
2022-06-15
1
-1/+3
*
Use support.sleeping_retry() and support.busy_retry() (#93848)
Victor Stinner
2022-06-15
1
-6/+5
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
1
-0/+25
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka
2021-12-20
1
-6/+8
*
bpo-43880: Show DeprecationWarnings for deprecated ssl module features (GH-25...
Christian Heimes
2021-04-19
1
-2/+2
*
bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899)
Christian Heimes
2021-04-17
1
-1/+1
*
bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)
Yurii Karabas
2020-11-25
1
-21/+0
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
1
-1/+15
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-2/+3
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
1
-1/+1
*
bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)
Victor Stinner
2019-12-10
1
-2/+2
*
bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284)
Victor Stinner
2019-09-19
1
-3/+5
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-30
1
-0/+13
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
1
-2/+2
*
bpo-35352: Cleanup test_asyncio/utils.py (GH-10831)
Victor Stinner
2018-11-30
1
-7/+1
*
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...
stratakis
2018-11-30
1
-3/+3
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
1
-1/+11
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
1
-1/+1
*
bpo-34542: Update test certs and keys (GH-8997)
Christian Heimes
2018-08-30
1
-3/+3
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
1
-2/+3
*
bpo-33618: Enable TLS 1.3 in tests (GH-7079)
Christian Heimes
2018-05-23
1
-2/+0
*
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)
Christian Heimes
2018-02-27
1
-0/+2
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-4/+4
*
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Yury Selivanov
2018-01-21
1
-0/+8
*
bpo-32602: Test ECDSA certs (#5247)
Christian Heimes
2018-01-20
1
-11/+17
*
bpo-23749: Implement loop.start_tls() (#5039)
Yury Selivanov
2017-12-30
1
-0/+43
*
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov
2017-12-18
1
-5/+12
*
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov
2017-12-15
1
-1/+2
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
1
-0/+502