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


Groups > comp.lang.python.announce > #1079 > unrolled thread

gevent 0.13.2 released

Started byDenis Bilenko <denis.bilenko@gmail.com>
First post2011-01-28 20:58 +0600
Last post2011-01-28 20:58 +0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  gevent 0.13.2 released Denis Bilenko <denis.bilenko@gmail.com> - 2011-01-28 20:58 +0600

#1079 — gevent 0.13.2 released

FromDenis Bilenko <denis.bilenko@gmail.com>
Date2011-01-28 20:58 +0600
Subjectgevent 0.13.2 released
Message-ID<mailman.1452.1296249045.6505.python-announce-list@python.org>
Hi!

I'm happy to announce that Gevent 0.13.2 is released with a number of
bug fixes and
a new gevent.httplib module that implements fast HTTP client - wrapper
around libevent-http.

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.2?

Read the full changelog here:
http://www.gevent.org/changelog.html

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

Thanks to Tommie Gannert, Örjan Persson, Alexey Borzenkov. Ralf
Schmitt, Nicholas Piël, Elizabeth Jennifer Myers, Ned Rockson, Jon
Aslund.

Cheers,
Denis.

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web