768d26251f
v0.10.0 New Features * Support Python 3.7. * Implement PEP 567 support (contextvars module) for Python 3.7. * Add uvloop's own version of asyncio/sslproto.py. SSL is now ~50% faster. * Convert Future-returning loop methods to coroutines. * Allow file objects to be passed to loop.subprocess* functions. * Make signals processing more reliable. * Prohibit adding a signal handler for SIGCHLD. * Add uvloop.__version__. Bug Fixes * Upgrade to Cython 0.28.2. * Update libuv from v1.17.0 to v1.20.3. * Make sure UDP handles are cleaned-up properly. * Fix subprocess.close() to let its processes die gracefully. * Fix sock_connect() to resolve addresses for correct socket family. * Fix a race condition in SSL handshake.
68 lines
2.4 KiB
Text
68 lines
2.4 KiB
Text
@comment $NetBSD: PLIST,v 1.3 2018/05/31 09:28:40 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
|
|
${PYSITELIB}/uvloop/sslproto.pyx
|