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


Groups > comp.lang.python > #106459

Twisted 16.1 Release Announcement

Path csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail
From "Amber \"Hawkie\" Brown" <hawkowl@atleastfornow.net>
Newsgroups comp.lang.python
Subject Twisted 16.1 Release Announcement
Date Tue, 5 Apr 2016 01:10:23 +0800
Lines 62
Message-ID <mailman.29.1459789879.32530.python-list@python.org> (permalink)
References <367BC573-64FD-4694-ADA1-C78B5D45E257@atleastfornow.net>
Mime-Version 1.0 (Mac OS X Mail 9.2 \(3112\))
Content-Type multipart/signed; boundary="Apple-Mail=_1FCFA3A2-B973-4352-8EA8-0CC1648EFF12"; protocol="application/pgp-signature"; micalg=pgp-sha256
X-Trace news.uni-berlin.de zUVdZqcjeakWeJDuPvJ0Ag1zt/mRlCCmh7qIruXNz6pA==
Return-Path <hawkowl@atleastfornow.net>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'url:pypi': 0.03; 'pypi': 0.07; 'below).': 0.09; 'porting': 0.09; 'url:github': 0.09; 'python': 0.10; '<>.': 0.11; '(link': 0.16; 'dependency,': 0.16; 'filename:fname piece:signature': 0.16; 'fly': 0.16; 'openssl': 0.16; 'ported': 0.16; 'received:192.168.1.4': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'ssh': 0.16; 'twisted': 0.16; 'bytes': 0.18; 'foundation,': 0.20; 'contributed': 0.20; 'maintains': 0.22; 'month,': 0.22; '(or': 0.23; '(this': 0.24; 'developers': 0.26; 'skip:t 40': 0.27; 'host': 0.28; 'accepts': 0.29; 'key,': 0.29; 'received:66.33': 0.29; 'received:66.33.216': 0.29; 'received:66.33.216.122': 0.29; 'received:dreamhost.com': 0.29; 'received:g.dreamhost.com': 0.29; 'received:hapkido.dreamhost.com': 0.29; 'connection': 0.30; 'url:wiki': 0.30; 'code': 0.30; 'everyone': 0.31; 'announce': 0.32; 'url:python': 0.33; 'url:downloads': 0.33; 'file': 0.34; 'add': 0.34; 'downloads': 0.35; 'installing': 0.35; 'unicode': 0.35; 'url:org': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'client': 0.37; 'thanks': 0.37; 'release': 0.37; 'charset :us-ascii': 0.37; 'things': 0.38; 'received:66': 0.38; 'building': 0.38; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'software': 0.40; 'information,': 0.61; 'header:Message- Id:1': 0.61; 'further': 0.62; 'more': 0.63; 'url:0': 0.63; 'great': 0.63; 'to:no real name:2**2': 0.65; 'news': 0.68; 'overall': 0.72; '<>).': 0.84; 'amber': 0.84; 'eighteen': 0.84; 'url:trac': 0.84; 'outgoing': 0.91; 'improvement': 0.93; 'hot': 0.97
DKIM-Signature v=1; a=rsa-sha1; c=relaxed; d=atleastfornow.net; h=from :content-type:subject:date:message-id:to:mime-version; s= atleastfornow.net; bh=Lul0AtV06uymvBDsXgaJISx2nHA=; b=sfpNQ+fDUG 9EnKj2vnIW19330Zs7X1u8Kk2XUPEKXzvpzguCD/qQnQXpVYFeHRz7uk8ao6ffw7 ynF1GbHLGtuZaif1Wop7RHKLU/491YbEgMvfpMYTxW7TjvfV5Vjfgfj5PpsfmcKO j+qDEjPLXTJT0vAPSmdlMhMESTKNDMQo0=
X-Pgp-Agent GPGMail 2.6b2
X-Mailer Apple Mail (2.3112)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <367BC573-64FD-4694-ADA1-C78B5D45E257@atleastfornow.net>
Xref csiph.com comp.lang.python:106459

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On behalf of Twisted Matrix Laboratories, I am honoured to announce the release of Twisted 16.1!

This release is hot off the heels of 16.0 released last month, including some nice little tidbits. The highlights include:

- twisted.application.internet.ClientService, a service that maintains a persistent outgoing endpoint-based connection -- a replacement for ReconnectingClientFactory that uses modern APIs;
- A large (77% on one benchmark) performance improvement when using twisted.web's client on PyPy;
- A few conch modules have been ported to Python 3, in preparation for further porting of the SSH functionality;
- Full support for OpenSSL 1.0.2f and above;
- t.web.http.Request.addCookie now accepts Unicode and bytes keys/values;
- `twistd manhole` no longer uses a hard-coded SSH host key, and will generate one for you on the fly (this adds a 'appdirs' PyPI dependency, installing with [conch] will add it automatically);
- Over eighteen tickets overall closed since 16.0.

For more information, check the NEWS file (link provided below).

You can find the downloads at <https://pypi.python.org/pypi/Twisted> (or alternatively <http://twistedmatrix.com/trac/wiki/Downloads>). The NEWS file is also available at <https://github.com/twisted/twisted/blob/twisted-16.1.0/NEWS>.

Many thanks to everyone who had a part in this release - the supporters of the Twisted Software Foundation, the developers who contributed code as well as documentation, and all the people building great things with Twisted!

Twisted Regards,
Amber Brown (HawkOwl)

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Twisted 16.1 Release Announcement "Amber \"Hawkie\" Brown" <hawkowl@atleastfornow.net> - 2016-04-05 01:10 +0800

csiph-web