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-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Miss Islington (bot)
2021-06-12
1
-0/+2
*
[3.8] 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)
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-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
*
bpo-39010: Improve test shutdown (GH-22066) (#22083)
Miss Islington (bot)
2020-09-03
1
-3/+11
*
bpo-41696: Fix handling of debug mode in asyncio.run (GH-22069) (#22072)
Miss Islington (bot)
2020-09-03
1
-0/+3
*
bpo-39010: Fix errors logged on proactor loop restart (GH-22017) (#22035)
Miss Islington (bot)
2020-09-03
2
-0/+21
*
[3.8] bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0...
Elvis Pranskevichus
2020-08-26
1
-0/+31
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (GH-21894) (#...
Miss Islington (bot)
2020-08-26
1
-0/+16
*
bpo-38377: Add support.skip_if_broken_multiprocessing_synchronize() (GH-20944...
Victor Stinner
2020-06-18
1
-2/+2
*
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Miss Islington (bot)
2020-05-18
1
-3/+12
*
[3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
1
-0/+1
*
[3.8] bpo-39191: Fix RuntimeWarning in asyncio test (GH-17863) (#17894)
Andrew Svetlov
2020-01-07
1
-2/+6
*
Fix warnings in test_asyncio.test_base_events (GH-17577) (GH-17579)
Miss Islington (bot)
2019-12-17
1
-3/+4
*
bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17...
Miss Islington (bot)
2019-12-09
1
-17/+24
*
bpo-38529: Fix asyncio stream warning (GH-17474)
Miss Islington (bot)
2019-12-07
1
-53/+0
*
bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...
Miss Islington (bot)
2019-11-20
1
-1/+1
*
bpo-38785: Prevent asyncio from crashing (GH-17144)
Miss Islington (bot)
2019-11-13
1
-0/+39
*
bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901)
Miss Skeleton (bot)
2019-10-23
1
-0/+2
*
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
Miss Islington (bot)
2019-10-16
1
-14/+10
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) (#16...
Yury Selivanov
2019-09-30
5
-979/+192
*
bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe ...
Miss Islington (bot)
2019-09-29
1
-0/+27
*
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (G...
Miss Islington (bot)
2019-09-25
1
-0/+4
*
bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288)
Miss Islington (bot)
2019-09-20
1
-253/+0
*
bpo-37199: Replace the early returns added in c2cda63. (GH-14535)
Miss Islington (bot)
2019-09-13
1
-37/+34
*
[3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093)
Andrew Svetlov
2019-09-13
1
-4/+9
*
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Miss Islington (bot)
2019-09-12
3
-89/+117
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Miss Islington (bot)
2019-09-11
13
-159/+156
*
[3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901)
Andrew Svetlov
2019-09-11
2
-6/+4
*
bpo-38066: Hide internal Stream methods (GH-15762)
Miss Islington (bot)
2019-09-10
2
-81/+105
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [lock...
Miss Islington (bot)
2019-09-10
5
-253/+372
*
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...
Miss Islington (bot)
2019-08-26
1
-0/+19
*
Remove unused imports in tests (GH-14518) (GH-14520)
Victor Stinner
2019-07-01
7
-12/+0
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480)
Miss Islington (bot)
2019-06-30
1
-1/+8
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Miss Islington (bot)
2019-06-30
3
-26/+61
*
Replace deprecation warning with RuntimeError (GH-14397)
Miss Islington (bot)
2019-06-27
1
-0/+6
*
Get rid of exception traceback printing in asyncio tests (GH-14343)
Miss Islington (bot)
2019-06-24
1
-2/+2
*
bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293)
Miss Islington (bot)
2019-06-22
1
-1/+3
*
bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188)
Miss Islington (bot)
2019-06-18
1
-2/+4
*
bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)
Miss Islington (bot)
2019-06-17
1
-0/+6
*
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...
Miss Islington (bot)
2019-06-15
1
-1/+2
*
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...
Miss Islington (bot)
2019-06-14
1
-18/+19
*
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Miss Islington (bot)
2019-06-14
1
-7/+8
*
Make asyncio stream sendfile fail on error (was hang) (GH-14025)
Miss Islington (bot)
2019-06-12
1
-5/+8
*
bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-1...
Miss Islington (bot)
2019-06-12
1
-0/+2
*
bpo-37142: Make asyncio stream tests more robust again (GH-13804)
Andrew Svetlov
2019-06-04
1
-9/+16
*
Make StreamServer.close() tests more robust (GH-13790)
Andrew Svetlov
2019-06-04
1
-11/+37
[next]