Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Amber \"Hawkie\" Brown" Newsgroups: comp.lang.python.announce Subject: Twisted 15.5 Release Announcement Date: Sun, 29 Nov 2015 12:48:27 +0800 Lines: 78 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Content-Type: multipart/signed; boundary="Apple-Mail=_44474DB9-1155-458B-9F76-D69920A28B28"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Trace: news.uni-berlin.de rTpvZJGs5kwcq2tovaE/GABk6bAzLoxe12hZUIBtDsbQ== Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'irc': 0.05; 'algorithms,': 0.07; 'method,': 0.07; 'twisted,': 0.07; 'before.': 0.09; 'below).': 0.09; 'turn,': 0.09; 'url:github': 0.09; 'python': 0.10; '<>.': 0.11; '(link': 0.16; 'fellows': 0.16; 'fellowship': 0.16; 'filename:fname piece:signature': 0.16; 'ported': 0.16; 'posix': 0.16; 'received:192.168.1.4': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'tags.': 0.16; 'tls': 0.16; 'twisted': 0.16; 'foundation': 0.19; 'foundation,': 0.20; 'windows': 0.20; '2015': 0.20; 'contributed': 0.20; '(or': 0.23; 'all.': 0.24; 'developers': 0.26; 'to:no real name:2**1': 0.27; 'question': 0.27; '2.6': 0.27; 'received:dreamhost.com': 0.29; 'received:g.dreamhost.com': 0.29; 'program,': 0.29; 'url:wiki': 0.30; "we're": 0.30; 'code': 0.30; 'everyone': 0.31; 'announce': 0.32; 'are:': 0.32; 'generally': 0.32; 'url:python': 0.33; 'algorithms.': 0.33; 'url:downloads': 0.33; 'file': 0.34; 'downloads': 0.35; 'newer': 0.35; 'quite': 0.35; 'supports': 0.35; 'url:org': 0.36; 'web,': 0.36; 'funding': 0.36; 'modules': 0.36; 'two': 0.37; 'thanks': 0.37; 'mac': 0.37; 'release': 0.37; 'charset:us-ascii': 0.37; 'things': 0.38; 'building': 0.38; 'along': 0.39; '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; 'more': 0.63; 'url:0': 0.63; 'great': 0.63; 'our': 0.64; 'website:': 0.65; 'potentially': 0.67; 'worth': 0.67; 'news': 0.68; '"just': 0.84; 'amber': 0.84; 'sixth': 0.84; 'url:trac': 0.84; 'x64': 0.84; 'ranging': 0.91 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=sjSDVO12yqOyCURc7EwtPf8CaCc=; b=Ea+qBTFesz Jszh4bxCENdAeDWxS+LLAGi28fA9+s91kS5B8ZvAwAhMJFboXHXx0ZBk7ykmvFtt ndhSOlJ0g/MFyXqunwYCvKDGQPCrmmuiyI2B6QdA9Pxsapd573mQcNh21VYPZhq7 zFkexCzu3CWe6zxtqklMcD3MLk5+AYTFY= X-Pgp-Agent: GPGMail 2.6b2 X-Mailer: Apple Mail (2.3096.5) X-Mailman-Approved-At: Mon, 30 Nov 2015 03:36:49 -0500 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1937 --Apple-Mail=_44474DB9-1155-458B-9F76-D69920A28B28 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On behalf of Twisted Matrix Laboratories, I am honoured to announce the = release of Twisted 15.5! The sixth (!!) release in 2015 has quite a few goodies in it -- = incrementalism is the name of the game here, and everything is just a = little better than it was before. Some of the highlights of this release = are: - Python 3.5 support on POSIX was added, and Python 2.6 support was = dropped. We also only support x64 Python on Windows 7 now. - More than nine additional modules have been ported to Python 3, = ranging from Twisted Web's Agent and downloadPage, = twisted.python.logfile, and many others, as well as... - twistd is ported to Python 3, and its first plugin, web, is ported. - twisted.python.url, a new URL/IRI abstraction, has been introduced to = answer the question "just what IS a URL" in Twisted, once and for all. - NPN and ALPN support has been added to Twisted's TLS implementation, = paving the way for HTTP/2. - Conch now supports the DH group14-sha1 and group-exchange-sha256 key = exchange algorithms, as well as hmac-sha2-256 and hmac-sha2-512 MAC = algorithms. Conch also works nicer with newer OpenSSH implementations. - Twisted's IRC support now has a sendCommand() method, which enables = the use of sending messages with tags. - 55+ closed tickets overall. For more information, check the NEWS file (link provided below). You can find the downloads at (or = alternatively ) . The NEWS file is also available at = . Also worth noting is the two Twisted Software Foundation fellows -- Adi = Roiban and myself -- who have been able to dedicate time to reviewing = tickets and generally pushing things along in the process. We're funded = by the Twisted Software Foundation, which is, in turn, funded by = donators and sponsors -- potentially like you! If you would like to know = how you can assist in the continued funding of the Fellowship program, = see our website: = https://twistedmatrix.com/trac/wiki/TwistedSoftwareFoundation#BenefitsofSp= onsorship 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 "Hawkie" Brown Twisted Release Manager, Twisted Fellow --Apple-Mail=_44474DB9-1155-458B-9F76-D69920A28B28 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJWWoObAAoJECMItHnTkkoRq7MH/2TusGWvD0sYsqPmYhWi0FqG fxzPdVycBurkO+lGrMDvTuVFrRP53mfi29yBv/URBmMkf6WKH1GCzkzGGGJrjKeI nqkPE1rPlvIqACdKFrU7xYq3yx8CoAEsb8Vkc+dc8KSs4bbnPz8Gldx/d7qzW3lz XVsNZ3v0I1kj9g5SKjDzW942kN6xOVqFofRxzzT4F3afFpHX1cg6+Ep1WKTHoKK2 f/ChBQwLOu78yrGx4QnPU2+VMBSQvacB995VRLTz7CylRcPebVmWtFz+ppFiWJPE P//NAUYOugU2sjXLPJqmdeP3kL0Ns5n3VyEOKHIPsaeee+lemsOrXaTer+po/J0= =8Ob3 -----END PGP SIGNATURE----- --Apple-Mail=_44474DB9-1155-458B-9F76-D69920A28B28--