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
*
bpo-43352: Add a Barrier object in asyncio lib (GH-24903)
Duprat
2022-03-25
1
-2/+576
*
bpo-47118: Fix asyncio.Runner tests error (32117)
Andrew Svetlov
2022-03-25
1
-1/+1
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
1
-0/+133
*
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2022-03-23
1
-47/+18
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
3
-15/+59
*
bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910)
Andrew Svetlov
2022-03-22
1
-0/+25
*
bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040)
Andrew Svetlov
2022-03-22
1
-21/+11
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+2
*
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
1
-48/+7
*
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
Andrew Svetlov
2022-03-17
1
-1/+1
*
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...
Andrew Svetlov
2022-03-16
2
-26/+24
*
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...
Andrew Svetlov
2022-03-16
3
-313/+270
*
Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace (#31935)
Andrew Svetlov
2022-03-16
1
-324/+179
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Maximilian Hils
2022-03-15
1
-0/+8
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
2
-2/+104
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
2
-1/+99
*
bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task imp...
Andrew Svetlov
2022-03-13
1
-1/+0
*
bpo-46198: Fix `test_asyncio.test_sslproto` (GH-31801)
Alex Waygood
2022-03-10
1
-0/+1
*
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
Nikita Sobolev
2022-03-10
1
-1/+0
*
bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)
Andrew Svetlov
2022-03-10
1
-0/+229
*
Remove trailing spaces (GH-31695)
Serhiy Storchaka
2022-03-05
1
-2/+2
*
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
Guido van Rossum
2022-02-28
1
-1/+5
*
Taskgroup tweaks (GH-31559)
Tin Tvrtković
2022-02-26
1
-7/+19
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#...
Andrew Svetlov
2022-02-22
1
-0/+1
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Thomas Grainger
2022-02-22
1
-0/+18
*
bpo-46822: Increase timeout for test_create_server_ssl_over_ssl to match unde...
Steve Dower
2022-02-22
1
-1/+1
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-16/+50
*
bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)
Serhiy Storchaka
2022-02-21
1
-2/+2
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev
2022-02-20
1
-0/+14
*
Reduce flakiness of taskgroups test 13 (GH-31411)
Guido van Rossum
2022-02-18
1
-1/+1
*
bpo-46752: Slight improvements to TaskGroup API (GH-31398)
Guido van Rossum
2022-02-18
1
-6/+13
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
2
-0/+739
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
4
-60/+1755
*
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...
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-28
1
-1/+12
*
fixed flaky test (GH-30845)
Kumar Aditya
2022-01-24
1
-5/+7
*
bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)
Nikita Sobolev
2022-01-22
1
-0/+2
*
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya
2022-01-22
3
-4/+19
*
fix DeprecationWarning when running asyncio tests (GH-30486)
Kumar Aditya
2022-01-22
1
-1/+1
*
bpo-46425: fix direct invocation of `asyncio` tests (#30725)
Nikita Sobolev
2022-01-22
6
-2/+25
*
bpo-46358: modernize `test_asyncio` (GH-30562)
Nikita Sobolev
2022-01-13
3
-39/+17
*
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya
2021-12-26
3
-2/+6
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka
2021-12-20
10
-63/+102
*
bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198)
Andrew Svetlov
2021-12-19
1
-260/+212
*
bpo-23819: asyncio: Replace AssertionError with TypeError where it makes sens...
Kumar Aditya
2021-12-06
2
-6/+6
*
bpo-37658: Actually return result in race condition (GH-29202)
Sam Bull
2021-11-29
1
-30/+8
*
bpo-45416: Fix use of asyncio.Condition() with explicit Lock objects (GH-28850)
Joongi Kim
2021-10-10
1
-13/+57
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
3
-4/+4
*
bpo-45129 Remove deprecated reuse_address (GH-28207)
Hugo van Kemenade
2021-09-08
1
-26/+0
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
1
-0/+1
[next]