aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_events.py
Commit message (Expand)AuthorAge
* bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)xdegaye2017-11-26
* bpo-28684: Remove useless import added by the previous commit (GH-4547)xdegaye2017-11-24
* bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...xdegaye2017-11-24
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-18
* Add asyncio.Handle.cancelled() method (#2388)Marat Sharafutdinov2017-11-07
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-19
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-15
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-14
* bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264)Victor Stinner2017-09-02
* bpo-31034: Reliable signal handler for test_asyncio (#2867)Victor Stinner2017-07-25
* bpo-30110: fix resource leak in test_asyncio.test_events (#1413)Xiang Zhang2017-05-15
* bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)Yury Selivanov2017-03-02
* Issue #28652: Make loop methods reject socket kinds they do not support.Yury Selivanov2016-11-09
* asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__Yury Selivanov2016-11-08
* Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()Yury Selivanov2016-11-07
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-04
* Issue #28600: Optimize loop.call_soon().Yury Selivanov2016-11-03
* Issue #28372: Fix asyncio to support formatting of non-python coroutinesYury Selivanov2016-10-05
* Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-15
* Merge asyncio upstream.Guido van Rossum2016-09-09
* Don't select for read on character devices in _UnixWritePipeTransport.Guido van Rossum2016-08-31
* Issue #27907: variable rename. (Ville Skyttä)Guido van Rossum2016-08-31
* Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-12
* Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-08
* asyncio: Fix unix pipe transport 'repr' methodsYury Selivanov2016-05-13
* asyncio: ease the cert failed regexYury Selivanov2016-05-13
* asyncio: Remove duplicate bind addresses in create_server.Yury Selivanov2016-03-02
* Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-15
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-16
* Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-05
* Issue #23630: Fix test_asyncio on WindowsVictor Stinner2015-09-21
* Issue #25114: Fix test_asyncioVictor Stinner2015-09-21
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-21
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-21
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-04
* asyncio: sync with TulipVictor Stinner2015-01-30
* asyncio: sync with TulipVictor Stinner2015-01-29
* asyncio: sync with TulipVictor Stinner2015-01-15
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-14
* asyncio: sync with TulipVictor Stinner2014-12-26
* asyncio: sync with TulipVictor Stinner2014-12-18
* Issue #23074: asyncio.get_event_loop() now raises an exception if the threadVictor Stinner2014-12-18
* Closes #22922: More EventLoop methods fail if the loop is closed. Initial patchVictor Stinner2014-12-04
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-23
* asyncio, test_events: Ignore the "SSL handshake failed" log in debug modeVictor Stinner2014-11-20
* asyncio: Fix formatting of the "Future exception was never retrieved" inVictor Stinner2014-11-20
* Closes #22784: fix test_asyncio when the ssl module isn't availableAntoine Pitrou2014-11-05
* Issue #22641: In asyncio, the default SSL context for client connections is n...Antoine Pitrou2014-10-15
* asyncio: Improve canceled timer handles cleanup. Closes issue #22448.Yury Selivanov2014-09-25
* asyncio, Tulip issue 206: In debug mode, keep the callback in theVictor Stinner2014-09-17