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_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio ...
Miss Islington (bot)
2019-01-18
1
-1/+3
*
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-...
Victor Stinner
2018-11-30
1
-15/+3
*
[3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396)
Christian Heimes
2018-09-20
1
-3/+3
*
[3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764)
Christian Heimes
2018-08-15
1
-11/+17
*
bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)
Christian Heimes
2018-08-14
1
-1/+5
*
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)
Yury Selivanov
2018-05-29
1
-0/+22
*
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Miss Islington (bot)
2018-05-29
1
-0/+18
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
Nathan Henrie
2018-03-09
1
-0/+1
*
[3.6] bpo-31250: test_asyncio: fix dangling threads (#3517)
Victor Stinner
2017-09-12
1
-2/+2
*
bpo-31034: Reliable signal handler for test_asyncio (#2867) (#2876)
Victor Stinner
2017-07-26
1
-13/+20
*
bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1584)
Xiang Zhang
2017-05-15
1
-1/+3
*
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (...
Yury Selivanov
2017-03-03
1
-0/+22
*
Issue #28652: Make loop methods reject socket kinds they do not support.
Yury Selivanov
2016-11-09
1
-3/+8
*
asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__
Yury Selivanov
2016-11-09
1
-2/+6
*
Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
Yury Selivanov
2016-11-08
1
-0/+4
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-0/+23
*
Issue #28600: Optimize loop.call_soon().
Yury Selivanov
2016-11-03
1
-7/+0
*
Issue #28372: Fix asyncio to support formatting of non-python coroutines
Yury Selivanov
2016-10-05
1
-0/+34
*
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
Yury Selivanov
2016-09-15
1
-1/+8
*
Merge asyncio upstream.
Guido van Rossum
2016-09-09
1
-1/+1
*
Don't select for read on character devices in _UnixWritePipeTransport.
Guido van Rossum
2016-08-31
1
-0/+75
*
Issue #27907: variable rename. (Ville Skyttä)
Guido van Rossum
2016-08-31
1
-2/+2
*
Issue #27392: Add loop.connect_accepted_socket().
Yury Selivanov
2016-07-12
1
-0/+79
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
1
-19/+0
*
asyncio: Fix unix pipe transport 'repr' methods
Yury Selivanov
2016-05-13
1
-0/+35
*
asyncio: ease the cert failed regex
Yury Selivanov
2016-05-13
1
-2/+2
*
asyncio: Remove duplicate bind addresses in create_server.
Yury Selivanov
2016-03-02
1
-10/+13
*
Make the error message regex more lenient so that it matches both
Gregory P. Smith
2016-01-16
1
-2/+2
*
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov
2015-12-17
1
-4/+0
*
Issue #23972: updates to asyncio datagram API. By Chris Laws.
Guido van Rossum
2015-10-05
1
-0/+52
*
Issue #23630: Fix test_asyncio on Windows
Victor Stinner
2015-09-21
1
-0/+1
*
Issue #25114: Fix test_asyncio
Victor Stinner
2015-09-21
1
-3/+2
*
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
Victor Stinner
2015-09-21
1
-0/+33
*
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner
2015-09-21
1
-12/+63
*
asyncio: Only call _check_resolved_address() in debug mode
Victor Stinner
2015-02-04
1
-0/+4
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
1
-17/+18
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
1
-13/+24
*
asyncio: sync with Tulip
Victor Stinner
2015-01-14
1
-0/+22
*
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-13
1
-10/+48
*
asyncio: sync with Tulip
Victor Stinner
2014-12-26
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
1
-1/+4
*
Issue #23074: asyncio.get_event_loop() now raises an exception if the thread
Victor Stinner
2014-12-18
1
-2/+2
*
Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch
Victor Stinner
2014-12-04
1
-1/+34
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
1
-8/+0
*
asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode
Victor Stinner
2014-11-20
1
-1/+3
*
asyncio: Fix formatting of the "Future exception was never retrieved" in
Victor Stinner
2014-11-20
1
-16/+18
*
Closes #22784: fix test_asyncio when the ssl module isn't available
Antoine Pitrou
2014-11-05
1
-8/+9
*
Issue #22641: In asyncio, the default SSL context for client connections is n...
Antoine Pitrou
2014-10-15
1
-10/+38
*
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.
Yury Selivanov
2014-09-25
1
-3/+11
*
asyncio, Tulip issue 206: In debug mode, keep the callback in the
Victor Stinner
2014-09-17
1
-4/+5
[next]