index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
*
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
*
asyncio: Use socket specs for getaddrinfo() in sock_connect()
Yury Selivanov
2016-06-28
*
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Yury Selivanov
2016-06-11
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
*
asyncio: sync with github asyncio
Victor Stinner
2015-07-09
*
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
[next]