zoukankan      html  css  js  c++  java
  • gevent 0.13.1 is out

    This is a maintenance release for Python 0.13.0, fixing a number of
    issues. Read the changelog for details:
    http://www.gevent.org/changelog.html

    Get it from PyPI: http://pypi.python.org/pypi/gevent

    Thanks to Ralf Schmitt who worked with me on this release.

    Thanks to the following people who provided patches: David Hain, Teh
    Ekik, Dmitry Chechik, Alexey Borzenkov, Antoine Pitrou, Örjan Persson.

    Thanks to everyone who reported bugs and participated in the discussion.

    Thanks to Leif K-Brooks (Omegle.com) and Spotify (Spotify.com) who
    responded to the sponsorship call and provided funds for gevent
    development!

    Release 0.13.1 (Sep 23, 2010)

    Release highlights:

    gevent.socket module:

    gevent.ssl module:

    • Imported a number of patches from stdlib by Antoine Pitrou:
      • Calling makefile() method on an SSL object would prevent the underlying socket from being closed until all objects get truely destroyed (Python issue #5238).
      • SSL handshake would ignore the socket timeout and block indefinitely if the other end didn’t respond (Python issue #5103).
      • When calling getpeername() in SSLSocket.__init__, only silence exceptions caused by the “socket not connected” condition.
    • Added support for ciphers argument.
    • Updated SSLSocket.send and SSLSocket.recv methods to match the behavior of stdlib ssl better.
    • Fixed ssl.SSLObject to delete events used by other greenlets when closing the instance (issue #34).

    Miscellaneous:

    • Made BaseServer accept long values as pool argument in addition to int.
    • Made http._requests attribute public.
    • Updated webchat example to use file on disk rather than in-memory sqlite database to avoid OperationalError.
    • Fixed webproxy.py example to be runnable under external WSGI server.
    • Fixed bogus failure in test__exc_info.py.
    • Added new test to check PEP8 conformance: xtest_pep8.py.
    • Fixed BackdoorServer close the connection on SystemExit and simplified the code.
    • Made Pool raise ValueError when initialized with size=0.
    • Updated setup.py --libevent to configure and make libevent if it’s not built already.
    • Updated setup.py to use setuptools if present and add dependency on greenlet.
    • Fixed doc/mysphinxext.py to work with Sphinx 1. Thanks by Örjan Persson.

    The Last Release 0.13.0 (Jul 14, 2010)

  • 相关阅读:
    ATM代码及遇到的问题总结
    暑假日报-52
    暑假日报-51
    暑假日报-50
    暑假日报-49
    暑假日报-48
    线段树优化建图(炸弹 + 选课)
    联考day2 C. 舟游
    联赛模拟测试5题解
    第19周作业
  • 原文地址:https://www.cnblogs.com/lexus/p/1834067.html
Copyright © 2011-2022 走看看