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
/
asyncio
/
unix_events.py
Commit message (
Expand
)
Author
Age
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-22
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
*
bpo-32410: Implement loop.sock_sendfile() (#4976)
Andrew Svetlov
2018-01-16
*
bpo-26133: Fix typos (#5010)
Andrew Svetlov
2017-12-26
*
bpo-26133: Clear signals list on interpreter finalizing (#5002)
Andrew Svetlov
2017-12-24
*
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown...
Andrew Svetlov
2017-12-21
*
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
2017-12-20
*
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall
2017-12-19
*
bpo-27456: Simplify sock type checks (#4922)
Yury Selivanov
2017-12-19
*
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
Yury Selivanov
2017-12-15
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-09
*
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
Andrew Svetlov
2017-11-29
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
*
Merge 3.5 (issue #28704)
Yury Selivanov
2016-11-15
|
\
|
*
Issue #28704: Fix create_unix_server to support Path-like objects
Yury Selivanov
2016-11-15
*
|
Merge 3.5 (issue #28652)
Yury Selivanov
2016-11-09
|
\
|
|
*
Issue #28652: Make loop methods reject socket kinds they do not support.
Yury Selivanov
2016-11-09
*
|
Merge 3.5 (issue #28399)
Yury Selivanov
2016-10-09
|
\
|
|
*
Issue #28399: Remove UNIX socket from FS before binding.
Yury Selivanov
2016-10-09
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-10-07
|
\
|
|
*
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
Yury Selivanov
2016-10-07
*
|
Merge 3.5 (issue #28369)
Yury Selivanov
2016-10-05
|
\
|
|
*
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov
2016-10-05
*
|
Merge 3.5 (issue #28368)
Yury Selivanov
2016-10-05
|
\
|
|
*
Issue #28368: Refuse monitoring processes if the child watcher has no loop at...
Yury Selivanov
2016-10-05
*
|
Merge 3.5 (asyncio, issue #26909)
Yury Selivanov
2016-09-15
|
\
|
|
*
Issue #26909: Fix slow pipes IO in asyncio.
Yury Selivanov
2016-09-15
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-11
|
\
|
|
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-11
*
|
Merge asyncio from 3.5
Guido van Rossum
2016-08-31
|
\
|
|
*
Fix ordering issues in UNIX read/write pipe transport constructors.
Guido van Rossum
2016-08-31
|
*
Don't select for read on character devices in _UnixWritePipeTransport.
Guido van Rossum
2016-08-31
*
|
Merge 3.5 (Issue #27041)
Yury Selivanov
2016-05-16
|
\
|
|
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-05-13
|
\
|
|
*
asyncio: Fix unix pipe transport 'repr' methods
Yury Selivanov
2016-05-13
*
|
Merge 3.5 (asyncio)
Victor Stinner
2016-04-01
|
\
|
|
*
asyncio: Don't log ConnectionAbortedError
Victor Stinner
2016-04-01
*
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-23
|
/
*
asyncio: Cleanup Future API
Yury Selivanov
2015-11-17
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
*
asyncio: Sync with upstream (compat module)
Yury Selivanov
2015-08-04
*
Issue #23353, asyncio: Workaround CPython bug #23353
Victor Stinner
2015-02-02
*
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
Victor Stinner
2015-01-30
*
asyncio: sync with Tulip
Victor Stinner
2015-01-30
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
[next]