aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_selector_events.py
Commit message (Expand)AuthorAge
* Replace non-breaking spaces with normal spaces (#130116)AN Long2025-02-16
* gh-115514: Fix incomplete writes after close while using ssl in asyncio(#128037)Vojtěch Boček2025-02-02
* gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn...jb21702025-01-03
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-18
* gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol i...J. Nick Koston2024-12-06
* gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)Jamie Phan2024-02-16
* gh-106527: asyncio: optimize to add/remove readers and writers (#106528)J. Nick Koston2023-07-22
* gh-103607: Fix `pause_reading` to work when called from `connection_made` in ...Itayazolay2023-04-27
* gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when ...Ali-Akber Saifee2023-04-13
* GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio...Kumar Aditya2022-12-24
* GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...Kumar Aditya2022-10-29
* GH-88968: Reject socket that is already used as a transport (#98010)Guido van Rossum2022-10-07
* gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94...Thomas Grainger2022-07-17
* bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)Thomas Grainger2022-02-22
* bpo-44011: New asyncio ssl implementation (#31275)Kumar Aditya2022-02-15
* bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)Kumar Aditya2021-12-26
* bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)Pablo Galindo2021-05-03
* bpo-44011: New asyncio ssl implementation (#17975)Andrew Svetlov2021-05-03
* bpo-38107: Replace direct future and task contructor calls with factories in ...Andrew Svetlov2019-09-11
* bpo-37015: Ensure tasks created by _accept_connection2 due to AsyncMock are c...Xtreak2019-05-30
* bpo-37035: Don't log OSError (GH-13548)Andrew Svetlov2019-05-27
* bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)Vincent Michel2019-05-07
* bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)Andrew Svetlov2018-12-03
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-16
* bpo-30064: Refactor sock_* asyncio API (#10419)Andrew Svetlov2018-11-12
* bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)Yury Selivanov2018-10-02
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-01
* bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)Yury Selivanov2018-05-28
* bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)twisteroid ambassador2018-05-28
* bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)Vlad Starostin2018-05-21
* bpo-32251: Implement asyncio.BufferedProtocol. (#4755)Yury Selivanov2018-01-28
* bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)Yury Selivanov2017-12-18
* bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)Yury Selivanov2017-12-15
* bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...Yury Selivanov2017-12-14
* bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)Yury Selivanov2017-12-11
* bpo-32154: Remove asyncio.selectors (#4605)Victor Stinner2017-11-28
* asyncio: use directly socket.socketpair() (#4597)Victor Stinner2017-11-28
* asyncio: Fix BaseSelectorEventLoopTests (#4595)Victor Stinner2017-11-28
* bpo-32069: Drop legacy SSL transport (#4451)Andrew Svetlov2017-11-18
* bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)Andrey Egorov2017-11-14
* bpo-30280: Cleanup threads in ayncio tests (#2501)Victor Stinner2017-06-30
* Issue #28613: Fix get_event_loop() to return the current loopYury Selivanov2016-11-04
* Issue #28369: Raise an error when transport's FD is used with add_readerYury Selivanov2016-10-05
* Issue #28283: Remove flaky test test_sock_connect_sock_write_race againBerker Peksag2016-10-01
* Misc asyncio improvements from upstreamGuido van Rossum2016-09-30
* Issue #28283: Remove flaky test test_sock_connect_sock_write_raceBerker Peksag2016-09-28
* test_asynico: fix test_sock_connect_sock_write_race()Victor Stinner2016-09-21
* Issue #28176: Increase timeout for test_sock_connect_sock_write_raceBerker Peksag2016-09-18
* Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-15
* Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-15