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-93247: Fix assert function in asyncio locks test (GH-93248)
Miss Islington (bot)
2022-06-06
1
-1/+1
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Miss Islington (bot)
2022-03-23
1
-47/+18
*
[3.10] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (#32047)
Miss Islington (bot)
2022-03-22
1
-0/+26
*
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
Miss Islington (bot)
2022-03-17
1
-1/+1
*
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...
Miss Islington (bot)
2022-03-17
2
-26/+24
*
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...
Miss Islington (bot)
2022-03-16
3
-313/+270
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Miss Islington (bot)
2022-03-15
1
-0/+8
*
[3.10] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (G...
Jelle Zijlstra
2022-03-10
1
-1/+0
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (G...
Miss Islington (bot)
2022-02-23
1
-0/+1
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Miss Islington (bot)
2022-02-22
1
-0/+18
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)...
Miss Islington (bot)
2022-02-20
1
-0/+14
*
[3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_as...
Andrew Svetlov
2022-02-10
6
-4/+28
*
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...
Kumar Aditya
2022-01-29
1
-1/+12
*
bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receivi...
Miss Islington (bot)
2022-01-25
1
-5/+7
*
bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801) (GH...
Miss Islington (bot)
2022-01-23
1
-0/+2
*
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782)
Miss Islington (bot)
2022-01-22
6
-2/+25
*
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...
Miss Islington (bot)
2022-01-22
3
-3/+19
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213)
Miss Islington (bot)
2021-12-20
10
-63/+102
*
[3.10] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (G...
Andrew Svetlov
2021-12-19
1
-252/+214
*
bpo-37658: Actually return result in race condition (GH-29202)
Miss Islington (bot)
2021-11-29
1
-30/+8
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Miss Islington (bot)
2021-10-10
1
-11/+55
*
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
Christian Clauss
2021-10-07
3
-4/+4
*
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...
Serhiy Storchaka
2021-09-08
1
-0/+1
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Miss Islington (bot)
2021-08-26
4
-7/+10
*
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
Miss Islington (bot)
2021-08-21
1
-1/+2
*
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
Miss Islington (bot)
2021-06-22
1
-1/+2
*
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Miss Islington (bot)
2021-06-05
1
-0/+2
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
4
-1757/+60
*
Increase test timeout (GH-25842)
Andrew Svetlov
2021-05-03
1
-3/+3
*
bpo-44011: Fix asyncio tests without ssl module (GH-25840)
Christian Heimes
2021-05-03
1
-2/+7
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-02
4
-60/+1752
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
5
-152/+405
*
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-43723: Fix deprecation error caused by thread.setDaemon() (GH-25361)
Christian Heimes
2021-04-12
1
-1/+1
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145)
Inada Naoki
2021-04-04
2
-2/+2
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
1
-0/+61
*
bpo-31904: Skip some asyncio tests on VxWorks (#23815)
pxinwr
2020-12-17
2
-1/+10
*
bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798)
Victor Stinner
2020-12-16
1
-196/+65
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Victor Stinner
2020-12-03
1
-3/+0
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Zackery Spytz
2020-11-28
1
-3/+5
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
3
-84/+39
*
bpo-42392: Remove loop parameter from asyncio.streams (GH-23517)
Yurii Karabas
2020-11-26
4
-81/+45
*
bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)
Yurii Karabas
2020-11-25
2
-21/+17
*
bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)
Yurii Karabas
2020-11-24
5
-384/+257
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-1/+1
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Diogo Dutra
2020-11-10
1
-0/+24
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Andrew Svetlov
2020-11-10
1
-0/+18
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Justin Turner Arthur
2020-10-20
1
-0/+2
*
bpo-41687: Fix sendfile implementation to work with Solaris (#22040)
Jakub KulĂk
2020-09-05
1
-0/+6
[next]