uvloop/uvloop
Yury Selivanov fc812cb43d Bump the version to 0.10.4.dev0 2018-08-07 16:34:39 -04:00
..
handles Experimental fix for #169 2018-06-25 12:56:13 -04:00
includes Use a proper type for the thread indent. 2018-06-25 12:56:07 -04:00
.gitignore Add Async handlers; implement call_soon & call_soon_threadsafe 2015-11-02 16:44:19 -05:00
__init__.py Bump the version to 0.10.4.dev0 2018-08-07 16:34:39 -04:00
_noop.py Completely rewrite signal handling. 2016-10-05 14:15:13 -04:00
_patch.py Fix uvloop tests under 3.5.2 2016-06-28 18:02:48 -04:00
_testbase.py Add ssl_handshake_timeout parameter to loop connection/server APIs 2018-06-01 13:10:36 -04:00
cbhandles.pxd Implement PEP 567 support (contextvars) for Python 3.7 (#155) 2018-05-25 16:30:19 -04:00
cbhandles.pyx Fix a memory leak related to contextvars support. (#192) 2018-08-07 13:35:48 -04:00
dns.pyx Stop using malloc for UVRequests 2017-11-27 16:03:02 -05:00
errors.pyx Basic implementation of subprocess_shell and subprocess_exec 2016-04-08 18:37:30 -04:00
loop.pxd Experimental fix for #169 2018-06-25 12:56:13 -04:00
loop.pyx Experimental fix for #169 2018-06-25 12:56:13 -04:00
pseudosock.pyx Implement pseudo-socket objects; don't dup() sockets 2017-11-24 16:46:19 -05:00
request.pxd UVHandle.close & UVRequest.cancel cannot be void (raise exceptions in debug) 2015-11-24 16:31:40 -05:00
request.pyx Stop using malloc for UVRequests 2017-11-27 16:03:02 -05:00
server.pxd create_server() now makes a strong ref to the Server object. 2017-11-21 11:02:15 -05:00
server.pyx Upgrade to Cython 0.28.2 2018-05-22 18:29:57 -04:00
sslproto.pyx SSLTransport.abort() should mark the transport as closed 2018-06-04 18:44:20 -04:00