137578b4c3
v0.9.0 TCP & UDP --------- transport.get_extra_info('socket') now returns a socket-like object. It supports socket methods like setsockopts(), but prohibits send(), recv(), close() and any other calls that can interfere with the transport that ultimately owns this file descriptor. TCP_NODELAY is used by default for all TCP connections. Make Transport.resume_reading() and pause_reading() idempotent. This will match asyncio in Python 3.7. loop.create_server() keeps a strong reference to the Server object it returns until its closed. Fix loop.connect_accepted_socket() to return correct SSL transport. The UDP transport layer was rewritten from scratch. Now it uses uv_poll_* libuv APIs, instead of high-level uv_udp_* ones. This could mean a slight performance regression, and will be reverted when we port uvloop to Windows. For now this is the only viable option to make uvloop fully compatible with asyncio. When libuv gets an API to connect UDP sockets, uv_udp_connect(), we'll be able to switch to a better UDP implementation. UDPTransport.sendto(data, addr) will raise an exception if addr requires a name resolution. Low-level sockets ----------------- loop.add_reader() and loop.add_writer() accept file-like objects. loop.sock_connect() supports 4 element address tuples for IPv6 sockets. Protect sockets from closing while they are in use by loop.sock_*() methods. Close all reader/writer sockets the loop owns when it closes. Other event loop APIs --------------------- loop.run_until_complete() cleans up done callbacks in all situations. New uv_loop_fork() libuv API is used in loop.subprocess_shell() and loop.subprocess_exec() making them more stable. loop.call_later() accepts infinite time float('inf'). loop.subprocess_exec() accepts pathlib.Path objects for its cwd parameter. Support pathlib.Path objects in loop.create_unix_connection() and loop.create_unix_server(). Try removing existing stale Unix socket paths in loop.create_unix_server(). ascii encoding is tried before encoding with idna. Fix slow_callback_duration repr in warnings for callback handles and Tasks. Python 3.7 ---------- Some APIs that will be available in Python 3.7 in vanilla asyncio, but can be used with uvloop today. Implement .cancelled() method for callback and timer handles. Add Transport.is_reading(). Implement loop.sock_recv_into(). Python 3.7.0a1 is now supported. Miscellaneous ------------- Drop custom uvloop Future and Task implementations. This means that there will be a tiny performance regression for Python 3.5 deploys. Limit stack traces in debug mode to make it faster. signal.siginterrupt is now used by signals machinery to let system calls to be repeated by default, instead of raising an EINTR. Build ----- libuv in uvloop has been upgraded from v1.11.0 to v1.17.0. Aside from bug fixes and performance improvements, libuv survives fork. LIBUV_CONFIGURE_HOST environment variable can be used to cross-compile uvloop/libuv. Cyhton was upgraded from 0.25.2 to 0.27.3. uvloop binary is linked with pthread
67 lines
2.4 KiB
Text
67 lines
2.4 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2017/11/27 10:44:55 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/uvloop/__init__.py
|
|
${PYSITELIB}/uvloop/__init__.pyc
|
|
${PYSITELIB}/uvloop/__init__.pyo
|
|
${PYSITELIB}/uvloop/_noop.py
|
|
${PYSITELIB}/uvloop/_noop.pyc
|
|
${PYSITELIB}/uvloop/_noop.pyo
|
|
${PYSITELIB}/uvloop/_patch.py
|
|
${PYSITELIB}/uvloop/_patch.pyc
|
|
${PYSITELIB}/uvloop/_patch.pyo
|
|
${PYSITELIB}/uvloop/_testbase.py
|
|
${PYSITELIB}/uvloop/_testbase.pyc
|
|
${PYSITELIB}/uvloop/_testbase.pyo
|
|
${PYSITELIB}/uvloop/cbhandles.pxd
|
|
${PYSITELIB}/uvloop/cbhandles.pyx
|
|
${PYSITELIB}/uvloop/dns.pyx
|
|
${PYSITELIB}/uvloop/errors.pyx
|
|
${PYSITELIB}/uvloop/handles/async_.pxd
|
|
${PYSITELIB}/uvloop/handles/async_.pyx
|
|
${PYSITELIB}/uvloop/handles/basetransport.pxd
|
|
${PYSITELIB}/uvloop/handles/basetransport.pyx
|
|
${PYSITELIB}/uvloop/handles/check.pxd
|
|
${PYSITELIB}/uvloop/handles/check.pyx
|
|
${PYSITELIB}/uvloop/handles/handle.pxd
|
|
${PYSITELIB}/uvloop/handles/handle.pyx
|
|
${PYSITELIB}/uvloop/handles/idle.pxd
|
|
${PYSITELIB}/uvloop/handles/idle.pyx
|
|
${PYSITELIB}/uvloop/handles/pipe.pxd
|
|
${PYSITELIB}/uvloop/handles/pipe.pyx
|
|
${PYSITELIB}/uvloop/handles/poll.pxd
|
|
${PYSITELIB}/uvloop/handles/poll.pyx
|
|
${PYSITELIB}/uvloop/handles/process.pxd
|
|
${PYSITELIB}/uvloop/handles/process.pyx
|
|
${PYSITELIB}/uvloop/handles/stream.pxd
|
|
${PYSITELIB}/uvloop/handles/stream.pyx
|
|
${PYSITELIB}/uvloop/handles/streamserver.pxd
|
|
${PYSITELIB}/uvloop/handles/streamserver.pyx
|
|
${PYSITELIB}/uvloop/handles/tcp.pxd
|
|
${PYSITELIB}/uvloop/handles/tcp.pyx
|
|
${PYSITELIB}/uvloop/handles/timer.pxd
|
|
${PYSITELIB}/uvloop/handles/timer.pyx
|
|
${PYSITELIB}/uvloop/handles/udp.pxd
|
|
${PYSITELIB}/uvloop/handles/udp.pyx
|
|
${PYSITELIB}/uvloop/includes/__init__.py
|
|
${PYSITELIB}/uvloop/includes/__init__.pyc
|
|
${PYSITELIB}/uvloop/includes/__init__.pyo
|
|
${PYSITELIB}/uvloop/includes/compat.h
|
|
${PYSITELIB}/uvloop/includes/consts.pxi
|
|
${PYSITELIB}/uvloop/includes/debug.h
|
|
${PYSITELIB}/uvloop/includes/debug.pxd
|
|
${PYSITELIB}/uvloop/includes/python.pxd
|
|
${PYSITELIB}/uvloop/includes/stdlib.pxi
|
|
${PYSITELIB}/uvloop/includes/system.pxd
|
|
${PYSITELIB}/uvloop/includes/uv.pxd
|
|
${PYSITELIB}/uvloop/loop.c
|
|
${PYSITELIB}/uvloop/loop.pxd
|
|
${PYSITELIB}/uvloop/loop.pyx
|
|
${PYSITELIB}/uvloop/loop.so
|
|
${PYSITELIB}/uvloop/pseudosock.pyx
|
|
${PYSITELIB}/uvloop/request.pxd
|
|
${PYSITELIB}/uvloop/request.pyx
|
|
${PYSITELIB}/uvloop/server.pxd
|
|
${PYSITELIB}/uvloop/server.pyx
|