[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted python3.5 3.5.2-3 (source all) into unstable



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 05 Aug 2016 10:07:14 +0200
Source: python3.5
Binary: python3.5 python3.5-venv libpython3.5-stdlib python3.5-minimal libpython3.5-minimal libpython3.5 python3.5-examples python3.5-dev libpython3.5-dev libpython3.5-testsuite idle-python3.5 python3.5-doc python3.5-dbg libpython3.5-dbg
Architecture: source all
Version: 3.5.2-3
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose <doko@debian.org>
Changed-By: Matthias Klose <doko@debian.org>
Description:
 idle-python3.5 - IDE for Python (v3.5) using Tkinter
 libpython3.5 - Shared Python runtime library (version 3.5)
 libpython3.5-dbg - Debug Build of the Python Interpreter (version 3.5)
 libpython3.5-dev - Header files and a static library for Python (v3.5)
 libpython3.5-minimal - Minimal subset of the Python language (version 3.5)
 libpython3.5-stdlib - Interactive high-level object-oriented language (standard library
 libpython3.5-testsuite - Testsuite for the Python standard library (v3.5)
 python3.5  - Interactive high-level object-oriented language (version 3.5)
 python3.5-dbg - Debug Build of the Python Interpreter (version 3.5)
 python3.5-dev - Header files and a static library for Python (v3.5)
 python3.5-doc - Documentation for the high-level object-oriented language Python
 python3.5-examples - Examples for the Python language (v3.5)
 python3.5-minimal - Minimal subset of the Python language (version 3.5)
 python3.5-venv - Interactive high-level object-oriented language (pyvenv binary, v
Changes:
 python3.5 (3.5.2-3) unstable; urgency=medium
 .
   * Update to 20160805 from the 3.5 branch.
     - Issue #27419: Standard __import__() no longer look up "__import__" in
       globals or builtins for importing submodules or "from import".
       Fixed handling an error of non-string package name.
     - Issue #27514: Make having too many statically nested blocks a SyntaxError
       instead of SystemError.
     - Issue #27473: Fixed possible integer overflow in bytes and bytearray
       concatenations.
     - Issue #27507: Add integer overflow check in bytearray.extend().
     - Issue #27581: Don't rely on wrapping for overflow check in
       PySequence_Tuple().
     - Issue #27443: __length_hint__() of bytearray iterators no longer return a
       negative integer for a resized bytearray.
     - Issue #27568: Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the
       HTTP_PROXY variable when REQUEST_METHOD environment is set, which
       indicates that the script is in CGI mode.
     - Issue #27656: Do not assume sched.h defines any SCHED_* constants.
     - Issue #27130: In the "zlib" module, fix handling of large buffers
       (typically 4 GiB) when compressing and decompressing.  Previously, inputs
       were limited to 4 GiB, and compression and decompression operations did
       not properly handle results of 4 GiB.
     - Issue #27533: Release GIL in nt._isdir
     - Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
     - Issue #27522: Avoid an unintentional reference cycle in email.feedparser.
     - Issue #26844: Fix error message for imp.find_module() to refer to 'path'
       instead of 'name'.
     - Issue #23804: Fix SSL zero-length recv() calls to not block and not raise
       an error about unclean EOF.
     - Issue #27466: Change time format returned by http.cookie.time2netscape,
       confirming the netscape cookie format and making it consistent with
       documentation.
     - Issue #26664: Fix activate.fish by removing mis-use of ``$``.
     - Issue #22115: Fixed tracing Tkinter variables: trace_vdelete() with wrong
       mode no longer break tracing, trace_vinfo() now always returns a list of
       pairs of strings, tracing in the "u" mode now works.
     - Fix a scoping issue in importlib.util.LazyLoader which triggered an
       UnboundLocalError when lazy-loading a module that was already put into
       sys.modules.
     - Issue #27079: Fixed curses.ascii functions isblank(), iscntrl() and
       ispunct().
     - Issue #26754: Some functions (compile() etc) accepted a filename argument
       encoded as an iterable of integers. Now only strings and byte-like
       objects are accepted.
     - Issue #27048: Prevents distutils failing on Windows when environment
       variables contain non-ASCII characters
     - Issue #27330: Fixed possible leaks in the ctypes module.
     - Issue #27238: Got rid of bare excepts in the turtle module.
     - Issue #27122: When an exception is raised within the context being
       managed by a contextlib.ExitStack() and one of the exit stack generators
       catches and raises it in a chain, do not re-raise the original exception
       when exiting, let the new chained one through.  This avoids the PEP 479
       bug described in issue25782.
     - [Security] Issue #27278: Fix os.urandom() implementation using
       getrandom() on Linux.
     - Issue #26386: Fixed ttk.TreeView selection operations with item id's
       containing spaces.
     - [Security] Issue #22636: Avoid shell injection problems with
       ctypes.util.find_library().
     - Issue #16182: Fix various functions in the "readline" module to use the
       locale encoding, and fix get_begidx() and get_endidx() to return code
       point indexes.
     - Issue #27392: Add loop.connect_accepted_socket().
     - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
     - Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded
       as an iterable of integers. Now only strings and bytes-like objects are
       accepted.
     - Issue #27369: In test_pyexpat, avoid testing an error message detail that
       changed in Expat 2.2.0.
     - Issue #27332: Fixed the type of the first argument of module-level
       functions generated by Argument Clinic.
     - Issue #27418: Fixed Tools/importbench/importbench.py.
     - Issue #27453: CPP invocation in configure must use CPPFLAGS.
     - Issue #27641: The configure script now inserts comments into the makefile
       to prevent the pgen and _freeze_importlib executables from being cross-
       compiled.
     - Issue #26662: Set PYTHON_FOR_GEN in configure as the Python program to be
       used for file generation during the build.
   * Revert the proposed patch for asyncio issue 366, doesn't work anymore,
     and not applied upstream..
Checksums-Sha1:
 0226dab895e92291a7e2cb9f21135fefecaea631 3327 python3.5_3.5.2-3.dsc
 16099ae0ea2bfd2d279cb77b62598b780ecc9cf9 391756 python3.5_3.5.2-3.debian.tar.xz
 acc6c14f874af16236ffd5b026905a5487f5b0b4 102852 idle-python3.5_3.5.2-3_all.deb
 964a3ece9139ee5887dd029a2618d20f141931a8 2552954 libpython3.5-testsuite_3.5.2-3_all.deb
 b8d047fa13cb83da9d6d9f687702ba0b7e03010c 5382652 python3.5-doc_3.5.2-3_all.deb
 eafb0fcb76784793823d5a83400952d763ac4db5 496624 python3.5-examples_3.5.2-3_all.deb
Checksums-Sha256:
 07620c97276e45951b3c75b8eeca6931e50039e28dec0a8e0b4f43a7ad7ee0c7 3327 python3.5_3.5.2-3.dsc
 da1ec2a42cded56b6851be2f5deb3717d77272f08918aaf126118198bc9b053d 391756 python3.5_3.5.2-3.debian.tar.xz
 004f407e1ee3559756bd868aa7949adb56e55887e85445a7f489d3994527fb12 102852 idle-python3.5_3.5.2-3_all.deb
 f5e36119ae55c60cbd46882f91a0a9c29ef0da68dd1ab7d375d1adcd6ce2b02f 2552954 libpython3.5-testsuite_3.5.2-3_all.deb
 172005cbbb3c9815e3c5f9c23e3c173695b04838f1749c5e71d77d505be56714 5382652 python3.5-doc_3.5.2-3_all.deb
 f2e7022f491bed5d461c270e0f7021176ff5080cb80b40ec59c1b596db417b44 496624 python3.5-examples_3.5.2-3_all.deb
Files:
 334811da302e66e02a46a7e5ed0d9874 3327 python optional python3.5_3.5.2-3.dsc
 333ded6558957ff1075ca8a64ed7363b 391756 python optional python3.5_3.5.2-3.debian.tar.xz
 60d8442092664d5ca6a88ad9d9ce5516 102852 python optional idle-python3.5_3.5.2-3_all.deb
 b8a45ad6609a3f4b868d8553448014a6 2552954 libdevel optional libpython3.5-testsuite_3.5.2-3_all.deb
 908ee0335cf79845415dce3a1cac7fdc 5382652 doc optional python3.5-doc_3.5.2-3_all.deb
 2669daa17ea7891f83ae55c69260cedd 496624 python optional python3.5-examples_3.5.2-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXpGckAAoJEL1+qmB3j6b1eFAP+gOE9NPvCpU6dGm1q69f7VHv
xfcWvVFKYdeF/eX1wVltwK/ZWP88vSIYjCrBh8xIjdu9Hczh0yaB8Mr/py2X5s1V
afS70+NOAx9oVYPPsKlmyzykO2AM/fJ4DQgsDzdYdTx34WWLyyp51jrDjw+3H7GB
pddLHjEBeUhGuX1pAAXA8OV2c36Qswa7K07e5XSuOrc+eu1tcRRtg9GbQ82RD9Fn
amwjfz/V/nFQkPQBXbiOuSgSyY+B8HS6y4PRaVN8z4TK9j8bqHrmlrhaDaqhCfDt
J29gHu7yuCFCJpRwXY+VYA5hmdPNP3CgSmCH1InrRsuYXyjXi2vDxx4sj8c/nPb0
6+zM15TSNE8IMIzBklYhH6BjW4G6jfQ6zIt9Vw6tO/534CoCUC1Z+MA8jwutld9V
/95TRdHkhbrZkniM+rgR2dmh76ZYOt5Ntj1fjJgYvDWmYWwUlyo4Uf55vaUyJ9s1
6+yIs9Czym2unlwbODmWFlSGi4NilxPVnPszhL95dvvNuRbYYtywL0hSQnJsbU2m
GRrNTJcFar+o8ihId136q32x+IQFwL6njuJsTvGDIp08HCSAcFzYmUbJeTX4cEfc
UtB5u9CFUi4VJ4C19J7No1SMDAoljEYZc3TVloro00mW2H21Gn9yO3oxoAjolhEs
apElJMX6+owRTMWJZOEl
=So0C
-----END PGP SIGNATURE-----


Reply to: