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-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
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Serhiy Storchaka
2021-08-26
4
-7/+10
*
bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870)
Serhiy Storchaka
2021-08-21
1
-1/+2
*
bpo-43234: Prohibit non-ThreadPoolExecutor in loop.set_default_executor (GH-2...
Illia Volochii
2021-07-01
1
-4/+4
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
5
-538/+64
*
bpo-44287: asyncio test_popen() uses longer timeout (GH-26832)
Victor Stinner
2021-06-21
1
-1/+2
*
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Pablo Galindo
2021-06-04
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
*
bpo-39010: Improve test shutdown (#22066)
Ben Darnell
2020-09-03
1
-3/+11
*
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
Shantanu
2020-09-03
1
-0/+3
*
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Ben Darnell
2020-08-31
2
-0/+21
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
Elvis Pranskevichus
2020-08-26
1
-0/+16
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
Elvis Pranskevichus
2020-08-26
1
-0/+31
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
1
-4/+4
*
bpo-41317: Remove reader on cancellation in asyncio.loop.sock_accept() (#21595)
Alex Grönholm
2020-07-23
1
-0/+19
*
bpo-41273: asyncio's proactor read transport's better performance by using re...
Tony Solomonik
2020-07-14
1
-27/+43
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Rémi Lapeyre
2020-07-02
1
-47/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-20824)
Hai Shi
2020-06-25
5
-16/+21
*
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)
Fantix King
2020-06-14
1
-14/+20
*
bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494)
Fantix King
2020-05-28
1
-20/+26
*
bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485)
Victor Stinner
2020-05-28
1
-0/+4
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
2
-3/+5
*
bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369)
Fantix King
2020-05-27
1
-0/+131
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek
2020-05-22
1
-3/+36
*
bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)
Kyle Stanley
2020-05-21
1
-0/+14
*
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Kyle Stanley
2020-05-19
1
-0/+79
[next]