Eventlet 0.10 - bugfix release

2012-12-28 Thread Sergey Shepelev
Good news everyone! Eventlet 0.10 is officially released. http://pypi.python.org/pypi/eventlet/0.10.0 What is it? Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. Same robust, simple threaded code with powerful epoll/kq

Eventlet 0.11 bug fix release

2013-01-14 Thread Sergey Shepelev
Hello. Eventlet 0.11 is available. http://pypi.python.org/pypi/eventlet/0.11.0 This is a quick bug fix release featuring: * ssl: Fix busy loop in socket.sendall(). Thanks to raylu. * zmq: Return linger argument to Socket.close(). Thanks to Eric Windisch. What's next: zmq .bind(PUB) busy loop fix,

Eventlet 0.12

2013-01-25 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. http://pypi.python.org/pypi/eventlet/0.12.0 This release features important bug fix of zmq bind(PUB) 100% busy CPU in idle. Thanks to Geoff Salmon. Also: * greenio: Fix s

Eventlet 0.13 is going to have minor incompatible change in subprocess API

2013-06-05 Thread Sergey Shepelev
Hello. I'm trying to reach out for as many Eventlet users as possible. This message contains specific actions to be taken by project owners to ensure compatibility with future versions of eventlet. 1. We're going to have a minor backward incompatible change. It will *only* affect you if you us

Eventlet 0.13 released

2013-07-05 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. http://pypi.python.org/pypi/eventlet/0.13.0 This release features: - kqueue support, thanks to YAMAMOTO Takashi, Edward George - pyzmq 13.x compatibility, thanks to Edward

Eventlet is going to drop Python 2.5 support in favour of Python 3.3+

2013-08-08 Thread Sergey Shepelev
If you use Eventlet on Python 2.5 - bad news. Sample script to check: # relies on virtualenv activated or eventlet installed globally if python --version 2>&1 |fgrep -q 'Python 2.5' ; then if pip freeze |fgrep -q eventlet ; then echo 'bad news, read on' else echo ok fi else echo ok

Eventlet 0.14 released

2013-09-15 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. http://pypi.python.org/pypi/eventlet/0.14.0 This release features a lot of bug fixes and improvements to wsgi module. Thanks to all contributors! News: * wsgi: handle

Eventlet 0.14 released

2014-07-03 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. http://pypi.python.org/pypi/eventlet/0.15.0 This release features websocket13 support, improved PyPy compatibility and wheel package. Thanks to all contributors! Huge

Eventlet 0.16.1

2015-01-14 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. http://pypi.python.org/pypi/eventlet/0.16.1 This release features Python 2.7.9 SSL compatibility and improved Python3 support (bleeding edge, not finished officially).

Eventlet 0.17.4 released

2015-05-15 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. https://pypi.python.org/pypi/eventlet/0.17.4 First attempt at 2015-02-23, it's 4th bug fix release in 0.17 series. Featuring full Python3 and IPv6 support! Thanks to ev

Eventlet 0.18.3 released

2016-02-13 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. https://pypi.python.org/pypi/eventlet/0.18.3 The most scandal Eventlet release so far: https://pypi.python.org/pypi/eventlet/0.18.3 *Important note*: do not use versio

Eventlet 0.20.0 released

2016-12-12 Thread Sergey Shepelev
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. https://pypi.python.org/pypi/eventlet/0.20.0 Important backward incompatible changes: - removed select.poll(). We never had green poll implementation. If you really need