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
*
[3.9] bpo-45997: Fix asyncio.Semaphore re-acquiring order (GH-31910) (GH-32049)
Andrew Svetlov
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-16
2
-26/+24
*
[3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase...
Andrew Svetlov
2022-03-16
3
-340/+270
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Miss Islington (bot)
2022-03-15
1
-0/+8
*
[3.9] bpo-46198: rename duplicate tests and remove unused code (GH-30297) (GH...
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
*
[3.9] bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-...
Andrew Svetlov
2022-02-20
1
-0/+19
*
[3.9] Fix warning: asyncio.events._event_loop_policy was modified by test_asy...
Andrew Svetlov
2022-02-10
6
-3/+27
*
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)
Miss Islington (bot)
2022-01-23
1
-0/+2
*
[3.9] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) ...
Kumar Aditya
2022-01-22
3
-2/+20
*
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725)
Miss Islington (bot)
2022-01-22
6
-2/+25
*
[3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30...
Miss Islington (bot)
2021-12-26
3
-2/+6
*
Fix test error about deprecation warning (#30205)
Andrew Svetlov
2021-12-19
1
-1/+2
*
[3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH...
Andrew Svetlov
2021-12-19
1
-369/+330
*
bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)
Miss Islington (bot)
2021-11-30
1
-30/+8
*
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Christian Clauss
2021-10-07
3
-4/+4
*
[3.9] bpo-45097: Fix deprecation warnings in test_asyncio (GH-28236)
Serhiy Storchaka
2021-09-08
1
-4/+6
*
[3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153)
Serhiy Storchaka
2021-09-04
4
-169/+137
*
[3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005...
Serhiy Storchaka
2021-08-29
1
-0/+1
*
[3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27...
Miss Islington (bot)
2021-08-26
5
-7/+11
*
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
Miss Islington (bot)
2021-08-21
1
-1/+2
*
[3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569)
Sam Bull
2021-08-18
1
-4/+33
*
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-04
1
-0/+2
*
[3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25...
Christian Heimes
2021-04-17
1
-1/+1
*
bpo-41891: ensure asyncio.wait_for waits for task completion (GH-22461) (#23840)
Miss Islington (bot)
2020-12-18
1
-0/+61
*
bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
Miss Islington (bot)
2020-12-03
1
-3/+0
*
bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...
Miss Islington (bot)
2020-11-28
1
-3/+5
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Miss Islington (bot)
2020-11-10
1
-0/+24
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Miss Islington (bot)
2020-11-10
1
-0/+18
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Miss Skeleton (bot)
2020-10-20
1
-0/+2
*
[3.9] bpo-41687: Fix sendfile implementation to work with Solaris (GH-22040) ...
Ćukasz Langa
2020-09-16
1
-0/+6
*
bpo-39010: Improve test shutdown (GH-22066) (#22082)
Miss Islington (bot)
2020-09-03
1
-3/+11
*
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22071)
Miss Islington (bot)
2020-09-03
1
-0/+3
*
bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22034)
Miss Islington (bot)
2020-09-03
2
-0/+21
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (G...
Miss Islington (bot)
2020-08-26
1
-0/+16
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (GH-2...
Miss Islington (bot)
2020-08-26
1
-0/+31
*
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (GH-21...
Miss Islington (bot)
2020-07-23
1
-0/+19
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Miss Islington (bot)
2020-07-02
1
-47/+1
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...
Victor Stinner
2020-06-18
1
-2/+2
*
bpo-30064: Fix slow asyncio sock test (GH-20868)
Miss Islington (bot)
2020-06-14
1
-14/+20
*
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
Miss Islington (bot)
2020-05-28
1
-20/+26
*
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
Miss Islington (bot)
2020-05-28
1
-0/+4
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
Miss Islington (bot)
2020-05-27
1
-0/+131
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Miss Islington (bot)
2020-05-22
1
-3/+36
*
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
Miss Islington (bot)
2020-05-21
1
-0/+14
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Miss Islington (bot)
2020-05-19
1
-0/+79
[next]