index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_proactor_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...
Miss Islington (bot)
2024-06-01
1
-2/+7
*
gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)
Jamie Phan
2024-02-17
1
-5/+17
*
gh-103607: Fix `pause_reading` to work when called from `connection_made` in ...
Itayazolay
2023-04-27
1
-0/+13
*
gh-99941: Ensure that asyncio.Protocol.data_received receives immutable bytes...
DarioDaF
2022-12-10
1
-1/+4
*
gh-98703: Add tests for closing `_ProactorSocketTransport` with proactor even...
Kumar Aditya
2022-10-27
1
-0/+21
*
GH-89237: fix hang in proactor `subprocess.wait_closed()` (#98572)
Kumar Aditya
2022-10-24
1
-1/+6
*
Revert "gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (...
Guido van Rossum
2022-09-17
1
-12/+3
*
gh-87079: Warn on unintended signal wakeup fd override in `asyncio` (#96807)
Michel Hidalgo
2022-09-17
1
-3/+12
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Maximilian Hils
2022-03-15
1
-0/+8
*
Inherit asyncio proactor datagram transport from asyncio.DatagramTransport (#...
Andrew Svetlov
2022-02-22
1
-0/+1
*
bpo-23819: Fix asyncio tests on python optimized mode (GH-30195)
Kumar Aditya
2021-12-26
1
-0/+2
*
bpo-39010: Fix errors logged on proactor loop restart (#22017)
Ben Darnell
2020-08-31
1
-0/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
Hai Shi
2020-08-07
1
-4/+4
*
bpo-41273: asyncio's proactor read transport's better performance by using re...
Tony Solomonik
2020-07-14
1
-27/+43
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-1/+2
*
bpo-33694: Remove test_asyncio ProactorDatagramTransportTests (GH-16288)
Victor Stinner
2019-09-20
1
-253/+0
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
1
-24/+24
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-2/+0
*
bpo-29883: Asyncio proactor udp (GH-13440)
Andrew Svetlov
2019-05-28
1
-0/+278
*
bpo-23057: add loop self socket as wakeup fd for signals (#11135)
Vladimir Matveev
2018-12-18
1
-5/+5
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-3/+3
*
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
twisteroid ambassador
2018-07-30
1
-0/+13
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-07
1
-0/+4
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-0/+4
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
1
-2/+60
*
bpo-26819: Prevent proactor double read on resume (#6921)
CtrlZvi
2018-05-20
1
-1/+8
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
1
-0/+116
*
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov
2018-01-28
1
-3/+194
*
bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
Julien Duponchelle
2017-12-19
1
-4/+15
*
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov
2017-12-18
1
-0/+10
*
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...
Yury Selivanov
2017-12-15
1
-21/+0
*
Fix couple typos (#4839)
Andrew Svetlov
2017-12-13
1
-1/+1
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
1
-1/+1
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
1
-14/+4
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
1
-0/+5
*
bpo-31250, test_asyncio: fix dangling threads (#3252)
Victor Stinner
2017-09-01
1
-1/+0
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-0/+3
*
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov
2015-12-17
1
-3/+3
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
1
-3/+3
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
1
-1/+5
*
asyncio: Enhance BaseProactorEventLoop._loop_self_reading()
Victor Stinner
2015-01-21
1
-2/+3
*
Issue #23243: Close explicitly transports in asyncio tests
Victor Stinner
2015-01-15
1
-39/+48
*
Issue #23243: Close explicitly event loops in asyncio tests
Victor Stinner
2015-01-15
1
-0/+4
*
Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of
Victor Stinner
2014-12-26
1
-4/+3
*
asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor
Victor Stinner
2014-12-11
1
-0/+82
*
Python issue #21645, Tulip issue 192: Rewrite signal handling
Victor Stinner
2014-07-17
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2014-07-12
1
-3/+4
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-17
1
-3/+4
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-39/+39
*
asyncio, Tulip issue 139: Improve error messages on "fatal errors"
Victor Stinner
2014-02-19
1
-3/+9
[next]