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
/
test_base_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-...
Miss Islington (bot)
2019-11-20
1
-1/+1
*
bpo-37199: Replace the early returns added in c2cda63. (GH-14535)
Miss Islington (bot)
2019-09-13
1
-37/+34
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Miss Islington (bot)
2019-09-11
1
-16/+16
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480)
Miss Islington (bot)
2019-06-30
1
-1/+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-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
1
-2/+3
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
1
-4/+2
*
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
1
-34/+20
*
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel
2019-05-07
1
-0/+17
*
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
Quentin Dawans
2019-04-09
1
-0/+14
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
1
-3/+27
*
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
twisteroid ambassador
2018-10-09
1
-0/+68
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
1
-2/+2
*
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
1
-1/+1
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-2/+2
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
1
-0/+28
*
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (G...
Elvis Pranskevichus
2018-07-30
1
-1/+13
*
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
Yury Selivanov
2018-06-29
1
-2/+22
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-0/+4
*
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
Yury Selivanov
2018-05-28
1
-0/+3
*
Use IPv4 only to avoid IP address collision (#7030)
Andrew Svetlov
2018-05-21
1
-6/+4
*
Fix asyncio flaky tests (#7023)
Andrew Svetlov
2018-05-21
1
-2/+3
*
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower
2018-05-16
1
-3/+15
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
1
-1/+8
*
bpo-32636: Fix two bugs in test_asyncio (#5302)
Victor Stinner
2018-01-24
1
-0/+1
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-5/+5
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
1
-2/+3
*
bpo-32410: Implement loop.sock_sendfile() (#4976)
Andrew Svetlov
2018-01-16
1
-0/+158
*
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
2017-12-20
1
-0/+16
*
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall
2017-12-19
1
-11/+22
*
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
Yury Selivanov
2017-12-16
1
-7/+0
*
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...
Yury Selivanov
2017-12-15
1
-36/+14
*
bpo-32101: Fix tests for PYTHONDEVMODE=1 (#4821)
Victor Stinner
2017-12-12
1
-2/+5
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
1
-12/+3
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-08
1
-2/+4
*
bpo-32047: -X dev enables asyncio debug mode (#4418)
Victor Stinner
2017-11-20
1
-0/+4
*
Rewrite asyncio test to be more meaningful (#4363)
Yury Selivanov
2017-11-10
1
-11/+16
*
[asyncio] bpo-30423: add regression test for orphan future causes "RuntimeErr...
jimmylai
2017-11-01
1
-0/+16
*
bpo-31245: Asyncio unix socket datagram (#3164)
Quentin Dawans
2017-10-30
1
-0/+11
*
Issue #28652: Partially rollback previous changes
Yury Selivanov
2016-11-21
1
-6/+4
*
Issue #28652: Make loop methods reject socket kinds they do not support.
Yury Selivanov
2016-11-09
1
-8/+55
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-0/+20
*
Issue #28600: Optimize loop.call_soon().
Yury Selivanov
2016-11-03
1
-28/+8
*
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
Yury Selivanov
2016-10-05
1
-3/+6
*
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov
2016-10-05
1
-12/+12
*
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
1
-20/+31
[next]