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
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 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
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 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
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 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 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 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 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 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 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
12 matches
Mail list logo