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
/
unix_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim
2019-07-21
1
-1/+1
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-30
1
-29/+244
*
Revert "bpo-35621: Support running subprocesses in asyncio when loop is execu...
Andrew Svetlov
2019-06-04
1
-212/+28
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-02
1
-28/+212
*
bpo-37035: Don't log OSError (GH-13548)
Andrew Svetlov
2019-05-27
1
-1/+1
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
1
-5/+15
*
bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...
Niklas Fiekas
2019-05-20
1
-6/+12
*
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner
2019-01-10
1
-6/+4
*
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov
2018-09-11
1
-4/+5
*
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130)
Yury Selivanov
2018-05-28
1
-0/+4
*
bpo-33332: Add signal.valid_signals() (GH-6581)
Antoine Pitrou
2018-05-04
1
-2/+2
*
bpo-32622: Normalize ENOTCONN to ConnectionError on macOS (GH-5369)
Yury Selivanov
2018-01-27
1
-0/+11
*
bpo-32662: Implement Server.start_serving() and Server.serve_forever() (#5312)
Yury Selivanov
2018-01-25
1
-5/+7
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-1/+1
*
bpo-32410: Make SendfileNotAvailableError exception public (#5243)
Andrew Svetlov
2018-01-19
1
-4/+4
*
bpo-32410: Implement loop.sock_sendfile() (#4976)
Andrew Svetlov
2018-01-16
1
-0/+93
*
bpo-26133: Fix typos (#5010)
Andrew Svetlov
2017-12-26
1
-2/+2
*
bpo-26133: Clear signals list on interpreter finalizing (#5002)
Andrew Svetlov
2017-12-24
1
-4/+7
*
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown...
Andrew Svetlov
2017-12-21
1
-2/+8
*
bpo-29970: Make ssh_handshake_timeout None by default (#4939)
Andrew Svetlov
2017-12-20
1
-2/+9
*
bpo-29970: Add timeout for SSL handshake in asyncio
Neil Aspinall
2017-12-19
1
-7/+13
*
bpo-27456: Simplify sock type checks (#4922)
Yury Selivanov
2017-12-19
1
-2/+2
*
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231)
Yury Selivanov
2017-12-16
1
-2/+2
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
1
-27/+25
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-08
1
-26/+14
*
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
Andrew Svetlov
2017-11-29
1
-49/+9
*
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner
2017-11-28
1
-1/+1
*
asyncio: use directly socket.socketpair() (#4597)
Victor Stinner
2017-11-28
1
-4/+1
*
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be...
Yury Selivanov
2017-11-20
1
-1/+2
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
1
-19/+10
*
Merge 3.5 (issue #28704)
Yury Selivanov
2016-11-15
1
-0/+8
|
\
|
*
Issue #28704: Fix create_unix_server to support Path-like objects
Yury Selivanov
2016-11-15
1
-0/+8
*
|
Merge 3.5 (issue #28652)
Yury Selivanov
2016-11-09
1
-2/+2
|
\
\
|
|
/
|
*
Issue #28652: Make loop methods reject socket kinds they do not support.
Yury Selivanov
2016-11-09
1
-2/+2
*
|
Merge 3.5 (issue #28399)
Yury Selivanov
2016-10-09
1
-0/+11
|
\
\
|
|
/
|
*
Issue #28399: Remove UNIX socket from FS before binding.
Yury Selivanov
2016-10-09
1
-0/+11
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-10-07
1
-2/+9
|
\
\
|
|
/
|
*
asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection
Yury Selivanov
2016-10-07
1
-2/+9
*
|
Merge 3.5 (issue #28369)
Yury Selivanov
2016-10-05
1
-13/+13
|
\
\
|
|
/
|
*
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov
2016-10-05
1
-13/+13
*
|
Merge 3.5 (issue #28368)
Yury Selivanov
2016-10-05
1
-5/+18
|
\
\
|
|
/
|
*
Issue #28368: Refuse monitoring processes if the child watcher has no loop at...
Yury Selivanov
2016-10-05
1
-5/+18
*
|
Merge 3.5 (asyncio, issue #26909)
Yury Selivanov
2016-09-15
1
-15/+12
|
\
\
|
|
/
|
*
Issue #26909: Fix slow pipes IO in asyncio.
Yury Selivanov
2016-09-15
1
-15/+12
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-12
1
-0/+12
|
\
\
|
|
/
|
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-12
1
-0/+12
*
|
Merge asyncio from 3.5
Guido van Rossum
2016-08-31
1
-10/+21
|
\
\
|
|
/
|
*
Fix ordering issues in UNIX read/write pipe transport constructors.
Guido van Rossum
2016-08-31
1
-6/+17
|
*
Don't select for read on character devices in _UnixWritePipeTransport.
Guido van Rossum
2016-08-31
1
-4/+4
[next]