[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[Libevent-users] ANN: Gevent 0.13.1 released
- To: libevent-users@xxxxxxxxxxxxx
- Subject: [Libevent-users] ANN: Gevent 0.13.1 released
- From: Denis Bilenko <denis.bilenko@xxxxxxxxx>
- Date: Thu, 23 Sep 2010 19:19:04 +0700
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: libevent-users-outgoing@xxxxxxxx
- Delivered-to: libevent-users@xxxxxxxx
- Delivery-date: Thu, 23 Sep 2010 08:19:33 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=SRKJ3xkvGLeyk6UlnmyGzIpcAHvfoZXiDVcm1VGMXp8=; b=fWSChv3y+wugM/S4ABNZPnuFc65k1BBqbPbMfAMzEZPwjT4lv+NkOVuDL7/3WcK9w0 e/o3KwFmb5KFIS/jqcGsVh/IB5vZ252GAw6RmG1lLbJUCdjrg3CNbAYcyW2OFzaduCxi SA8yAnP45SwArtpTgAUFh/c7TQhSHgdNhXs7o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=QtrhZ+4dXj74vRKFlmbpsABvyPsuImQmAnQ3VwFJUeDffYAK88oI/NDFEfiGrusdzm PCCbngFflNvVgFDPPRasiWSGq1N7cY7Q+pqhOpggjrPS6gr6M2/bTda0aL81+6nLiC4M yweNkj7AD1LpgUjTZqkaBUkz3cImOTLQu/hzo=
- Reply-to: libevent-users@xxxxxxxxxxxxx
- Sender: owner-libevent-users@xxxxxxxxxxxxx
Hi!
I'm happy to announce that Gevent 0.13.1 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.
* 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.1?
Gevent 0.13.1 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.
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users in the body.