index
:
cpython
3.10
3.11
3.12
3.13
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_selector_events.py
Commit message (
Expand
)
Author
Age
*
Replace non-breaking spaces with normal spaces (#130116)
AN Long
2025-02-16
*
gh-115514: Fix incomplete writes after close while using ssl in asyncio(#128037)
Vojtěch Boček
2025-02-02
*
gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn...
jb2170
2025-01-03
*
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya
2024-12-18
*
gh-127655: Ensure `_SelectorSocketTransport.writelines` pauses the protocol i...
J. Nick Koston
2024-12-06
*
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan
2024-02-16
*
gh-106527: asyncio: optimize to add/remove readers and writers (#106528)
J. Nick Koston
2023-07-22
*
gh-103607: Fix `pause_reading` to work when called from `connection_made` in ...
Itayazolay
2023-04-27
*
gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when ...
Ali-Akber Saifee
2023-04-13
*
GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio...
Kumar Aditya
2022-12-24
*
GH-90352: fix _SelectorDatagramTransport to inherit from DatagramTransport (#...
Kumar Aditya
2022-10-29
*
GH-88968: Reject socket that is already used as a transport (#98010)
Guido van Rossum
2022-10-07
*
gh-72889: Remove redundant mock.Mock()._is_coroutine = False workarounds (#94...
Thomas Grainger
2022-07-17
*
bpo-46827: pass sock.type to getaddrinfo in sock_connect (GH-31499)
Thomas Grainger
2022-02-22
*
bpo-44011: New asyncio ssl implementation (#31275)
Kumar Aditya
2022-02-15
*
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya
2021-12-26
*
bpo-44011: Revert "New asyncio ssl implementation (GH-17975)" (GH-25848)
Pablo Galindo
2021-05-03
*
bpo-44011: New asyncio ssl implementation (#17975)
Andrew Svetlov
2021-05-03
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
*
bpo-37015: Ensure tasks created by _accept_connection2 due to AsyncMock are c...
Xtreak
2019-05-30
*
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov
2019-05-27
*
bpo-31922: Do not connect UDP sockets when broadcast is allowed (GH-423)
Vincent Michel
2019-05-07
*
bpo-35380: Enable TCP_NODELAY for proactor event loop (#10867)
Andrew Svetlov
2018-12-03
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
*
bpo-30064: Refactor sock_* asyncio API (#10419)
Andrew Svetlov
2018-11-12
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-01
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
*
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149)
twisteroid ambassador
2018-05-28
*
bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450)
Vlad Starostin
2018-05-21
*
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov
2018-01-28
*
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov
2017-12-18
*
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
Yury Selivanov
2017-12-15
*
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...
Yury Selivanov
2017-12-14
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
*
asyncio: Fix BaseSelectorEventLoopTests (#4595)
Victor Stinner
2017-11-28
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
*
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)
Andrey Egorov
2017-11-14
*
bpo-30280: Cleanup threads in ayncio tests (#2501)
Victor Stinner
2017-06-30
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
*
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov
2016-10-05
*
Issue #28283: Remove flaky test test_sock_connect_sock_write_race again
Berker Peksag
2016-10-01
*
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
*
Issue #28283: Remove flaky test test_sock_connect_sock_write_race
Berker Peksag
2016-09-28
*
test_asynico: fix test_sock_connect_sock_write_race()
Victor Stinner
2016-09-21
*
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
Berker Peksag
2016-09-18
*
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
Yury Selivanov
2016-09-15
*
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
Yury Selivanov
2016-09-15
[next]