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


Groups > comp.lang.python > #49489

Twisted 13.1.0 released

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ashwini.oruganti@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.036
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'url:pypi': 0.03; 'stops': 0.07; 'subject:released': 0.07; 'tom': 0.07; 'release.': 0.09; 'url:releases': 0.09; 'contributors': 0.16; 'failure.': 0.16; 'ssh': 0.16; 'to:addr:python-announce-list': 0.16; 'twisted': 0.16; 'url:packages': 0.16; 'url:tar': 0.16; 'sender:addr:gmail.com': 0.17; 'foundation': 0.20; '8bit%:5': 0.22; 'command': 0.22; 'error': 0.23; 'headers': 0.24; 'instance,': 0.24; 'host': 0.29; 'message-id:@mail.gmail.com': 0.30; 'allows': 0.31; 'file': 0.32; 'run': 0.32; 'url:python': 0.33; 'running': 0.33; 'announce': 0.33; 'skip:t 40': 0.33; 'url:source': 0.33; 'possible.': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'url:org': 0.36; 'remote': 0.38; 'requiring': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; 'release': 0.40; 'chain': 0.60; 'include:': 0.61; 'skip:t 30': 0.61; 'new': 0.61; 'information,': 0.61; 'first': 0.61; 'here:': 0.62; 'connecting': 0.64; 'more': 0.64; 'to:2**2': 0.65; 'thomas': 0.65; 'news': 0.67; 'url:0': 0.67; 'to:no real name:2**2': 0.72; 'connection.': 0.74; 'trial': 0.83; 'numerous': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=ZxUJYVbJ2/MyQlq7gaBSWBV+w7XLkX6td5+GvZfi8VQ=; b=iuhzaFVeWtwGnfQhYvV6TF0reCUqE6/IviYbbG3vv4jrVUp4r0JGTkvAYTn/ZPSMuM bs2Y53AsEqg3IaITtmoRf6A7sITqJFKXDciyGTV4ihwQ0lEuKANSGKtqWCzx64G+TJts Lli09+3vUDsPicbLdGpXZHZFbH6c4JKYiEFNpGWVODjZ5pEAIWPHOpX/l7GgM5FpVZZO 5DmYU9nFksXVTN8m1qR80sqeQiZ8lbmdVSf2jvVw3zp+nOeRnEqd9RA8cL0cTPlmRFSV ShnTcZxo1RJG7LHd8ZXvdhjL6ed4VZbIe9zJmGk1dUoze48mIL8rHfQa4SrC+huNgJiI oJSw==
X-Received by 10.68.233.98 with SMTP id tv2mr19673799pbc.146.1372599302468; Sun, 30 Jun 2013 06:35:02 -0700 (PDT)
MIME-Version 1.0
Sender ashwini.oruganti@gmail.com
From Ashwini Oruganti <ashfall@twistedmatrix.com>
Date Sun, 30 Jun 2013 19:04:42 +0530
X-Google-Sender-Auth i0827TY0VdzJmXRZUWOL7Uzp_B8
Subject Twisted 13.1.0 released
To twisted-python@twistedmatrix.com, python-announce-list@python.org, python-list@python.org, twisted-web@twistedmatrix.com
Content-Type multipart/alternative; boundary=047d7b33d630d7bd0e04e05f2dd0
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4028.1372599311.3114.python-list@python.org> (permalink)
Lines 92
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1372599311 news.xs4all.nl 15870 [2001:888:2000:d::a6]:40542
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:49489

Show key headers only | View raw


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

On behalf of  Twisted Matrix Laboratories, I am pleased to announce the
release of
Twisted 13.1.

Highlights for this release include:

  * trial now has an --exitfirst flag which stops the test run after the
first error or failure.

  * twisted.internet.ssl.CertificateOptions now supports chain certificates.

  * twisted.conch.endpoints.SSHCommandClientEndpoint is a new
IStreamClientEndpoint
    which supports connecting a protocol to the stdio of a command running
on a remote host
    via an SSH connection.

  * twisted.web.xmlrpc.QueryProtocol now generates valid Authorization
headers for long user
    names and passwords.

  * twisted.internet.endpoints.connectProtocol allows connecting to a
client endpoint using only
    a protocol instance, rather than requiring a factory.

For more information, see the NEWS file here:
  http://twistedmatrix.com/Releases/Twisted/13.1/NEWS.txt

Download it now from:
  http://pypi.python.org/packages/source/T/Twisted/Twisted-13.1.0.tar.bz2 or

http://pypi.python.org/packages/2.7/T/Twisted/Twisted-13.1.0.win32-py2.7.msi

Many thanks to Tom Prince and Thomas Hervé, whose work on release-process
and answers
to numerous questions made this release possible.
Thanks also to the supporters of the Twisted Software Foundation and to the
many contributors
for this release.

-Ashwini

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


Thread

Twisted 13.1.0 released Ashwini Oruganti <ashfall@twistedmatrix.com> - 2013-06-30 19:04 +0530

csiph-web