Home
> Announcement > gevent 0.13.0 released
gevent 0.13.0 released
July 14, 2010
After two beta versions, the final version of gevent 0.13.0 has been released – you can get it from PyPI. If you don’t know what gevent is, read the introduction.
The full list of changes is available in the changelog. The major new additions are:
- gevent.server module to help you implement TCP and SSL servers. Check out the example.
- gevent.pywsgi — an alternative implementation of WSGI server, based on gevent.server. Unlike libevent-based gevent.wsgi it supports streaming, SSL, keep-alive connections.
- greenlet’s sharing of exc_info is worked around in this version.
- gevent.local is now working properly.
- socket.sendall() function no longer wastes memory by creating substrings of data.
- fixed reference leaks in core module.
Thanks to Ralf Schmitt, Ted Suzman, Luigi Pugnetti, Randall Leeds, Daniele Varrazzo, Nicholas Piël, Örjan Persson, Uriel Katz.
Categories: Announcement
Thank you ! Was waiting for that one.
Howe