Back to python3.5 PTS page

Accepted python3.5 3.5.2-7 (source) into unstable



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

Format: 1.8
Date: Thu, 03 Nov 2016 12:10:16 +0100
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
Version: 3.5.2-7
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
Closes: 835794
Changes:
 python3.5 (3.5.2-7) unstable; urgency=medium
 .
   * Update to 20161103 from the 3.5 branch.
     - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in
       debug build.
     - Issue #23782: Fixed possible memory leak in _PyTraceback_Add() and
       exception loss in PyTraceBack_Here().
     - Issue #28379: Added sanity checks and tests for
       PyUnicode_CopyCharacters().
     - Issue #28376: The type of long range iterator is now registered as
       Iterator.
     - Issue #28376: The constructor of range_iterator now checks that step is
       not 0.
     - Issue #26906: Resolving special methods of uninitialized type now causes
       implicit initialization of the type instead of a fail.
     - Issue #18287: PyType_Ready() now checks that tp_name is not NULL.
     - Issue #24098: Fixed possible crash when AST is changed in process of
       compiling it.
     - Issue #28350: String constants with null character no longer interned.
     - Issue #26617: Fix crash when GC runs during weakref callbacks.
     - Issue #27942: String constants now interned recursively in tuples and
       frozensets.
     - Issue #21578: Fixed misleading error message when ImportError called with
       invalid keyword args.
     - Issue #28203: Fix incorrect type in error message from
       ``complex(1.0, {2:3})``.
     - Issue #27517: LZMA compressor and decompressor no longer raise exceptions
       if given empty data twice.
     - Issue #28549: Fixed segfault in curses's addch() with ncurses6.
     - Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a
       tar file with compression before trying to open it without compression.
       Otherwise it had 50% chance failed with ignore_zeros=True.
     - Issue #23262: The webbrowser module now supports Firefox 36+ and derived
       browsers.
     - Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale
       caused by representing the scale as float value internally in Tk.
       tkinter.IntVar now works if float value is set to underlying Tk variable.
     - Issue #28255: calendar.TextCalendar().prmonth() no longer prints a space
       at the start of new line after printing a month's calendar.
     - Issue #20491: The textwrap.TextWrapper class now honors non-breaking
       spaces.
     - Issue #28353: os.fwalk() no longer fails on broken links.
     - Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
       a workaround to Tix library bug.
     - Issue #28488: shutil.make_archive() no longer add entry "./" to ZIP
       archive.
     - Issue #24452: Make webbrowser support Chrome on Mac OS X.
     - Issue #20766: Fix references leaked by pdb in the handling of SIGINT
       handlers.
     - Issue #26293: Fixed writing ZIP files that starts not from the start of
       the file.  Offsets in ZIP file now are relative to the start of the
       archive in conforming to the specification.
     - Issue #28321: Fixed writing non-BMP characters with binary format in
       plistlib.
     - Issue #28322: Fixed possible crashes when unpickle itertools objects from
       incorrect pickle data.
     - Fix possible integer overflows and crashes in the mmap module with
       unusual usage patterns.
     - Issue #1703178: Fix the ability to pass the --link-objects option to the
       distutils build_ext command.
     - Issue #28253: Fixed calendar functions for extreme months: 0001-01
       and 9999-12.
     - Issue #28275: Fixed possible use after free in the decompress()
       methods of the LZMADecompressor and BZ2Decompressor classes.
     - Issue #27897: Fixed possible crash in
       sqlite3.Connection.create_collation() if pass invalid string-like object
       as a name.
     - Issue #27611: Fixed support of default root window in the tkinter.tix
       module.
     - Issue #28368: Refuse monitoring processes if the child watcher has
       no loop attached.
     - Issue #28369: Raise RuntimeError when transport's FD is used with
       add_reader, add_writer, etc.
     - Issue #28370: Speedup asyncio.StreamReader.readexactly.
     - Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
     - Issue #28372: Fix asyncio to support formatting of non-python coroutines.
     - Issue #28399: Remove UNIX socket from FS before binding.
     - Issue #27972: Prohibit Tasks to await on themselves.
     - Issue #26923: Fix asyncio.Gather to refuse being cancelled once all
       children are done.
     - Issue #26796: Don't configure the number of workers for default
       threadpool executor.
     - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
     - Issue #28513: Documented command-line interface of zipfile.
     - Issue #28409: regrtest: fix the parser of command line arguments.
     - Issue #28444: Fix missing extensions modules when cross compiling.
     - Issue #28258: Fixed build with Estonian locale (python-config and
       distclean targets in Makefile).
   * Build using openssl 1.1. Closes: #835794.
Checksums-Sha1:
 4580554572b281f1a569d7da0a75ba992b9984c4 3317 python3.5_3.5.2-7.dsc
 eebb903522c97fffe228d21607673214ae8637c6 625180 python3.5_3.5.2-7.debian.tar.xz
Checksums-Sha256:
 d9a83212dcaae68f1b99068fa6e55317458d295f68b1a65d53b671310822eeeb 3317 python3.5_3.5.2-7.dsc
 48d2907c8e2e4ef78c030ebf760af9437118fa415699b064a3d92f243c669991 625180 python3.5_3.5.2-7.debian.tar.xz
Files:
 32e57baf3dbc4c6983df83e0e3aee883 3317 python optional python3.5_3.5.2-7.dsc
 941c26c1ebeddab331dfd1ad9a8b440c 625180 python optional python3.5_3.5.2-7.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQItBAEBCAAXBQJYGydtEBxkb2tvQGRlYmlhbi5vcmcACgkQvX6qYHePpvXpLw/9
GFk+wMZxv91Yr0B9/2BZYK2CgnXliOyf+xje0BbxpxVNzl15aFWvJAg4yVzkSDp5
0987SSfHHTpttO0Flca0UwTXYKE1CtPsEEXgbXRAnG1JrMA+5XhaFeX89xGL+1PG
fmN/bU9hGIvZKljZc8NpmePf9rEHSNSwEi8AgbGNThJouFGDjhfdTbrsur2SBqAl
3F/Vx5Bmwno/+RpRNSCiCM85xLki07NYu9DvmyNi3Ve6mQRs0eZLh5LhOv6FanQE
aaIyR7mTVPMChQs0i4o0+CnsyqnoSVurVt1ztm7PAVwwQ3MrEGutcEM5kF4GtO2m
49M+sNHiEd1YgEMrPnqITFTOVu4qNQ+qS06+keLWgZgRBBqzx0P6mZSa7ebGjLHy
g0wgY2GHfDZ7eXa4+qbkRvmML2DrskRWl8sr7bpqbxCtpR7w0POhiXdIgPELicoX
2i+K2OfAYUnZRcaDUb5fBr4DDH3KAMpaiRWi0OtkUxI8NlKmBywPoo1FTfUdP+7S
JFIHaNRdA7DECoHUiOZqlok1KPpKdnOVg1JPSxqZUYQhexqOI1gem6P44KyUfJ01
fZ8Y1dy4p9zgw9KhCRVZhFGSITkEZF+L/CASW9MLmtnI/O7f5+ovIocTYp0NBVla
nTWrugbcq5KzmodtLMYB7NWOKS7D+lbtWCneQwuPzS0=
=NM4o
-----END PGP SIGNATURE-----