index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_events.py
Commit message (
Expand
)
Author
Age
*
bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)
xdegaye
2017-11-26
*
bpo-28684: Remove useless import added by the previous commit (GH-4547)
xdegaye
2017-11-24
*
bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...
xdegaye
2017-11-24
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
*
Add asyncio.Handle.cancelled() method (#2388)
Marat Sharafutdinov
2017-11-07
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
*
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes
2017-09-15
*
bpo-31234: Add support.join_thread() helper (#3587)
Victor Stinner
2017-09-14
*
bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264)
Victor Stinner
2017-09-02
*
bpo-31034: Reliable signal handler for test_asyncio (#2867)
Victor Stinner
2017-07-25
*
bpo-30110: fix resource leak in test_asyncio.test_events (#1413)
Xiang Zhang
2017-05-15
*
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)
Yury Selivanov
2017-03-02
*
Issue #28652: Make loop methods reject socket kinds they do not support.
Yury Selivanov
2016-11-09
*
asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__
Yury Selivanov
2016-11-08
*
Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()
Yury Selivanov
2016-11-07
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
*
Issue #28600: Optimize loop.call_soon().
Yury Selivanov
2016-11-03
*
Issue #28372: Fix asyncio to support formatting of non-python coroutines
Yury Selivanov
2016-10-05
*
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
Yury Selivanov
2016-09-15
*
Merge asyncio upstream.
Guido van Rossum
2016-09-09
*
Don't select for read on character devices in _UnixWritePipeTransport.
Guido van Rossum
2016-08-31
*
Issue #27907: variable rename. (Ville Skyttä)
Guido van Rossum
2016-08-31
*
Issue #27392: Add loop.connect_accepted_socket().
Yury Selivanov
2016-07-12
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
*
asyncio: Fix unix pipe transport 'repr' methods
Yury Selivanov
2016-05-13
*
asyncio: ease the cert failed regex
Yury Selivanov
2016-05-13
*
asyncio: Remove duplicate bind addresses in create_server.
Yury Selivanov
2016-03-02
*
Make the error message regex more lenient so that it matches both
Gregory P. Smith
2016-01-15
*
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov
2015-12-16
*
Issue #23972: updates to asyncio datagram API. By Chris Laws.
Guido van Rossum
2015-10-05
*
Issue #23630: Fix test_asyncio on Windows
Victor Stinner
2015-09-21
*
Issue #25114: Fix test_asyncio
Victor Stinner
2015-09-21
*
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
Victor Stinner
2015-09-21
*
Issue #25114, asyncio: add ssl_object extra info to SSL transports
Victor Stinner
2015-09-21
*
asyncio: Only call _check_resolved_address() in debug mode
Victor Stinner
2015-02-04
*
asyncio: sync with Tulip
Victor Stinner
2015-01-30
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
*
asyncio: sync with Tulip
Victor Stinner
2015-01-15
*
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-14
*
asyncio: sync with Tulip
Victor Stinner
2014-12-26
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
*
Issue #23074: asyncio.get_event_loop() now raises an exception if the thread
Victor Stinner
2014-12-18
*
Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch
Victor Stinner
2014-12-04
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
*
asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode
Victor Stinner
2014-11-20
*
asyncio: Fix formatting of the "Future exception was never retrieved" in
Victor Stinner
2014-11-20
*
Closes #22784: fix test_asyncio when the ssl module isn't available
Antoine Pitrou
2014-11-05
*
Issue #22641: In asyncio, the default SSL context for client connections is n...
Antoine Pitrou
2014-10-15
*
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.
Yury Selivanov
2014-09-25
*
asyncio, Tulip issue 206: In debug mode, keep the callback in the
Victor Stinner
2014-09-17
[next]