summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncio/test_selector_events.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37015: Ensure tasks created by _accept_connection2 due to AsyncMock are c...Xtreak2019-05-301-6/+8
* bpo-37035: Don't log OSError (GH-13548)Andrew Svetlov2019-05-271-2/+25
* bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)Vincent Michel2019-05-071-0/+1
* bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)Andrew Svetlov2018-12-031-26/+0
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-161-1/+0
* bpo-30064: Refactor sock_* asyncio API (#10419)Andrew Svetlov2018-11-121-405/+0
* bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)Yury Selivanov2018-10-021-8/+8
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-011-0/+4
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-281-4/+41
* bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)twisteroid ambassador2018-05-281-0/+6
* bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)Vlad Starostin2018-05-211-0/+15
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-281-0/+171
* bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov2017-12-181-3/+25
* bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)Yury Selivanov2017-12-151-0/+27
* bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov2017-12-141-22/+52
* bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)Yury Selivanov2017-12-111-1/+1
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-281-1/+1
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-281-3/+0
* asyncio: Fix BaseSelectorEventLoopTests (#4595)Victor Stinner2017-11-281-0/+2
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-181-363/+0
* bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)Andrey Egorov2017-11-141-19/+59
* bpo-30280: Cleanup threads in ayncio tests (#2501)Victor Stinner2017-06-301-5/+3
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-041-0/+5
* Issue #28369: Raise an error when transport's FD is used with add_readerYury Selivanov2016-10-051-32/+32
* Issue #28283: Remove flaky test test_sock_connect_sock_write_race againBerker Peksag2016-10-011-86/+0
* Misc asyncio improvements from upstreamGuido van Rossum2016-09-301-0/+86
* Issue #28283: Remove flaky test test_sock_connect_sock_write_raceBerker Peksag2016-09-281-86/+0
* test_asynico: fix test_sock_connect_sock_write_race()Victor Stinner2016-09-211-1/+1
* Issue #28176: Increase timeout for test_sock_connect_sock_write_raceBerker Peksag2016-09-181-1/+1
* Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-151-23/+101
* Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-151-0/+14
* asyncio: Use socket specs for getaddrinfo() in sock_connect()Yury Selivanov2016-06-281-0/+11
* Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.Yury Selivanov2016-06-111-17/+13
* Issue #27136: Fix DNS static resolution; don't use it in getaddrinfoYury Selivanov2016-06-081-5/+15
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-3/+3
* asyncio: sync with github asyncioVictor Stinner2015-07-091-1/+1
* asyncio: Fix _SelectorTransport.__repr__() if the event loop is closedVictor Stinner2015-03-271-0/+5
* asyncio: sync with TulipVictor Stinner2015-01-291-1/+14
* asyncio: Fix _SelectorSocketTransport constructorVictor Stinner2015-01-291-5/+11
* asyncio: Close transports in testsVictor Stinner2015-01-151-0/+2
* Issue #23243: Close explicitly transports in asyncio testsVictor Stinner2015-01-151-144/+118
* Issue #23243: Close explicitly event loops in asyncio testsVictor Stinner2015-01-151-1/+15
* asyncio: sync with TulipVictor Stinner2015-01-151-0/+1
* Issue #23197, asyncio: On SSL handshake failure, check if the waiter isVictor Stinner2015-01-141-4/+16
* Issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-141-1/+5
* asyncio: sync with TulipVictor Stinner2014-12-261-3/+0
* don't require OpenSSL SNI to pass hostname to ssl functions (#22921)Benjamin Peterson2014-11-231-1/+1
* asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_...Victor Stinner2014-08-311-22/+52
* asyncio: sync with TulipVictor Stinner2014-08-251-10/+14