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
/
asyncio
/
proactor_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-5/+6
*
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
twisteroid ambassador
2018-07-30
1
-0/+4
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
1
-1/+1
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-07
1
-125/+53
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
1
-11/+41
*
bpo-26819: Prevent proactor double read on resume (#6921)
CtrlZvi
2018-05-20
1
-1/+7
*
bpo-32622: Native sendfile on windows (#5565)
Andrew Svetlov
2018-02-25
1
-1/+69
*
bpo-32251: Implement asyncio.BufferedProtocol. (#4755)
Yury Selivanov
2018-01-28
1
-20/+117
*
bpo-32622: Implement loop.sendfile() (#5271)
Andrew Svetlov
2018-01-27
1
-1/+8
*
bpo-23749: Implement loop.start_tls() (#5039)
Yury Selivanov
2017-12-30
1
-0/+2
*
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
2017-12-20
1
-2/+2
*
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall
2017-12-19
1
-7/+13
*
bpo-29711: Fix stop_serving in proactor loop kill all listening servers (#431)
Julien Duponchelle
2017-12-19
1
-1/+3
*
bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)
Yury Selivanov
2017-12-18
1
-8/+7
*
bpo-32327: Convert asyncio functions documented as coroutines to coroutines. ...
Yury Selivanov
2017-12-15
1
-10/+10
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
1
-13/+14
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
1
-4/+1
*
bpo-32069: Drop legacy SSL transport (#4451)
Andrew Svetlov
2017-11-18
1
-5/+0
*
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
Antoine Pitrou
2017-10-19
1
-0/+3
*
Fix TypeError is asyncio/proactor_events (#993)
Jim Fasarakis-Hilliard
2017-06-10
1
-2/+3
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
1
-10/+5
*
Merge 3.5 (issue #27906)
Yury Selivanov
2016-09-15
1
-1/+1
|
\
|
*
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
Yury Selivanov
2016-09-15
1
-1/+1
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-12
1
-0/+6
|
\
\
|
|
/
|
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-12
1
-0/+6
*
|
Merge 3.5 (issue #27136, asyncio)
Yury Selivanov
2016-06-08
1
-8/+1
|
\
\
|
|
/
|
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
1
-8/+1
*
|
Merge 3.5 (Issue #27041)
Yury Selivanov
2016-05-16
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
1
-1/+1
*
|
Merge 3.5 (asyncio)
Victor Stinner
2016-04-01
1
-1/+1
|
\
\
|
|
/
|
*
asyncio: Don't log ConnectionAbortedError
Victor Stinner
2016-04-01
1
-1/+1
*
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-22
1
-1/+2
|
/
*
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov
2015-12-17
1
-2/+1
*
asyncio: Cleanup Future API
Yury Selivanov
2015-11-17
1
-1/+2
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
1
-0/+3
*
asyncio: Sync with upstream (compat module)
Yury Selivanov
2015-08-04
1
-2/+2
*
asyncio: Only call _check_resolved_address() in debug mode
Victor Stinner
2015-02-04
1
-1/+2
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
1
-0/+11
*
asyncio: SSL transports now clear their reference to the waiter
Victor Stinner
2015-01-28
1
-1/+1
*
asyncio: Enhance BaseProactorEventLoop._loop_self_reading()
Victor Stinner
2015-01-21
1
-3/+9
*
asyncio: Fix _ProactorBasePipeTransport.close()
Victor Stinner
2015-01-15
1
-1/+3
*
asyncio: Fix _ProactorBasePipeTransport.__repr__()
Victor Stinner
2015-01-15
1
-3/+3
*
asyncio: sync with Tulip
Victor Stinner
2015-01-14
1
-0/+1
*
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-13
1
-6/+25
*
Issue #22922: Fix ProactorEventLoop.close()
Victor Stinner
2015-01-13
1
-1/+7
*
asyncio: sync with Tulip
Victor Stinner
2015-01-09
1
-1/+2
*
Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of
Victor Stinner
2014-12-26
1
-4/+2
*
asyncio, tulip issue 202: Add unit test of pause/resume writing for proactor
Victor Stinner
2014-12-11
1
-4/+0
*
Issue #22922: Fix ProactorEventLoop.close()
Victor Stinner
2014-12-05
1
-1/+3
*
asyncio: Move loop attribute to _FlowControlMixin
Victor Stinner
2014-11-05
1
-2/+1
[next]