Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1313 > unrolled thread

Eventlet 0.14 released

Started bySergey Shepelev <temotor@gmail.com>
First post2014-07-03 03:27 -0700
Last post2014-07-03 03:27 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  Eventlet 0.14 released Sergey Shepelev <temotor@gmail.com> - 2014-07-03 03:27 -0700

#1313 — Eventlet 0.14 released

FromSergey Shepelev <temotor@gmail.com>
Date2014-07-03 03:27 -0700
SubjectEventlet 0.14 released
Message-ID<mailman.11452.1404383272.18130.python-announce-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web