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 part is work-in-progress Python3 support, already included in this 
release. Please try it with your projects, report issues here 
https://github.com/eventlet/eventlet/issues/new
hopefully, next release will officially support Python3!

News:
* Python3 compatibility -- **not ready yet**; Thanks to Astrum Kuo, Davanum 
Srinivas, Jakub Stasiak, Victor Sergeyev
* coros: remove Actor which was deprecated in 2010-01
* saranwrap: remove saranwrap which was deprecated in 2010-02
* PyPy compatibility fixes; Thanks to Dmitriy Kruglyak, Jakub Stasiak
* green.profile: accumulate results between runs; Thanks to Zhang Hua
* greenthread: add .unlink() method; Thanks to Astrum Kuo
* packaging: Generate universal wheels; Thanks to Jakub Stasiak
* queue: Make join not wait if there are no unfinished tasks; Thanks to Jakub 
Stasiak
* tpool: proxy __enter__, __exit__ fixes Bitbucket-158; Thanks to Eric Urban
* websockets: Add websockets13 support; handle lack of Upgrade header; Thanks 
to Edward George
* wsgi: capitalize_response_headers option

Our website: http://eventlet.net/
Direct package download links:
https://pypi.python.org/packages/source/e/eventlet/eventlet-0.15.0.tar.gz
https://pypi.python.org/packages/2.7/e/eventlet/eventlet-0.15.0-py2.py3-none-any.whl#md5=72403b5b4623e4802baf976f55b11a36
-- 
https://mail.python.org/mailman/listinfo/python-announce-list

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


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 connection socket timeouts; Thanks to Paul Oppenheim
* wsgi: close timed out client connections
* greenio: socket pypy compatibility; Thanks to Alex Gaynor
* wsgi: env['wsgi.input'] was returning 1 byte strings; Thanks to Eric Urban
* green.ssl: fix NameError; Github #17; Thanks to Jakub Stasiak
* websocket: allow "websocket" in lowercase in Upgrade header; Compatibility 
with current Google Chrome; Thanks to Dmitry Orlov
* wsgi: allow minimum_chunk_size to be overriden on a per request basis; Thanks 
to David Goetz
* wsgi: configurable socket_timeout

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

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