summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/utils.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)Victor Stinner2019-12-111-1/+1
* bpo-38614: Use test.support.LOOPBACK_TIMEOUT constant (GH-17554)Victor Stinner2019-12-101-2/+2
* bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284)Victor Stinner2019-09-191-3/+5
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-301-0/+13
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Victor Stinner2018-12-171-2/+2
* bpo-35352: Cleanup test_asyncio/utils.py (GH-10831)Victor Stinner2018-11-301-7/+1
* bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...stratakis2018-11-301-3/+3
* bpo-30064: Refactor sock_* asyncio API (#10419)Andrew Svetlov2018-11-121-1/+11
* bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)Yury Selivanov2018-10-021-1/+1
* bpo-34542: Update test certs and keys (GH-8997)Christian Heimes2018-08-301-3/+3
* bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)Yury Selivanov2018-06-041-2/+3
* bpo-33618: Enable TLS 1.3 in tests (GH-7079)Christian Heimes2018-05-231-2/+0
* bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)Christian Heimes2018-02-271-0/+2
* bpo-32436: Implement PEP 567 (#5027)Yury Selivanov2018-01-231-4/+4
* bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)Yury Selivanov2018-01-211-0/+8
* bpo-32602: Test ECDSA certs (#5247)Christian Heimes2018-01-201-11/+17
* bpo-23749: Implement loop.start_tls() (#5039)Yury Selivanov2017-12-301-0/+43
* bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov2017-12-181-5/+12
* bpo-32311: Implement asyncio.create_task() shortcut (#4848)Andrew Svetlov2017-12-151-1/+2
* bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)Yury Selivanov2017-12-111-0/+502