summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_events.py
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-32418: Add get_loop() method on Server, AbstractServer classes (#4997)Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2017-12-301-0/+13
* bpo-23749: Implement loop.start_tls() (#5039)Yury Selivanov2017-12-301-53/+14
* Fix check for run_in_executor on closed loop. (#4996)Andrew Svetlov2017-12-231-3/+7
* bpo-32357: Fix tests in refleak mode (#4989)Yury Selivanov2017-12-231-16/+17
* bpo-29970: Make ssh_handshake_timeout None by default (#4939)Andrew Svetlov2017-12-201-0/+10
* bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov2017-12-151-2/+3
* bpo-32296: Unbreak tests on Windows (#4850)Yury Selivanov2017-12-131-4/+7
* bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)Yury Selivanov2017-12-131-20/+113
* Add asyncio.get_running_loop() function. (#4782)Yury Selivanov2017-12-111-0/+6
* bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)Yury Selivanov2017-12-111-3/+1
* Skip test_read_pty_output test on macOS for poll and select. (#4774)Yury Selivanov2017-12-101-3/+1
* bpo-32193: Convert asyncio to async/await usage (#4753)Andrew Svetlov2017-12-081-63/+66
* bpo-32154: Remove asyncio.windows_utils.socketpair (#4609)Victor Stinner2017-11-281-6/+6
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-281-1/+1
* bpo-32126: Skip asyncio test when sem_open() is not functional (GH-4559)xdegaye2017-11-261-0/+4
* bpo-28684: Remove useless import added by the previous commit (GH-4547)xdegaye2017-11-241-1/+0
* bpo-28684: asyncio tests handle PermissionError raised on binding unix socket...xdegaye2017-11-241-7/+8
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-181-68/+0
* Add asyncio.Handle.cancelled() method (#2388)Marat Sharafutdinov2017-11-071-4/+4
* bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)Antoine Pitrou2017-10-191-0/+26
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-151-8/+8
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-141-1/+1
* bpo-31250, test_asyncio: fix EventLoopTestsMixin.tearDown() (#3264)Victor Stinner2017-09-011-2/+2
* bpo-31034: Reliable signal handler for test_asyncio (#2867)Victor Stinner2017-07-251-13/+20
* bpo-30110: fix resource leak in test_asyncio.test_events (#1413)Xiang Zhang2017-05-151-1/+3
* bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)Yury Selivanov2017-03-031-0/+22
* Issue #28652: Make loop methods reject socket kinds they do not support.Yury Selivanov2016-11-091-3/+8
* asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__Yury Selivanov2016-11-091-2/+6
* Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop()Yury Selivanov2016-11-081-0/+4
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+23
* Issue #28600: Optimize loop.call_soon().Yury Selivanov2016-11-031-7/+0
* Issue #28372: Fix asyncio to support formatting of non-python coroutinesYury Selivanov2016-10-051-0/+34
* Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-151-1/+8
* Merge asyncio upstream.Guido van Rossum2016-09-091-1/+1
* Don't select for read on character devices in _UnixWritePipeTransport.Guido van Rossum2016-08-311-0/+75
* Issue #27907: variable rename. (Ville Skyttä)Guido van Rossum2016-08-311-2/+2
* Issue #27392: Add loop.connect_accepted_socket().Yury Selivanov2016-07-121-0/+79
* Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-081-19/+0
* asyncio: Fix unix pipe transport 'repr' methodsYury Selivanov2016-05-131-0/+35
* asyncio: ease the cert failed regexYury Selivanov2016-05-131-2/+2
* asyncio: Remove duplicate bind addresses in create_server.Yury Selivanov2016-03-021-10/+13
* Make the error message regex more lenient so that it matches bothGregory P. Smith2016-01-161-2/+2
* asyncio: Skip getaddrinfo if host is already resolved.Yury Selivanov2015-12-171-4/+0
* Issue #23972: updates to asyncio datagram API. By Chris Laws.Guido van Rossum2015-10-051-0/+52
* Issue #23630: Fix test_asyncio on WindowsVictor Stinner2015-09-211-0/+1
* Issue #25114: Fix test_asyncioVictor Stinner2015-09-211-3/+2
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-211-0/+33
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-211-12/+63
* asyncio: Only call _check_resolved_address() in debug modeVictor Stinner2015-02-041-0/+4
* asyncio: sync with TulipVictor Stinner2015-01-291-17/+18