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


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

gevent 0.13.2 released

X-FeedAbuse http://nntpfeed.proxad.net/abuse.pl feeded by 88.191.16.109
Path csiph.com!eeepc.pasdenom.info!news.pasdenom.info!news.dougwise.org!nntpfeed.proxad.net!nospam.fr.eu.org!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <denis.bilenko@gmail.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'bug': 0.02; 'fixes': 0.05; 'high-level': 0.05; 'implements': 0.05; 'library': 0.06; 'wrapper': 0.07; 'python': 0.08; 'url:pypi': 0.08; 'homepage:': 0.09; 'loop.': 0.09; 'sockets': 0.09; 'subject:released': 0.12; 'loop': 0.13; 'received:74.125.82.44': 0.15; 'received:mail- ww0-f44.google.com': 0.15; 'changelog': 0.16; 'patching': 0.16; 'ralf': 0.16; 'synchronous': 0.16; 'url:changelog': 0.16; 'wsgi': 0.16; 'api': 0.17; 'cheers,': 0.17; 'modules': 0.19; 'ssl': 0.23; 'module': 0.27; "i'm": 0.28; "what's": 0.29; 'example': 0.29; 'message-id:@mail.gmail.com': 0.29; 'thanks': 0.30; 'jennifer': 0.30; 'concepts': 0.30; 'server': 0.30; 'uses': 0.32; 'linux,': 0.33; 'there': 0.34; '3rd': 0.35; 'execution': 0.36; 'http': 0.36; 'to:addr:python-announce-list': 0.36; 'it?': 0.38; 'received:google.com': 0.38; 'announce': 0.38; 'event': 0.38; 'url:org': 0.38; 'url:python': 0.39; 'around': 0.40; 'to:addr:python.org': 0.40; 'party': 0.40; 'skip:l 10': 0.40; 'full': 0.61; 'released': 0.62; 'networking': 0.63; 'here:': 0.66; 'become': 0.70; 'cooperative': 0.91; 'elizabeth': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=9OKBVyYEHPqxRv1z5hHZxAMXX6cOyp1e2toRYCh9/00=; b=pkvep7GcGe/p807t5oOABQv/p0b86zbpKMx01UHzL7ti1Zy2TpTMU8G7JnEduQssK5 6IN47gmVzV/GwNnUGpxtTR24MadkCrCo7fm9nCigDGmOjfPmdJlvpdg57PTlrf6tJfNj LRjYW8/gQvIpPymqhiNCkafoU0yclnjevt7Pw=
DomainKey-Signature a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=xIk4qO+hTRyBqqz06g3ZAmoYMutdt8/SST4B3pb0wEo3ELs5RVu0/zZZA1kuUc6Ji7 3eNCjkgnHUobpE7bnT7AmH+XGav9wtXR4aGyf9f5gFaEuNFyLnHHsiwdJKUpOj9v6Aim /m7DdR3zDatz34h4GncrUtE/bpB8lGbi0v61I=
MIME-Version 1.0
From Denis Bilenko <denis.bilenko@gmail.com>
Date Fri, 28 Jan 2011 20:58:30 +0600
Subject gevent 0.13.2 released
To python-announce-list@python.org
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
X-Mailman-Approved-At Fri, 28 Jan 2011 22:10:44 +0100
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.1452.1296249045.6505.python-announce-list@python.org> (permalink)
Lines 40
NNTP-Posting-Host 82.94.164.166
X-Trace 1296249045 news.xs4all.nl 41114 [::ffff:82.94.164.166]:36985
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1079

Show key headers only | View raw


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.

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


Thread

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

csiph-web