pkgsrc/net/py-gevent/PLIST

178 lines
5.9 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.6 2017/09/03 08:36:58 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/gevent/__init__.py
${PYSITELIB}/gevent/__init__.pyc
${PYSITELIB}/gevent/__init__.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_compat.py
${PYSITELIB}/gevent/_compat.pyc
${PYSITELIB}/gevent/_compat.pyo
${PYSITELIB}/gevent/_fileobjectcommon.py
${PYSITELIB}/gevent/_fileobjectcommon.pyc
${PYSITELIB}/gevent/_fileobjectcommon.pyo
${PYSITELIB}/gevent/_fileobjectposix.py
${PYSITELIB}/gevent/_fileobjectposix.pyc
${PYSITELIB}/gevent/_fileobjectposix.pyo
${PYSITELIB}/gevent/_semaphore.pxd
${PYSITELIB}/gevent/_semaphore.py
${PYSITELIB}/gevent/_semaphore.pyc
${PYSITELIB}/gevent/_semaphore.pyo
${PYSITELIB}/gevent/_semaphore.so
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_socket2.py
${PYSITELIB}/gevent/_socket2.pyc
${PYSITELIB}/gevent/_socket2.pyo
${PYSITELIB}/gevent/_socket3.py
${PLIST.py3x}${PYSITELIB}/gevent/_socket3.pyc
${PLIST.py3x}${PYSITELIB}/gevent/_socket3.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_socketcommon.py
${PYSITELIB}/gevent/_socketcommon.pyc
${PYSITELIB}/gevent/_socketcommon.pyo
${PYSITELIB}/gevent/_ssl2.py
${PYSITELIB}/gevent/_ssl2.pyc
${PYSITELIB}/gevent/_ssl2.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_ssl3.py
${PYSITELIB}/gevent/_ssl3.pyc
${PYSITELIB}/gevent/_ssl3.pyo
${PYSITELIB}/gevent/_sslgte279.py
${PYSITELIB}/gevent/_sslgte279.pyc
${PYSITELIB}/gevent/_sslgte279.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_tblib.py
${PYSITELIB}/gevent/_tblib.pyc
${PYSITELIB}/gevent/_tblib.pyo
${PYSITELIB}/gevent/_threading.py
${PYSITELIB}/gevent/_threading.pyc
${PYSITELIB}/gevent/_threading.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_util.py
${PYSITELIB}/gevent/_util.pyc
${PYSITELIB}/gevent/_util.pyo
${PYSITELIB}/gevent/_util_py2.py
${PLIST.py2x}${PYSITELIB}/gevent/_util_py2.pyc
${PLIST.py2x}${PYSITELIB}/gevent/_util_py2.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/ares.pyx
${PYSITELIB}/gevent/ares.so
${PYSITELIB}/gevent/backdoor.py
${PYSITELIB}/gevent/backdoor.pyc
${PYSITELIB}/gevent/backdoor.pyo
${PYSITELIB}/gevent/baseserver.py
${PYSITELIB}/gevent/baseserver.pyc
${PYSITELIB}/gevent/baseserver.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/builtins.py
${PYSITELIB}/gevent/builtins.pyc
${PYSITELIB}/gevent/builtins.pyo
${PYSITELIB}/gevent/cares.pxd
${PYSITELIB}/gevent/cares_ntop.h
${PYSITELIB}/gevent/cares_pton.h
${PYSITELIB}/gevent/core.py
${PYSITELIB}/gevent/core.pyc
${PYSITELIB}/gevent/core.pyo
${PYSITELIB}/gevent/dnshelper.c
${PYSITELIB}/gevent/event.py
${PYSITELIB}/gevent/event.pyc
${PYSITELIB}/gevent/event.pyo
${PYSITELIB}/gevent/fileobject.py
${PYSITELIB}/gevent/fileobject.pyc
${PYSITELIB}/gevent/fileobject.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/gevent._semaphore.c
${PYSITELIB}/gevent/gevent.ares.c
${PYSITELIB}/gevent/gevent.ares.h
${PYSITELIB}/gevent/greenlet.py
${PYSITELIB}/gevent/greenlet.pyc
${PYSITELIB}/gevent/greenlet.pyo
${PYSITELIB}/gevent/hub.py
${PYSITELIB}/gevent/hub.pyc
${PYSITELIB}/gevent/hub.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/libev/__init__.py
${PYSITELIB}/gevent/libev/__init__.pyc
${PYSITELIB}/gevent/libev/__init__.pyo
${PLIST.py3x}${PYSITELIB}/gevent/libev/_corecffi.abi3.so
${PLIST.py2x}${PYSITELIB}/gevent/libev/_corecffi.so
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/libev/_corecffi_build.py
${PYSITELIB}/gevent/libev/_corecffi_build.pyc
${PYSITELIB}/gevent/libev/_corecffi_build.pyo
${PYSITELIB}/gevent/libev/_corecffi_cdef.c
${PYSITELIB}/gevent/libev/_corecffi_source.c
${PYSITELIB}/gevent/libev/callbacks.c
${PYSITELIB}/gevent/libev/callbacks.h
${PYSITELIB}/gevent/libev/corecext.ppyx
${PYSITELIB}/gevent/libev/corecext.pyx
${PYSITELIB}/gevent/libev/corecext.so
${PYSITELIB}/gevent/libev/corecffi.py
${PYSITELIB}/gevent/libev/corecffi.pyc
${PYSITELIB}/gevent/libev/corecffi.pyo
${PYSITELIB}/gevent/libev/gevent.corecext.c
${PYSITELIB}/gevent/libev/libev.h
${PYSITELIB}/gevent/libev/libev.pxd
${PYSITELIB}/gevent/libev/libev_vfd.h
${PYSITELIB}/gevent/libev/stathelper.c
${PYSITELIB}/gevent/local.py
${PYSITELIB}/gevent/local.pyc
${PYSITELIB}/gevent/local.pyo
${PYSITELIB}/gevent/lock.py
${PYSITELIB}/gevent/lock.pyc
${PYSITELIB}/gevent/lock.pyo
${PYSITELIB}/gevent/monkey.py
${PYSITELIB}/gevent/monkey.pyc
${PYSITELIB}/gevent/monkey.pyo
${PYSITELIB}/gevent/os.py
${PYSITELIB}/gevent/os.pyc
${PYSITELIB}/gevent/os.pyo
${PYSITELIB}/gevent/pool.py
${PYSITELIB}/gevent/pool.pyc
${PYSITELIB}/gevent/pool.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/python.pxd
${PYSITELIB}/gevent/pywsgi.py
${PYSITELIB}/gevent/pywsgi.pyc
${PYSITELIB}/gevent/pywsgi.pyo
${PYSITELIB}/gevent/queue.py
${PYSITELIB}/gevent/queue.pyc
${PYSITELIB}/gevent/queue.pyo
${PYSITELIB}/gevent/resolver_ares.py
${PYSITELIB}/gevent/resolver_ares.pyc
${PYSITELIB}/gevent/resolver_ares.pyo
${PYSITELIB}/gevent/resolver_thread.py
${PYSITELIB}/gevent/resolver_thread.pyc
${PYSITELIB}/gevent/resolver_thread.pyo
${PYSITELIB}/gevent/select.py
${PYSITELIB}/gevent/select.pyc
${PYSITELIB}/gevent/select.pyo
${PYSITELIB}/gevent/server.py
${PYSITELIB}/gevent/server.pyc
${PYSITELIB}/gevent/server.pyo
1.2.2: - Testing on Python 3.5 now uses Python 3.5.3 due to SSL changes. See :issue:`943`. - Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since the former has reached EOL. - Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0. - Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3 3.3-5.5-alpha. - Python 2 sockets are compatible with the ``SOCK_CLOEXEC`` flag found on Linux. They no longer pass the socket type or protocol to ``getaddrinfo`` when ``connect`` is called. Reported in :issue:`944` by Bernie Hackett. - Replace ``optparse`` module with ``argparse``. See :issue:`947`. - Update to version 1.3.1 of ``tblib`` to fix :issue:`954`, reported by ml31415. - Fix the name of the ``type`` parameter to :func:`gevent.socket.getaddrinfo` to be correct on Python 3. This would cause callers using keyword arguments to raise a :exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise, correct the argument names for ``fromfd`` and ``socketpair`` on Python 2, although they cannot be called with keyword arguments under CPython. .. note:: The ``gethost*`` functions take different argument names under CPython and PyPy. gevent follows the CPython convention, although these functions cannot be called with keyword arguments on CPython. - The previously-singleton exception objects ``FileObjectClosed`` and ``cancel_wait_ex`` were converted to classes. On Python 3, an exception object is stateful, including references to its context and possibly traceback, which could lead to objects remaining alive longer than intended. - Make sure that ``python -m gevent.monkey <script>`` runs code in the global scope, not the scope of the ``main`` function.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/signal.py
${PYSITELIB}/gevent/signal.pyc
${PYSITELIB}/gevent/signal.pyo
${PYSITELIB}/gevent/socket.py
${PYSITELIB}/gevent/socket.pyc
${PYSITELIB}/gevent/socket.pyo
${PYSITELIB}/gevent/ssl.py
${PYSITELIB}/gevent/ssl.pyc
${PYSITELIB}/gevent/ssl.pyo
${PYSITELIB}/gevent/subprocess.py
${PYSITELIB}/gevent/subprocess.pyc
${PYSITELIB}/gevent/subprocess.pyo
${PYSITELIB}/gevent/thread.py
${PYSITELIB}/gevent/thread.pyc
${PYSITELIB}/gevent/thread.pyo
${PYSITELIB}/gevent/threading.py
${PYSITELIB}/gevent/threading.pyc
${PYSITELIB}/gevent/threading.pyo
${PYSITELIB}/gevent/threadpool.py
${PYSITELIB}/gevent/threadpool.pyc
${PYSITELIB}/gevent/threadpool.pyo
${PYSITELIB}/gevent/timeout.py
${PYSITELIB}/gevent/timeout.pyc
${PYSITELIB}/gevent/timeout.pyo
${PYSITELIB}/gevent/util.py
${PYSITELIB}/gevent/util.pyc
${PYSITELIB}/gevent/util.pyo
${PYSITELIB}/gevent/win32util.py
${PYSITELIB}/gevent/win32util.pyc
${PYSITELIB}/gevent/win32util.pyo
${PYSITELIB}/gevent/wsgi.py
${PYSITELIB}/gevent/wsgi.pyc
${PYSITELIB}/gevent/wsgi.pyo