Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #85

gevent 0.13.4 released

From Denis Bilenko <denis.bilenko@gmail.com>
Date 2011-04-11 15:54 +0700
Subject gevent 0.13.4 released
Newsgroups comp.lang.python.announce
Message-ID <mailman.215.1302526663.9059.python-announce-list@python.org> (permalink)

Show all headers | View raw


Hi!

I'm happy to announce that Gevent 0.13.4 is released.

What is it?

gevent is a coroutine-based Python networking library that uses
greenlet to provide a high-level synchronous API on top of libevent
event loop.

Features include:

   * Fast event loop based on libevent (epoll on Linux, kqueue on FreeBSD).
   * Lightweight execution units based on greenlet.
   * API that re-uses concepts from the Python standard library (for
example there are Events and Queues).
   * Cooperative sockets with ssl support.
   * DNS queries performed through libevent-dns.
   * Monkey patching utility to get 3rd party modules to become cooperative.
   * Fast WSGI server based on libevent-http.

Homepage: http://www.gevent.org/

What's new in 0.13.4?

Gevent 0.13.4 is a maintenance release, fixing a number of bugs in
various modules. Read the full changelog here:
http://www.gevent.org/changelog.html

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

Cheers,
Denis.

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

gevent 0.13.4 released Denis Bilenko <denis.bilenko@gmail.com> - 2011-04-11 15:54 +0700

csiph-web