[Python-modules-commits] [twisted] 06/06: Imported Debian patch 16.4.1-1

Free Ekanayaka freee at moszumanska.debian.org
Wed Oct 19 18:55:03 UTC 2016


This is an automated email from the git hooks/post-receive script.

freee pushed a commit to branch master
in repository twisted.

commit 260d21f2475f0ae51756e01c933e32a4625e3add
Merge: f1adefb e0abaf7
Author: Matthias Klose <doko at debian.org>
Date:   Wed Sep 28 02:13:13 2016 +0200

    Imported Debian patch 16.4.1-1

 .coveragerc                                        |    1 +
 CONTRIBUTING                                       |    6 +-
 LICENSE                                            |    1 +
 MANIFEST.in                                        |   15 +-
 NEWS                                               |  353 +-
 PKG-INFO                                           |    3 +-
 README.rst                                         |   19 +-
 Twisted.egg-info/PKG-INFO                          |    3 +-
 Twisted.egg-info/SOURCES.txt                       |   33 +-
 Twisted.egg-info/entry_points.txt                  |   11 +
 Twisted.egg-info/requires.txt                      |   12 +-
 bin/cftp                                           |   15 -
 bin/ckeygen                                        |   15 -
 bin/conch                                          |   15 -
 bin/mailmail                                       |   20 -
 bin/pyhtmlizer                                     |   12 -
 bin/tkconch                                        |   15 -
 bin/trial                                          |   22 -
 bin/twistd                                         |   18 -
 debian/changelog                                   |   22 +
 debian/control                                     |   48 +-
 debian/patches/fix-man-error.diff                  |   22 -
 debian/patches/series                              |    1 -
 debian/rules                                       |   26 +-
 docs/conch/examples/sshsimpleserver.py             |    5 +-
 docs/conch/howto/conch_client.rst                  |    2 +-
 docs/conch/man/cftp.1                              |    7 +-
 docs/conch/man/ckeygen.1                           |    2 +-
 docs/conch/man/conch.1                             |    2 +-
 docs/conch/man/tkconch.1                           |    2 +-
 docs/conf.py                                       |    2 +-
 docs/core/benchmarks/banana.py                     |    3 +-
 docs/core/benchmarks/deferreds.py                  |    5 +-
 docs/core/benchmarks/failure.py                    |    8 +-
 docs/core/benchmarks/linereceiver.py               |   10 +-
 docs/core/benchmarks/netstringreceiver.py          |    9 +-
 docs/core/benchmarks/task.py                       |    3 +-
 docs/core/benchmarks/timer.py                      |    3 +-
 docs/core/benchmarks/tpclient.py                   |    3 +-
 docs/core/benchmarks/tpclient_nt.py                |    3 +-
 docs/core/benchmarks/tpserver_nt.py                |    3 +-
 docs/core/development/policy/coding-standard.rst   |   11 +-
 .../development/policy/compatibility-policy.rst    |    2 +-
 docs/core/development/policy/release-process.rst   |   66 +-
 docs/core/development/policy/test-standard.rst     |    6 +-
 docs/core/development/policy/writing-standard.rst  |    8 +-
 docs/core/examples/courier.py                      |   30 +-
 docs/core/examples/cred.py                         |   14 +-
 docs/core/examples/dbcred.py                       |    5 +-
 docs/core/examples/filewatch.py                    |    2 +-
 docs/core/examples/pbbenchserver.py                |    5 +-
 docs/core/examples/pbecho.py                       |    5 +-
 docs/core/examples/ptyserv.py                      |    2 +-
 docs/core/examples/recvfd.py                       |    4 +-
 docs/core/examples/streaming.py                    |    5 +-
 docs/core/examples/tls_alpn_npn_client.py          |    2 +-
 docs/core/howto/amp.rst                            |    5 +-
 docs/core/howto/cred.rst                           |   12 +-
 docs/core/howto/defer-intro.rst                    |   62 +
 docs/core/howto/defer.rst                          |    2 +-
 docs/core/howto/dirdbm.rst                         |    4 +-
 docs/core/howto/glossary.rst                       |    2 +-
 docs/core/howto/listings/TwistedQuotes/quoters.py  |   14 +-
 docs/core/howto/listings/amp/command_client.py     |    3 +-
 docs/core/howto/listings/logger/analyze.py         |    2 +
 docs/core/howto/listings/logger/loader-math.py     |    2 +
 docs/core/howto/listings/pb/cache_classes.py       |   10 +-
 docs/core/howto/listings/pb/cache_receiver.py      |    8 +-
 docs/core/howto/listings/pb/chatclient.py          |    8 +-
 docs/core/howto/listings/pb/chatserver.py          |    4 +-
 docs/core/howto/listings/pb/copy2_receiver.py      |    6 +-
 docs/core/howto/listings/pb/copy2_sender.py        |   12 +-
 docs/core/howto/listings/pb/copy_receiver.tac      |    6 +-
 docs/core/howto/listings/pb/copy_sender.py         |   14 +-
 docs/core/howto/listings/pb/exc_client.py          |   12 +-
 docs/core/howto/listings/pb/exc_server.py          |    6 +-
 docs/core/howto/listings/pb/pb1client.py           |   12 +-
 docs/core/howto/listings/pb/pb1server.py           |    6 +-
 docs/core/howto/listings/pb/pb2client.py           |   12 +-
 docs/core/howto/listings/pb/pb2server.py           |   12 +-
 docs/core/howto/listings/pb/pb3client.py           |    8 +-
 docs/core/howto/listings/pb/pb3server.py           |    6 +-
 docs/core/howto/listings/pb/pb4client.py           |   14 +-
 docs/core/howto/listings/pb/pb5client.py           |    6 +-
 docs/core/howto/listings/pb/pb5server.py           |    8 +-
 docs/core/howto/listings/pb/pb6client1.py          |    6 +-
 docs/core/howto/listings/pb/pb6client2.py          |    6 +-
 docs/core/howto/listings/pb/pb6server.py           |    8 +-
 docs/core/howto/listings/pb/pb7client.py           |    6 +-
 docs/core/howto/listings/pb/pbAnonClient.py        |    6 +-
 docs/core/howto/listings/pb/pbAnonServer.py        |   11 +-
 docs/core/howto/listings/pb/trap_client.py         |   28 +-
 docs/core/howto/listings/positioning/nmealogger.py |    4 +-
 docs/core/howto/listings/process/process.py        |   24 +-
 docs/core/howto/listings/process/trueandfalse.py   |    6 +-
 .../howto/listings/ssl/check_echo_certificate.py   |    5 +-
 docs/core/howto/listings/udp/MulticastClient.py    |    2 +
 docs/core/howto/listings/udp/MulticastServer.py    |    2 +
 .../core/howto/listings/udp/adopt_datagram_port.py |    2 +
 docs/core/howto/listings/udp/basic_example.py      |    2 +
 docs/core/howto/listings/udp/connected_udp.py      |    4 +-
 docs/core/howto/listings/udp/getting_ip.py         |    2 +
 docs/core/howto/listings/udp/ipv6_listen.py        |    2 +
 docs/core/howto/pb-clients.rst                     |   24 +-
 docs/core/howto/plugin.rst                         |    5 +-
 docs/core/howto/tap.rst                            |    6 +-
 docs/core/howto/tutorial/client.rst                |    7 +
 docs/core/howto/tutorial/components.rst            |    2 +-
 docs/core/howto/tutorial/factory.rst               |   17 +-
 docs/core/howto/tutorial/intro.rst                 |   54 +-
 docs/core/howto/tutorial/library.rst               |    6 +-
 .../tutorial/listings/finger/finger/finger.py      |   67 +-
 .../howto/tutorial/listings/finger/finger02.py     |    5 +-
 .../howto/tutorial/listings/finger/finger03.py     |    5 +-
 .../howto/tutorial/listings/finger/finger04.py     |    5 +-
 .../howto/tutorial/listings/finger/finger05.py     |    5 +-
 .../howto/tutorial/listings/finger/finger06.py     |    5 +-
 .../howto/tutorial/listings/finger/finger07.py     |    5 +-
 .../howto/tutorial/listings/finger/finger08.py     |    5 +-
 .../howto/tutorial/listings/finger/finger09.py     |    5 +-
 .../howto/tutorial/listings/finger/finger10.py     |    9 +-
 .../howto/tutorial/listings/finger/finger11.tac    |    4 +-
 .../howto/tutorial/listings/finger/finger12.tac    |   10 +-
 .../howto/tutorial/listings/finger/finger13.tac    |    6 +-
 .../howto/tutorial/listings/finger/finger14.tac    |   15 +-
 .../howto/tutorial/listings/finger/finger15.tac    |   17 +-
 .../howto/tutorial/listings/finger/finger16.tac    |   26 +-
 .../howto/tutorial/listings/finger/finger17.tac    |   26 +-
 .../howto/tutorial/listings/finger/finger18.tac    |   26 +-
 .../howto/tutorial/listings/finger/finger19.tac    |   44 +-
 .../howto/tutorial/listings/finger/finger19a.tac   |   37 +-
 .../tutorial/listings/finger/finger19a_changes.py  |    6 +-
 .../howto/tutorial/listings/finger/finger19b.tac   |   50 +-
 .../tutorial/listings/finger/finger19b_changes.py  |    4 +-
 .../howto/tutorial/listings/finger/finger19c.tac   |   52 +-
 .../tutorial/listings/finger/finger19c_changes.py  |   10 +-
 .../howto/tutorial/listings/finger/finger20.tac    |   42 +-
 .../howto/tutorial/listings/finger/finger21.tac    |   47 +-
 .../howto/tutorial/listings/finger/finger22.py     |   63 +-
 .../tutorial/listings/finger/fingerPBclient.py     |   19 +-
 .../tutorial/listings/finger/fingerXRclient.py     |    4 +-
 .../tutorial/listings/finger/finger_config.py      |   19 +-
 .../howto/tutorial/listings/finger/fingerproxy.tac |   32 +-
 .../tutorial/listings/finger/organized-finger.tac  |   15 +-
 docs/core/howto/tutorial/protocol.rst              |   24 +-
 docs/fun/Twisted.Quotes                            |    1 -
 docs/historic/Quotes/Twisted-16.4                  |    5 +
 docs/installation/howto/optional.rst               |   12 +-
 docs/mail/examples/emailserver.tac                 |    5 +-
 docs/mail/examples/imap4client.py                  |   30 +-
 docs/mail/examples/smtpclient_simple.py            |    4 +-
 docs/mail/examples/smtpclient_tls.py               |   14 +-
 docs/mail/howto/sending-mail.rst                   |    2 +-
 docs/mail/man/mailmail.1                           |    2 +-
 docs/mail/tutorial/smtpclient/smtpclient-10.tac    |    3 +-
 docs/mail/tutorial/smtpclient/smtpclient-11.tac    |    3 +-
 docs/mail/tutorial/smtpclient/smtpclient-7.tac     |    3 +-
 docs/mail/tutorial/smtpclient/smtpclient-8.tac     |    3 +-
 docs/mail/tutorial/smtpclient/smtpclient-9.tac     |    3 +-
 docs/mail/tutorial/smtpclient/smtpclient.rst       |    4 +-
 docs/mail/tutorial/smtpserver/smtpserver-5.tac     |    2 +-
 docs/mail/tutorial/smtpserver/smtpserver-6.tac     |    2 +-
 docs/mail/tutorial/smtpserver/smtpserver-7.tac     |    2 +-
 docs/mail/tutorial/smtpserver/smtpserver-8.tac     |    2 +-
 docs/names/howto/client-tour.rst                   |    2 +-
 docs/names/howto/listings/names/reverse_lookup.py  |    2 +
 docs/pair/examples/pairudp.py                      |    4 +-
 docs/web/examples/advogato.py                      |    9 +-
 docs/web/examples/httpclient.py                    |   10 +-
 docs/web/examples/logging-proxy.py                 |    8 +-
 docs/web/examples/webguard.py                      |    5 +-
 docs/web/examples/xmlrpcclient.py                  |    8 +-
 docs/web/howto/client.rst                          |   57 +-
 docs/web/howto/listings/client/cookies.py          |   10 +-
 docs/web/howto/listings/client/filesendbody.py     |    4 +-
 docs/web/howto/listings/client/gzipdecoder.py      |    8 +-
 docs/web/howto/listings/client/request.py          |    4 +-
 docs/web/howto/listings/client/response.py         |   18 +-
 docs/web/howto/listings/client/responseBody.py     |   16 +-
 docs/web/howto/listings/client/sendbody.py         |    4 +-
 docs/web/howto/listings/client/stringprod.py       |    5 +-
 docs/web/howto/listings/iteration-1.py             |    4 +-
 docs/web/howto/listings/render_1.py                |    4 +-
 docs/web/howto/listings/render_2.py                |    4 +-
 docs/web/howto/listings/render_3.py                |    4 +-
 docs/web/howto/listings/render_quoting.py          |    4 +-
 docs/web/howto/listings/render_slots_attrs.py      |    4 +-
 docs/web/howto/listings/render_transparent.py      |    4 +-
 docs/web/howto/listings/subviews-1.py              |    4 +-
 docs/web/howto/listings/xmlAndSoapQuote.py         |    7 +-
 docs/web/howto/listings/xmlrpc-customized.py       |    4 +-
 docs/web/howto/using-twistedweb.rst                |  303 +-
 docs/web/howto/web-development.rst                 |   19 +-
 docs/web/howto/web-in-60/access-logging.rst        |    5 +-
 docs/web/howto/web-in-60/custom-codes.rst          |   24 +-
 docs/web/howto/web-in-60/dynamic-content.rst       |   32 +-
 docs/web/howto/web-in-60/dynamic-dispatch.rst      |   38 +-
 docs/web/howto/web-in-60/error-handling.rst        |   27 +-
 docs/web/howto/web-in-60/handling-posts.rst        |   36 +-
 docs/web/howto/web-in-60/http-auth.rst             |    9 +-
 docs/web/howto/web-in-60/other-request-bodies.rst  |   21 +-
 docs/web/howto/web-in-60/rpy-scripts.rst           |   16 +-
 docs/web/howto/web-in-60/session-endings.rst       |   43 +-
 docs/web/howto/web-in-60/session-store.rst         |   14 +-
 docs/web/howto/web-in-60/static-content.rst        |   12 +-
 docs/web/howto/web-in-60/static-dispatch.rst       |   30 +-
 docs/web/howto/xmlrpc.rst                          |   96 +-
 docs/words/examples/index.rst                      |    1 -
 docs/words/examples/ircLogBot.py                   |    2 +-
 docs/words/examples/jabber_client.py               |   39 -
 docs/words/examples/oscardemo.py                   |    2 +-
 docs/words/examples/xmpp_client.py                 |    4 +-
 setup.py                                           |   42 +-
 setup3.py                                          |   74 -
 tox.ini                                            |   91 +-
 twisted/_threads/_team.py                          |    4 +-
 twisted/_version.py                                |    2 +-
 twisted/application/app.py                         |   23 +-
 twisted/application/internet.py                    |    7 +-
 twisted/application/runner/__init__.py             |    7 +
 twisted/application/runner/_exit.py                |  138 +
 twisted/application/runner/_runner.py              |  244 +
 twisted/application/runner/test/__init__.py        |    7 +
 twisted/application/runner/test/test_exit.py       |  104 +
 twisted/application/runner/test/test_runner.py     |  460 ++
 twisted/application/service.py                     |   18 +-
 twisted/application/strports.py                    |    8 +-
 twisted/application/test/test_internet.py          |   25 +-
 twisted/application/twist/__init__.py              |    7 +
 twisted/application/twist/_options.py              |  194 +
 twisted/application/twist/_twist.py                |  141 +
 twisted/application/twist/test/__init__.py         |    7 +
 twisted/application/twist/test/test_options.py     |  370 +
 twisted/application/twist/test/test_twist.py       |  201 +
 twisted/conch/avatar.py                            |    5 +-
 twisted/conch/checkers.py                          |   23 +-
 twisted/conch/client/agent.py                      |    2 +-
 twisted/conch/client/connect.py                    |    2 +-
 twisted/conch/client/default.py                    |  150 +-
 twisted/conch/client/knownhosts.py                 |   90 +-
 twisted/conch/endpoints.py                         |   34 +-
 twisted/conch/insults/helper.py                    |   96 +-
 twisted/conch/insults/insults.py                   |  686 +-
 twisted/conch/insults/text.py                      |    8 +-
 twisted/conch/insults/window.py                    |  128 +-
 twisted/conch/interfaces.py                        |   12 +-
 twisted/conch/ls.py                                |   67 +-
 twisted/conch/manhole.py                           |   28 +-
 twisted/conch/manhole_ssh.py                       |    2 +-
 twisted/conch/manhole_tap.py                       |    6 +-
 twisted/conch/mixin.py                             |   18 +-
 twisted/conch/openssh_compat/primes.py             |    6 +-
 twisted/conch/recvline.py                          |   76 +-
 twisted/conch/scripts/cftp.py                      |   32 +-
 twisted/conch/scripts/ckeygen.py                   |    2 +-
 twisted/conch/scripts/conch.py                     |    2 +-
 twisted/conch/scripts/tkconch.py                   |    7 +-
 twisted/conch/ssh/_cryptography_backports.py       |   10 +-
 twisted/conch/ssh/_kex.py                          |   41 +-
 twisted/conch/ssh/address.py                       |    7 +-
 twisted/conch/ssh/agent.py                         |   64 +-
 twisted/conch/ssh/channel.py                       |   81 +-
 twisted/conch/ssh/connection.py                    |   97 +-
 twisted/conch/ssh/factory.py                       |   28 +-
 twisted/conch/ssh/filetransfer.py                  |  169 +-
 twisted/conch/ssh/forwarding.py                    |   26 +-
 twisted/conch/ssh/keys.py                          |   68 +-
 twisted/conch/ssh/service.py                       |    4 +-
 twisted/conch/ssh/session.py                       |   32 +-
 twisted/conch/ssh/transport.py                     |  107 +-
 twisted/conch/ssh/userauth.py                      |  117 +-
 twisted/conch/stdio.py                             |   39 +-
 twisted/conch/tap.py                               |    5 +-
 twisted/conch/telnet.py                            |  213 +-
 twisted/conch/test/keydata.py                      |   10 +-
 twisted/conch/test/loopback.py                     |   28 +
 twisted/conch/test/test_address.py                 |    3 +-
 twisted/conch/test/test_agent.py                   |   57 +-
 twisted/conch/test/test_cftp.py                    |   74 +-
 twisted/conch/test/test_channel.py                 |  124 +-
 twisted/conch/test/test_checkers.py                |   12 +-
 twisted/conch/test/test_conch.py                   |   55 +-
 twisted/conch/test/test_connection.py              |  272 +-
 twisted/conch/test/test_default.py                 |  174 +-
 twisted/conch/test/test_endpoints.py               |   66 +-
 twisted/conch/test/test_filetransfer.py            |  159 +-
 twisted/conch/test/test_forwarding.py              |    4 +-
 twisted/conch/test/test_helper.py                  |  327 +-
 twisted/conch/test/test_insults.py                 |  124 +-
 twisted/conch/test/test_keys.py                    |    2 +-
 twisted/conch/test/test_knownhosts.py              |  364 +-
 twisted/conch/test/test_manhole.py                 |   24 +-
 twisted/conch/test/test_mixin.py                   |    8 +-
 twisted/conch/test/test_openssh_compat.py          |   36 +-
 twisted/conch/test/test_recvline.py                |  416 +-
 twisted/conch/test/test_session.py                 |  334 +-
 twisted/conch/test/test_ssh.py                     |  147 +-
 twisted/conch/test/test_tap.py                     |    5 +-
 twisted/conch/test/test_telnet.py                  |  150 +-
 twisted/conch/test/test_transport.py               |  104 +-
 twisted/conch/test/test_userauth.py                |   17 +-
 twisted/conch/unix.py                              |    5 +-
 twisted/cred/_digest.py                            |    4 +-
 twisted/cred/checkers.py                           |    2 +-
 twisted/cred/credentials.py                        |    8 +-
 twisted/cred/strcred.py                            |    2 +-
 twisted/cred/test/test_cred.py                     |   27 +-
 twisted/cred/test/test_digestauth.py               |    8 +-
 twisted/enterprise/adbapi.py                       |   10 +-
 twisted/internet/_dumbwin32proc.py                 |   10 +-
 twisted/internet/_newtls.py                        |    4 +-
 twisted/internet/_pollingfile.py                   |    6 +-
 twisted/internet/_sslverify.py                     |   83 +-
 twisted/internet/abstract.py                       |    4 +-
 twisted/internet/base.py                           |    5 +-
 twisted/internet/cfreactor.py                      |   35 +-
 twisted/internet/defer.py                          |  144 +-
 twisted/internet/endpoints.py                      |   38 +-
 twisted/internet/epollreactor.py                   |    4 +-
 twisted/internet/error.py                          |    8 +-
 twisted/internet/inotify.py                        |   42 +-
 twisted/internet/interfaces.py                     |  107 +-
 twisted/internet/iocpreactor/abstract.py           |    5 +-
 .../internet/iocpreactor/iocpsupport/acceptex.pxi  |    3 +-
 .../internet/iocpreactor/iocpsupport/iocpsupport.c | 8206 +++++++++++++-------
 .../iocpreactor/iocpsupport/iocpsupport.pyx        |   25 +-
 .../iocpreactor/iocpsupport/winsock_pointers.c     |   18 +-
 .../iocpreactor/iocpsupport/winsock_pointers.h     |    2 +-
 twisted/internet/iocpreactor/tcp.py                |    8 +-
 twisted/internet/iocpreactor/udp.py                |    5 +-
 twisted/internet/kqreactor.py                      |    2 +-
 twisted/internet/pollreactor.py                    |    4 +-
 twisted/internet/posixbase.py                      |    2 +-
 twisted/internet/process.py                        |   11 +-
 twisted/internet/protocol.py                       |    4 +-
 twisted/internet/ssl.py                            |    5 +
 twisted/internet/task.py                           |    2 +-
 twisted/internet/tcp.py                            |   15 +-
 twisted/internet/test/_awaittests.py.3only         |  134 +
 twisted/internet/test/connectionmixins.py          |    2 +-
 twisted/internet/test/reactormixins.py             |    6 +-
 twisted/internet/test/test_address.py              |   16 +-
 twisted/internet/test/test_await.py                |   40 +
 twisted/internet/test/test_core.py                 |    2 +-
 twisted/internet/test/test_endpoints.py            |   62 +-
 twisted/internet/test/test_epollreactor.py         |   20 +-
 twisted/internet/test/test_filedescriptor.py       |    4 +-
 twisted/internet/test/test_glibbase.py             |    2 +-
 twisted/internet/test/test_inlinecb.py             |    2 +-
 twisted/internet/test/test_inotify.py              |   39 +-
 twisted/internet/test/test_kqueuereactor.py        |    2 +-
 twisted/internet/test/test_posixbase.py            |   10 +-
 twisted/internet/test/test_posixprocess.py         |    8 +
 twisted/internet/test/test_process.py              |   11 +-
 twisted/internet/test/test_protocol.py             |    2 +-
 twisted/internet/test/test_tcp.py                  |   12 +-
 twisted/internet/test/test_threads.py              |    8 +-
 twisted/internet/test/test_time.py                 |    4 +-
 twisted/internet/test/test_udp.py                  |   36 +-
 twisted/internet/test/test_unix.py                 |    4 +-
 twisted/internet/test/test_win32events.py          |   17 +-
 twisted/internet/udp.py                            |   61 +-
 twisted/internet/utils.py                          |   12 +-
 twisted/internet/win32eventreactor.py              |   18 +-
 twisted/logger/_buffer.py                          |    2 +-
 twisted/logger/_file.py                            |    4 +-
 twisted/logger/_filter.py                          |    2 +-
 twisted/logger/_flatten.py                         |    4 +-
 twisted/logger/_format.py                          |    8 +-
 twisted/logger/_global.py                          |   10 +-
 twisted/logger/_io.py                              |    6 +-
 twisted/logger/_json.py                            |    6 +-
 twisted/logger/_levels.py                          |    3 +-
 twisted/logger/_logger.py                          |    8 +-
 twisted/logger/test/test_file.py                   |    2 +-
 twisted/logger/test/test_flatten.py                |   11 +-
 twisted/logger/test/test_format.py                 |    4 +-
 twisted/logger/test/test_global.py                 |    4 +-
 twisted/logger/test/test_io.py                     |    8 +-
 twisted/logger/test/test_legacy.py                 |    4 +-
 twisted/logger/test/test_logger.py                 |   12 +-
 twisted/logger/test/test_stdlib.py                 |    6 +-
 twisted/mail/alias.py                              |   95 +-
 twisted/mail/bounce.py                             |    5 +-
 twisted/mail/imap4.py                              |   77 +-
 twisted/mail/mail.py                               |   42 +-
 twisted/mail/maildir.py                            |   22 +-
 twisted/mail/pb.py                                 |    5 +-
 twisted/mail/pop3.py                               |   41 +-
 twisted/mail/pop3client.py                         |   76 +-
 twisted/mail/protocols.py                          |   70 +-
 twisted/mail/relay.py                              |   17 +-
 twisted/mail/relaymanager.py                       |   34 +-
 twisted/mail/scripts/mailmail.py                   |    4 +-
 twisted/mail/smtp.py                               |   22 +-
 twisted/mail/tap.py                                |   10 +-
 twisted/mail/test/test_bounce.py                   |    7 +-
 twisted/mail/test/test_imap.py                     |   77 +-
 twisted/mail/test/test_mail.py                     |   86 +-
 twisted/mail/test/test_options.py                  |    5 +-
 twisted/mail/test/test_pop3.py                     |    5 +-
 twisted/mail/test/test_smtp.py                     |   17 +-
 twisted/names/authority.py                         |    2 +-
 twisted/names/cache.py                             |    2 +-
 twisted/names/client.py                            |   34 +-
 twisted/names/dns.py                               |   84 +-
 twisted/names/error.py                             |   10 +-
 twisted/names/hosts.py                             |    4 +-
 twisted/names/root.py                              |   14 +-
 twisted/names/secondary.py                         |    2 +-
 twisted/names/server.py                            |    8 +-
 twisted/names/srvconnect.py                        |   98 +-
 twisted/names/test/test_client.py                  |   10 +-
 twisted/names/test/test_dns.py                     |   10 +-
 twisted/names/test/test_examples.py                |    5 +-
 twisted/names/test/test_hosts.py                   |    4 +-
 twisted/names/test/test_names.py                   |    3 +-
 twisted/names/test/test_rootresolve.py             |   84 +-
 twisted/names/test/test_server.py                  |    8 +-
 twisted/names/test/test_srvconnect.py              |  144 +-
 twisted/names/test/test_tap.py                     |   36 +-
 twisted/names/test/test_util.py                    |    2 +-
 twisted/news/database.py                           |   22 +-
 twisted/news/tap.py                                |   35 +-
 twisted/pair/ethernet.py                           |    8 +-
 twisted/pair/ip.py                                 |    5 +-
 twisted/pair/raw.py                                |   13 +-
 twisted/pair/rawudp.py                             |   14 +-
 twisted/pair/test/test_ethernet.py                 |    5 +-
 twisted/pair/test/test_ip.py                       |    3 +-
 twisted/pair/test/test_rawudp.py                   |  324 +-
 twisted/pair/test/test_tuntap.py                   |   10 +-
 twisted/persisted/dirdbm.py                        |   27 +-
 twisted/persisted/sob.py                           |   27 +-
 twisted/persisted/styles.py                        |   30 +-
 twisted/persisted/test/test_styles.py              |   42 +-
 twisted/plugin.py                                  |    2 +-
 twisted/plugins/cred_memory.py                     |    2 +-
 twisted/positioning/_sentence.py                   |    7 +-
 twisted/positioning/base.py                        |   76 +-
 twisted/positioning/ipositioning.py                |    2 +-
 twisted/positioning/nmea.py                        |   10 +-
 twisted/positioning/test/test_base.py              |   44 +-
 twisted/positioning/test/test_nmea.py              |    4 +-
 twisted/positioning/test/test_sentence.py          |   19 +-
 twisted/protocols/amp.py                           |   97 +-
 twisted/protocols/basic.py                         |    6 +-
 twisted/protocols/dict.py                          |   97 +-
 twisted/protocols/ftp.py                           |   57 +-
 twisted/protocols/haproxy/test/test_parser.py      |    2 +-
 twisted/protocols/haproxy/test/test_v1parser.py    |   10 +-
 twisted/protocols/haproxy/test/test_v2parser.py    |   12 +-
 twisted/protocols/htb.py                           |   10 +-
 twisted/protocols/ident.py                         |   37 +-
 twisted/protocols/loopback.py                      |    8 +-
 twisted/protocols/memcache.py                      |  206 +-
 twisted/protocols/pcp.py                           |    5 +-
 twisted/protocols/policies.py                      |   32 +-
 twisted/protocols/portforward.py                   |   14 +-
 twisted/protocols/postfix.py                       |   71 +-
 twisted/protocols/sip.py                           |    6 +-
 twisted/protocols/socks.py                         |   65 +-
 twisted/protocols/stateful.py                      |    7 +-
 twisted/protocols/telnet.py                        |    4 +-
 twisted/protocols/test/test_basic.py               |    6 +-
 twisted/protocols/test/test_tls.py                 |  382 +-
 twisted/protocols/tls.py                           |  203 +-
 twisted/protocols/wire.py                          |   59 +-
 twisted/python/_inotify.py                         |   11 +-
 twisted/python/_oldstyle.py                        |   25 +-
 twisted/python/_pydoctor.py                        |  264 +
 twisted/python/_pydoctortemplates/common.html      |  108 +
 twisted/python/_pydoctortemplates/index.html       |  106 +
 twisted/python/_pydoctortemplates/summary.html     |   62 +
 twisted/python/_release.py                         |  131 +-
 twisted/python/_shellcomp.py                       |   55 +-
 twisted/python/_textattributes.py                  |   14 +-
 twisted/python/_tzhelper.py                        |    2 +-
 twisted/python/_url.py                             |    8 +-
 twisted/python/compat.py                           |  101 +-
 twisted/python/components.py                       |   14 +-
 twisted/python/constants.py                        |    4 +-
 twisted/python/deprecate.py                        |   10 +-
 twisted/python/dist.py                             |   89 +-
 twisted/python/dist3.py                            |  276 +-
 twisted/python/failure.py                          |    8 +-
 twisted/python/filepath.py                         |   69 +-
 twisted/python/htmlizer.py                         |    5 +-
 twisted/python/lockfile.py                         |    4 +-
 twisted/python/log.py                              |   10 +-
 twisted/python/logfile.py                          |   11 +-
 twisted/python/modules.py                          |    3 +
 twisted/python/reflect.py                          |    8 +-
 twisted/python/runtime.py                          |   11 +-
 twisted/python/sendmsg.py                          |   10 +-
 twisted/python/systemd.py                          |    4 +-
 twisted/python/test/test_components.py             |   44 +-
 twisted/python/test/test_constants.py              |   78 +-
 twisted/python/test/test_deprecate.py              |    8 +-
 twisted/python/test/test_dist.py                   |   80 +-
 twisted/python/test/test_inotify.py                |    3 +-
 twisted/python/test/test_pydoctor.py               |  271 +
 twisted/python/test/test_release.py                |  123 +-
 twisted/python/test/test_runtime.py                |    2 +-
 twisted/python/test/test_sendmsg.py                |   41 +-
 twisted/python/test/test_shellcomp.py              |   24 +-
 twisted/python/test/test_url.py                    |    8 +-
 twisted/python/test/test_util.py                   |    4 +-
 twisted/python/test/test_versions.py               |    2 +-
 twisted/python/test/test_zippath.py                |   14 +-
 twisted/python/test/test_zipstream.py              |  197 +-
 twisted/python/text.py                             |    2 +-
 twisted/python/threadpool.py                       |    6 +-
 twisted/python/usage.py                            |   22 +-
 twisted/python/util.py                             |   12 +-
 twisted/python/versions.py                         |    5 +-
 twisted/python/win32.py                            |    2 +-
 twisted/python/zipstream.py                        |   73 +-
 twisted/runner/inetdconf.py                        |  114 +-
 twisted/runner/inetdtap.py                         |    3 +-
 twisted/runner/procmon.py                          |    6 +-
 twisted/runner/test/test_inetdconf.py              |   55 +
 twisted/runner/test/test_procmon.py                |    2 +-
 twisted/scripts/_twistd_unix.py                    |   79 +-
 twisted/scripts/htmlizer.py                        |    9 +-
 twisted/scripts/test/test_scripts.py               |   11 +-
 twisted/scripts/trial.py                           |   13 +-
 twisted/spread/banana.py                           |  117 +-
 twisted/spread/flavors.py                          |   25 +-
 twisted/spread/jelly.py                            |  110 +-
 twisted/spread/pb.py                               |    8 +-
 twisted/spread/publish.py                          |   10 +-
 twisted/test/crash_test_dummy.py                   |    5 +-
 twisted/test/iosim.py                              |   33 +-
 twisted/test/process_tty.py                        |    7 +-
 twisted/test/process_twisted.py                    |    2 +-
 twisted/test/proto_helpers.py                      |  223 +-
 twisted/test/raiser.c                              | 2445 ++++--
 twisted/test/ssl_helpers.py                        |    5 +-
 twisted/test/test_adbapi.py                        |    2 +-
 twisted/test/test_amp.py                           |   62 +-
 twisted/test/test_application.py                   |  105 +-
 twisted/test/test_banana.py                        |   91 +-
 twisted/test/test_compat.py                        |  167 +-
 twisted/test/test_context.py                       |    6 +-
 twisted/test/test_cooperator.py                    |   14 +-
 twisted/test/test_defer.py                         |   72 +-
 twisted/test/test_dict.py                          |    4 +-
 twisted/test/test_dirdbm.py                        |   24 +-
 twisted/test/test_error.py                         |    2 +-
 twisted/test/test_factories.py                     |    8 +-
 twisted/test/test_failure.py                       |   44 +-
 twisted/test/test_fdesc.py                         |    2 +-
 twisted/test/test_formmethod.py                    |    2 +-
 twisted/test/test_ftp.py                           |   27 +-
 twisted/test/test_htb.py                           |   25 +-
 twisted/test/test_ident.py                         |   41 +-
 twisted/test/test_internet.py                      |   23 +-
 twisted/test/test_iutils.py                        |   31 +-
 twisted/test/test_jelly.py                         |   93 +-
 twisted/test/test_log.py                           |   16 +-
 twisted/test/test_logfile.py                       |  156 +-
 twisted/test/test_loopback.py                      |   52 +-
 twisted/test/test_memcache.py                      |  283 +-
 twisted/test/test_modules.py                       |    8 +-
 twisted/test/test_nooldstyle.py                    |   15 +-
 twisted/test/test_paths.py                         |  186 +-
 twisted/test/test_pb.py                            |   55 +-
 twisted/test/test_pbfailure.py                     |   34 +-
 twisted/test/test_persisted.py                     |    2 +-
 twisted/test/test_plugin.py                        |    6 +-
 twisted/test/test_policies.py                      |   68 +-
 twisted/test/test_postfix.py                       |   38 +-
 twisted/test/test_process.py                       |   78 +-
 twisted/test/test_protocols.py                     |   39 +-
 twisted/test/test_rebuild.py                       |    8 +-
 twisted/test/test_reflect.py                       |   16 +-
 twisted/test/test_roots.py                         |    6 +-
 twisted/test/test_shortcut.py                      |    4 +-
 twisted/test/test_sip.py                           |   38 +-
 twisted/test/test_socks.py                         |  174 +-
 twisted/test/test_ssl.py                           |    4 +-
 twisted/test/test_sslverify.py                     |   76 +-
 twisted/test/test_stateful.py                      |   17 +-
 twisted/test/test_stdio.py                         |    6 +-
 twisted/test/test_strerror.py                      |    2 +-
 twisted/test/test_stringtransport.py               |   22 +-
 twisted/test/test_strports.py                      |    8 +-
 twisted/test/test_task.py                          |   10 +-
 twisted/test/test_tcp.py                           |   26 +-
 twisted/test/test_tcp_internals.py                 |    6 +-
 twisted/test/test_text.py                          |   42 +-
 twisted/test/test_threadable.py                    |    2 +-
 twisted/test/test_threadpool.py                    |   16 +-
 twisted/test/test_threads.py                       |   11 +-
 twisted/test/test_tpfile.py                        |   19 +-
 twisted/test/test_twistd.py                        |  279 +-
 twisted/test/test_twisted.py                       |   30 +-
 twisted/test/test_unix.py                          |    3 +-
 twisted/test/test_usage.py                         |   54 +-
 twisted/trial/__main__.py                          |   10 +
 twisted/trial/_dist/distreporter.py                |    2 +-
 twisted/trial/_dist/disttrial.py                   |    2 +-
 twisted/trial/_dist/test/test_disttrial.py         |    2 +-
 twisted/trial/_dist/worker.py                      |    6 +-
 twisted/trial/_dist/workerreporter.py              |    4 +-
 twisted/trial/_dist/workertrial.py                 |    3 +-
 twisted/trial/_synctest.py                         |   24 +-
 twisted/trial/itrial.py                            |    8 +-
 twisted/trial/reporter.py                          |   12 +-
 twisted/trial/runner.py                            |    5 +-
 twisted/trial/test/test_assertions.py              |    2 +-
 twisted/trial/test/test_loader.py                  |   52 +-
 twisted/trial/test/test_pyunitcompat.py            |   27 -
 twisted/trial/test/test_runner.py                  |   16 +
 twisted/trial/test/test_script.py                  |    8 +-
 twisted/trial/test/test_tests.py                   |    4 +-
 twisted/trial/test/test_warning.py                 |    2 +-
 twisted/trial/util.py                              |    4 +-
 twisted/web/_auth/digest.py                        |    6 +-
 twisted/web/_auth/wrapper.py                       |    2 +-
 twisted/web/_element.py                            |    4 +-
 twisted/web/_flatten.py                            |   24 +-
 twisted/web/_http2.py                              |  114 +-
 twisted/web/_newclient.py                          |   33 +-
 twisted/web/_stan.py                               |   32 +-
 twisted/web/client.py                              |   27 +-
 twisted/web/distrib.py                             |    5 +-
 twisted/web/domhelpers.py                          |    2 +-
 twisted/web/http.py                                |   38 +-
 twisted/web/http_headers.py                        |    6 +-
 twisted/web/iweb.py                                |   24 +-
 twisted/web/resource.py                            |    2 +-
 twisted/web/script.py                              |    3 +-
 twisted/web/server.py                              |   90 +-
 twisted/web/static.py                              |   28 +-
 twisted/web/tap.py                                 |    5 +-
 twisted/web/template.py                            |   11 +-
 twisted/web/test/requesthelper.py                  |   10 +-
 twisted/web/test/test_agent.py                     |    8 +-
 twisted/web/test/test_cgi.py                       |   61 +-
 twisted/web/test/test_error.py                     |    6 +-
 twisted/web/test/test_http.py                      |  146 +-
 twisted/web/test/test_http2.py                     |  585 +-
 twisted/web/test/test_http_headers.py              |    8 +-
 twisted/web/test/test_httpauth.py                  |    2 +-
 twisted/web/test/test_newclient.py                 |    2 +-
 twisted/web/test/test_proxy.py                     |    2 +-
 twisted/web/test/test_static.py                    |   23 +-
 twisted/web/test/test_tap.py                       |    8 +-
 twisted/web/test/test_template.py                  |    8 +-
 twisted/web/test/test_vhost.py                     |    8 +-
 twisted/web/test/test_web.py                       |  128 +-
 twisted/web/test/test_webclient.py                 |   35 +-
 twisted/web/test/test_wsgi.py                      |   14 +-
 twisted/web/test/test_xml.py                       |   48 +-
 twisted/web/test/test_xmlrpc.py                    |    4 +-
 twisted/web/twcgi.py                               |    6 +-
 twisted/web/wsgi.py                                |   19 +-
 twisted/web/xmlrpc.py                              |   17 +-
 twisted/words/im/interfaces.py                     |    2 +-
 twisted/words/im/ircsupport.py                     |    8 +-
 twisted/words/im/pbsupport.py                      |    6 +-
 twisted/words/iwords.py                            |    6 +-
 twisted/words/protocols/irc.py                     |   67 +-
 twisted/words/protocols/jabber/client.py           |   48 +-
 twisted/words/protocols/jabber/component.py        |   31 +-
 twisted/words/protocols/jabber/error.py            |   15 +-
 twisted/words/protocols/jabber/ijabber.py          |   12 +-
 twisted/words/protocols/jabber/jid.py              |   24 +-
 twisted/words/protocols/jabber/jstrports.py        |    2 +
 twisted/words/protocols/jabber/sasl.py             |   17 +-
 twisted/words/protocols/jabber/sasl_mechanisms.py  |  121 +-
 twisted/words/protocols/jabber/xmlstream.py        |   42 +-
 twisted/words/protocols/jabber/xmpp_stringprep.py  |   40 +-
 twisted/words/protocols/oscar.py                   |    5 +-
 twisted/words/service.py                           |   29 +-
 twisted/words/test/test_basesupport.py             |   12 +-
 twisted/words/test/test_domish.py                  |  200 +-
 twisted/words/test/test_irc.py                     |   16 +-
 twisted/words/test/test_jabberclient.py            |   20 +-
 twisted/words/test/test_jabbercomponent.py         |   38 +-
 twisted/words/test/test_jabbererror.py             |   25 +-
 twisted/words/test/test_jabberjid.py               |    5 +-
 twisted/words/test/test_jabberjstrports.py         |    2 +
 twisted/words/test/test_jabbersasl.py              |   82 +-
 twisted/words/test/test_jabbersaslmechanisms.py    |   79 +-
 twisted/words/test/test_jabberxmlstream.py         |   76 +-
 twisted/words/test/test_jabberxmppstringprep.py    |    6 +
 twisted/words/test/test_xishutil.py                |    2 +
 twisted/words/test/test_xmlstream.py               |    6 +-
 twisted/words/test/test_xpath.py                   |   67 +-
 twisted/words/xish/domish.py                       |  160 +-
 twisted/words/xish/utility.py                      |   15 +-
 twisted/words/xish/xmlstream.py                    |   18 +
 twisted/words/xish/xpath.py                        |   28 +-
 twisted/words/xish/xpathparser.g                   |  513 +-
 twisted/words/xish/xpathparser.py                  |  612 +-
 698 files changed, 24159 insertions(+), 12638 deletions(-)

diff --cc debian/changelog
index 0f0f1de,0000000..da512f6
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,876 -1,0 +1,898 @@@
++twisted (16.4.1-1) unstable; urgency=medium
++
++  * New upstream (bug fix) release.
++
++ -- Matthias Klose <doko at debian.org>  Wed, 28 Sep 2016 02:13:13 +0200
++
++twisted (16.4.0-2) unstable; urgency=medium
++
++  * Fix build on x86 targets.
++  * Build architecture dependent packages for Python3.
++
++ -- Matthias Klose <doko at debian.org>  Wed, 31 Aug 2016 09:38:30 +0200
++
++twisted (16.4.0-1) unstable; urgency=medium
++
++  * New upstream release.
++  * Drop fix-man-error.diff patch, since the issue has been fixed upstream.
++  * Replace setup3.py with setup.py in debian/rules (there's a single file
++    now)
++
++ -- Free Ekanayaka <freee at debian.org>  Tue, 30 Aug 2016 09:53:49 +0000
++
 +twisted (16.3.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Drop tap2deb.diff patch, since the script has been removed by
 +    upstream (see #8326).
 +
 + -- Free Ekanayaka <freee at debian.org>  Sat, 30 Jul 2016 17:24:58 +0000
 +
 +twisted (16.2.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Free Ekanayaka <freee at debian.org>  Sat, 21 May 2016 08:18:31 +0000
 +
 +twisted (16.1.1-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * python3-twisted: Clean plugin cache on removal. Closes: #810692.
 +
 + -- Matthias Klose <doko at debian.org>  Sat, 16 Apr 2016 15:45:15 +0200
 +
 +twisted (16.0.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Matthias Klose <doko at debian.org>  Fri, 18 Mar 2016 16:55:22 +0100
 +
 +twisted (16.0.0~pre3-1) experimental; urgency=medium
 +
 +  * New upstream beta release.
 +
 + -- Matthias Klose <doko at debian.org>  Thu, 10 Mar 2016 15:58:44 +0100
 +
 +twisted (16.0.0~pre1-3) experimental; urgency=medium
 +
 +  * Add twisted.conch.ssh._cryptography_backports for Python3 installations.
 +    Issue #8220. LP: #1549731.
 +  * Add twisted.conch._version for Python3 installations. LP: #1549389.
 +
 + -- Matthias Klose <doko at debian.org>  Thu, 25 Feb 2016 17:40:37 +0100
 +
 +twisted (16.0.0~pre1-2) experimental; urgency=medium
 +
 +  * Fix issue #8216, add twisted.cred.strcred for Python3 installations.
 +    LP: #1548972.
 +
 + -- Matthias Klose <doko at debian.org>  Wed, 24 Feb 2016 12:15:53 +0100
 +
 +twisted (16.0.0~pre1-1) experimental; urgency=medium
 +
 +  * New upstream beta release.
 +
 + -- Matthias Klose <doko at debian.org>  Tue, 16 Feb 2016 12:08:18 +0100
 +
 +twisted (15.5.0-4) unstable; urgency=medium
 +
 +  * Add Breaks, for all python-twisted-* Replaces.
 +
 + -- Matthias Klose <doko at debian.org>  Mon, 14 Dec 2015 14:08:37 +0100
 +
 +twisted (15.5.0-3) unstable; urgency=medium
 +
 +  * Build a python3-twisted package. Closes: #763149.
 +  * Move all python-twisted-* manual packages into python-twisted-core.
 +    Update Breaks/Replaces. Closes: #806167.
 +
 + -- Matthias Klose <doko at debian.org>  Tue, 01 Dec 2015 11:33:20 +0100
 +
 +twisted (15.5.0-2) unstable; urgency=medium
 +
 +  * Fix python-twisted-conch version number in Replaces.
 +
 + -- Matthias Klose <doko at debian.org>  Tue, 01 Dec 2015 11:26:47 +0100
 +
 +twisted (15.5.0-1) unstable; urgency=medium
 +
 +  * New upstream release. Closes: #806643.
 +  * Add replaces for upgrades from versions 15.2.x and below.
 +    Closes: #806167.
 +  * Add breaks to torbrowser-launcher, python-scrapy and txsocksx.
 +    Closes: #794367.
 +  * Merge from Ubuntu:
 +    - web/client: allow IPv6 addresses. LP: #1505748.
 +
 + -- Matthias Klose <doko at debian.org>  Mon, 30 Nov 2015 12:58:43 +0100
 +
 +twisted (15.4.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Support for sub-projects has been droped, so Debian is going
 +    to transition to a single-package model as well. For now all
 +    sub-packages have been kept and turned into close-to-dummy
 +    packages containing no code and only some documentation. This
 +    should reduce the risk of breaking people that do still pull
 +    these packages. Eventually they will be dropped.
 +    See https://twistedmatrix.com/trac/ticket/7964.
 +  * The lore package has been dropped since it's been removed upstream
 +    in favor of sphinx.
 +  * Build-Depend on python-setuptools
 +
 + -- Free Ekanayaka <freee at debian.org>  Fri, 09 Oct 2015 11:00:16 +0200
 +
 +twisted (15.2.1-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Matthias Klose <doko at debian.org>  Sat, 25 Jul 2015 18:57:17 +0200
 +
 +twisted (15.0.0-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Free Ekanayaka <freee at debian.org>  Mon, 09 Mar 2015 09:53:34 +0100
 +
 +twisted (14.0.2-3) unstable; urgency=medium
 +
 +  * Add debian/combinedlog.patch to fix upstream's bug #7730 and
 +    restore the old combined log format. Closes: #772629.
 +
 + -- Free Ekanayaka <freee at debian.org>  Tue, 09 Dec 2014 11:58:50 +0100
 +
 +twisted (14.0.2-2) unstable; urgency=medium
 +
 +  * Re-add lost 14.0.2-2 upload. Closes: #763581.
 +
 + -- Matthias Klose <doko at debian.org>  Wed, 01 Oct 2014 13:29:03 +0200
 +
 +twisted (14.0.2-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +    - Fix issue #7647: BrowserLikePolicyForHTTPS would always ignore the
 +      specified trustRoot and use the system trust root instead, which has
 +      been rectified. Closes: #761983.
 +  * Build using wxpython3.0 (Olly Betts). Closes: #759073.
 +
 + -- Matthias Klose <doko at debian.org>  Tue, 30 Sep 2014 15:04:00 +0200
 +
 +twisted (14.0.0-2) unstable; urgency=medium
 +
 +  * python-twisted-core: Depend on python-openssl and python-service-identity.
 +
 + -- Matthias Klose <doko at debian.org>  Wed, 23 Jul 2014 15:39:02 +0200
 +
 +twisted (14.0.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Matthias Klose <doko at debian.org>  Mon, 14 Jul 2014 13:49:08 +0200
 +
 +twisted (13.2.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +
 + -- Matthias Klose <doko at debian.org>  Tue, 07 Jan 2014 23:52:50 +0100
 +
 +twisted (13.1.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Migrate to single-source
 +
 + -- Free Ekanayaka <freee at debian.org>  Fri, 04 Oct 2013 14:20:11 +0200
 +
 +twisted (13.0.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Free Ekanayaka <freee at debian.org>  Wed, 05 Jun 2013 20:48:54 +0200
 +
 +twisted (12.3.0-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * Bump python-zope.interface dependency to 3.6
 +  * Bump Standards-Version to 3.9.4
 +  * Install _initgroups.so only on Python <= 2.6
 +  * Drop packaging tweaks for Python < 2.6
 +
 + -- Free Ekanayaka <freee at debian.org>  Wed, 02 Jan 2013 15:15:18 +0100
 +
 +twisted (12.2.0-1) experimental; urgency=low
 +
 +  * New upstream version
 +  * Drop the _epoll.so C extension, as Twisted now supports only
 +    Python >= 2.6 and there's stdlib support for epoll since 2.6
 +  * Add sendmsg.so C extension to python-twisted-bin
 +
 + -- Free Ekanayaka <freee at debian.org>  Tue, 11 Sep 2012 10:06:25 +0200
 +
 +twisted (12.0.0-1) sid; urgency=low
 +
 +  * New upstream version.
 +  * Add watch file
 +  * Bump Standards-Version
 +
 + -- Free Ekanayaka <freee at debian.org>  Tue, 17 Apr 2012 15:36:37 +0200
 +
 +twisted (11.1.0-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Drop suggestions on python-wxgtk2.6 and python-profiler.
 +  * Fix lintian warnings.
 +
 + -- Matthias Klose <doko at debian.org>  Wed, 21 Dec 2011 12:29:38 +0100
 +
 +twisted (11.0.0-2) unstable; urgency=low
 +
 +  * python-twisted depends on version >= 11.0 of other packages.
 +
 + -- Matthias Klose <doko at debian.org>  Fri, 22 Apr 2011 12:02:59 +0200
 +
 +twisted (11.0.0-1) unstable; urgency=low
 +
 +  * New upstream version.
 +
 + -- Matthias Klose <doko at debian.org>  Sun, 17 Apr 2011 20:11:48 +0200
 +
 +twisted (10.2.0-1) unstable; urgency=low
 +
 +  * New upstream version.
 +
 + -- Matthias Klose <doko at debian.org>  Thu, 24 Feb 2011 04:47:56 +0100
 +
 +twisted (10.1.0-3) unstable; urgency=low
 +
 +  * Tighten build dependency to build with a fixed dh_python2. Closes: #592410.
 +
 + -- Matthias Klose <doko at debian.org>  Wed, 18 Aug 2010 11:42:19 +0200
 +
 +twisted (10.1.0-2) unstable; urgency=low
 +
 +  * Remove all plugin cache files before rebuilding the cache files
 +    for the installed python versions.
 +  * python-twisted: Depend on the 10.1 versions of the twisted packages.
 +  * Remove the plugin cache files when package is removed, not only if
 +    it is purged.
 +
 + -- Matthias Klose <doko at debian.org>  Sun, 25 Jul 2010 15:56:17 +0200
 +
 +twisted (10.1.0-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Build using dh_python2 instead of dh_pycentral.
 +
 + -- Matthias Klose <doko at debian.org>  Sat, 17 Jul 2010 16:11:21 +0200
 +
 +twisted (10.0.0-3) unstable; urgency=low
 +
 +  * Add a trigger `twisted-plugins-cache' to rebuild the plugins cache.
 +
 + -- Matthias Klose <doko at debian.org>  Tue, 30 Mar 2010 17:55:15 +0200
 +
 +twisted (10.0.0-2) unstable; urgency=low
 +
 +  * Include changes from 9.0.0-2 which got skipped
 +  * python-twisted depends on version >= 10.0 of other packages
 +
 + -- Free Ekanayaka <freee at debian.org>  Tue, 09 Mar 2010 13:32:00 +0100
 +
 +twisted (10.0.0-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Add myself as uploader.
 +  * Bump standards version to 3.8.4
 +
 + -- Free Ekanayaka <freee at debian.org>  Mon, 08 Mar 2010 12:32:45 +0100
 +
... 1158 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/twisted.git



More information about the Python-modules-commits mailing list