gevent 0.13.4 released

2011-04-11 Thread Denis Bilenko
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,

gevent 0.13.2 released

2011-01-28 Thread Denis Bilenko
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

gevent 0.13.1 released

2010-09-23 Thread Denis Bilenko
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 (epoll on Linux,

gevent 0.11.1 released

2009-11-15 Thread Denis Bilenko
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: * convenient API around greenlets * familiar synchronization primitives (gevent.event, gevent.queue) * socket module that