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 George
- Python 3.3 and RHEL 6.1 compatibility in subprocess Popen.wait() timeout 
kwarg; thanks to David Malcolm and caring RHEL users

Also:
* greenio: Fix AttributeError on MacOSX; Bitbucket #136; Thanks to Derk Tegeler
* green: subprocess: Fix subprocess.communicate() block on Python 2.7; Thanks 
to Edward George
* green: select: ensure that hub can .wait() at least once before timeout; 
Thanks to YAMAMOTO Takashi
* tpool: single request queue to avoid deadlocks; Bitbucket pull request 31,32; 
Thanks to Edward George
* hubs: EVENTLET_HUB can point to external modules; Thanks to Edward George
* semaphore: support timeout for acquire(); Thanks to Justin Patrin
* support: do not clear sys.exc_info if can be preserved (greenlet >= 0.3.2); 
Thanks to Edward George
* Travis continuous integration; Thanks to Thomas Grainger, Jakub Stasiak
* wsgi: minimum_chunk_size of last Server altered all previous (global 
variable); Thanks to Jakub Stasiak
* doc: hubs: Point to the correct function in exception message; Thanks to 
Floris Bruynooghe

Our website: http://eventlet.net/
Direct package download link: 
https://pypi.python.org/packages/source/e/eventlet/eventlet-0.13.0.tar.gz
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to