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-35246: fix support for path-like args in asyncio subprocess (GH-13628)
依云
2019-05-29
1
-0/+11
*
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov
2019-05-28
2
-9/+278
*
bpo-36686: Improve the documentation of the std* params in loop.subprocess_ex...
sbstp
2019-05-27
1
-0/+90
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
7
-213/+872
*
bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') ...
Yury Selivanov
2019-05-27
2
-3/+3
*
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov
2019-05-27
2
-7/+26
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
2
-6/+4
*
Pass _asyncio_internal=True into stream tests on windows (#13442)
Andrew Svetlov
2019-05-20
1
-2/+4
*
bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...
Niklas Fiekas
2019-05-20
1
-4/+13
*
bpo-35545: Fix asyncio discarding IPv6 scopes (GH-11271)
Erwan Le Pape
2019-05-17
1
-0/+22
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
6
-310/+290
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Paul Monson
2019-05-15
1
-2/+2
*
bpo-36801: Temporarily fix regression in writer.drain() (#13330)
Andrew Svetlov
2019-05-14
1
-23/+0
*
bpo-36916: asyncio: Swallow unhandled write() exception (GH-13313)
Andrew Svetlov
2019-05-14
1
-0/+3
*
bpo-36884: Fix DeprecationWarning in test_asyncio StreamReader instantiation ...
Xtreak
2019-05-11
1
-1/+1
*
bpo-36802: Drop awrite()/aclose(), support await write() and await close() in...
Andrew Svetlov
2019-05-09
1
-12/+30
*
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13...
Andrew Svetlov
2019-05-07
1
-0/+23
*
bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-...
Romain Picard
2019-05-07
1
-1/+10
*
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel
2019-05-07
2
-0/+18
*
Forbid creating of stream objects outside of asyncio (#13101)
Andrew Svetlov
2019-05-07
2
-50/+128
*
bpo-24638: Improve the error message in asyncio.ensure_future() (#12848)
Zackery Spytz
2019-05-03
1
-0/+9
*
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
xdegaye
2019-05-03
1
-1/+1
*
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans
2019-04-09
1
-0/+14
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
3
-26/+7
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
1
-9/+9
*
bpo-34745: Fix asyncio sslproto memory issues (GH-12386)
Fantix King
2019-03-17
1
-0/+72
*
bpo-35568: add 'raise_signal' function (GH-11335)
Vladimir Matveev
2019-01-08
1
-1/+1
*
bpo-32710: test_asyncio: test_sendfile reset policy (GH-11461)
Victor Stinner
2019-01-07
1
-0/+4
*
bpo-23057: Use 'raise' to emulate ctrl-c in proactor tests (#11274)
Vladimir Matveev
2019-01-05
2
-76/+19
*
bpo-35602: Make sure the transport is always closed in SelectorEventLoopUnixS...
Pablo Galindo
2018-12-29
1
-5/+5
*
bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio ...
Pablo Galindo
2018-12-29
1
-1/+3
*
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev
2018-12-18
3
-5/+89
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
2
-0/+16
*
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner
2018-12-17
1
-2/+2
*
bpo-35394: Add empty slots to abstract asyncio protocols (#10889)
Andrew Svetlov
2018-12-11
2
-24/+57
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
2
-29/+27
*
bpo-35352: Cleanup test_asyncio/utils.py (GH-10831)
Victor Stinner
2018-11-30
1
-7/+1
*
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...
stratakis
2018-11-30
5
-185/+3
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-1/+0
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
3
-406/+116
*
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel
2018-11-08
1
-0/+23
*
bpo-35031: Fix test_start_tls_server_1 on FreeBSD buildbots (GH-10011)
Pablo Galindo
2018-10-29
1
-0/+7
*
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfuncti...
Pablo Galindo
2018-10-26
1
-2/+2
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
1
-0/+68
*
Extract sendfile tests into a separate test file (#9757)
Andrew Svetlov
2018-10-09
2
-450/+551
*
Extract tests for sock_*() functions into a separate file (GH-9761)
Andrew Svetlov
2018-10-08
2
-130/+238
*
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
Elvis Pranskevichus
2018-10-03
1
-0/+36
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
13
-158/+144
*
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH...
Andrew Svetlov
2018-09-30
1
-25/+0
*
bpo-34687: Make asynico use ProactorEventLoop by default (GH-9538)
Victor Stinner
2018-09-25
2
-2/+3
[next]