Format: 1.8 Date: Thu, 03 Nov 2016 11:11:39 +0100 Source: python2.7 Binary: python2.7 libpython2.7-stdlib python2.7-minimal libpython2.7-minimal libpython2.7 python2.7-examples python2.7-dev libpython2.7-dev libpython2.7-testsuite idle-python2.7 python2.7-doc python2.7-dbg libpython2.7-dbg Architecture: all amd64 Version: 2.7.12-4 Distribution: zesty-proposed Urgency: medium Maintainer: Launchpad Build Daemon Changed-By: Matthias Klose Description: idle-python2.7 - IDE for Python (v2.7) using Tkinter libpython2.7 - Shared Python runtime library (version 2.7) libpython2.7-dbg - Debug Build of the Python Interpreter (version 2.7) libpython2.7-dev - Header files and a static library for Python (v2.7) libpython2.7-minimal - Minimal subset of the Python language (version 2.7) libpython2.7-stdlib - Interactive high-level object-oriented language (standard library libpython2.7-testsuite - Testsuite for the Python standard library (v2.7) python2.7 - Interactive high-level object-oriented language (version 2.7) python2.7-dbg - Debug Build of the Python Interpreter (version 2.7) python2.7-dev - Header files and a static library for Python (v2.7) python2.7-doc - Documentation for the high-level object-oriented language Python python2.7-examples - Examples for the Python language (v2.7) python2.7-minimal - Minimal subset of the Python language (version 2.7) Closes: 835793 Changes: python2.7 (2.7.12-4) unstable; urgency=medium . * Update to 20161103 from the 2.7 branch. - Issue #21720: Improve exception message when the type of fromlist is unicode. fromlist parameter of __import__() only accepts str in Python 2 and this will help to identify the problem especially when the unicode_literals future import is used. - 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 #27942: String constants now interned recursively in tuples and frozensets. - Issue #15578: Correctly incref the parent module while importing. - Issue #26307: The profile-opt build now applies PGO to the built-in modules. - Issue #26020: set literal evaluation order did not match documented behaviour. - 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 #25464: Fixed HList.header_exists() in Tix module by adding a workaround to Tix library bug. - Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. - Issue #28480: Fix error building _sqlite3 module when multithreading is disabled. - 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. - Fix possible integer overflows and crashes in the mmap module with unusual usage patterns. - Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() if pass invalid string-like object as a name. - 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. Methods itermonthdays() and itermonthdays2() are reimplemented so that they don't call itermonthdates() which can cause datetime.date under/overflow. - Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversion_mode(). - Issue #28284: Strengthen resistance of ``_json.encode_basestring_ascii()`` to integer overflow. - Issue #27611: Fixed support of default root window in the Tix module. - Issue #24363: When parsing HTTP header fields, if an invalid line is encountered, skip it and continue parsing. Previously, no more header fields were parsed, which could lead to fields for HTTP framing like Content-Length and Transfer-Encoding being overlooked. - Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). - Issue #25969: Update the lib2to3 grammar to handle the unpacking generalizations added in 3.5. - Issue #24594: Validates persist parameter when opening MSI database - Issue #27570: Avoid zero-length memcpy() etc calls with null source pointers in the "ctypes" and "array" modules. - Issue #22450: urllib now includes an "Accept: */*" header among the default headers. This makes the results of REST API requests more consistent and predictable especially when proxy servers are involved. - lib2to3.pgen3.driver.load_grammar() now creates a stable cache file between runs given the same Grammar.txt input regardless of the hash randomization setting. - Issue #27691: Fix ssl module's parsing of GEN_RID subject alternative name fields in X.509 certs. - Issue #27850: Remove 3DES from ssl module's default cipher list to counter measure sweet32 attack (CVE-2016-2183). - Issue #27766: Add ChaCha20 Poly1305 to ssl module's default ciper list. (Required OpenSSL 1.1.0 or LibreSSL). - Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. Closes: #835793. - Issue #27944: Fix some memory-corruption bugs in the log reading code of the _hotshot module. - Issue #27934: Use ``float.__repr__`` instead of plain ``repr`` when JSON- encoding an instance of a float subclass. - Issue #21201: Improves readability of multiprocessing error message. - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen. - Issue #17642: add larger font sizes for classroom projection. - Add version to title of IDLE help window. - Issue #25564: In section on IDLE -- console differences, mention that using exec means that __builtins__ is defined for each statement. - Issue #28513: Documented command-line interface of zipfile. - Issue #28258: Fixed build with Estonian locale. - Issue #26661: setup.py now detects system libffi with multiarch wrapper. - Issue #15819: The Include directory in the build tree is already searched; drop unused code trying to add it again. - Issue #27566: Fix clean target in freeze makefile. - Issue #27983: Cause lack of llvm-profdata tool when using clang as required for PGO linking to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes. - Issue #26359: Add the --with-optimizations configure flag. - Issue #27952: Get Tools/scripts/fixcid.py working with the current "re" module, avoid invalid Python backslash escapes, and fix a bug parsing escaped C quote signs. Checksums-Sha1: 6ca7922a5981d8992c5e353077a58bfde1811f3e 265270 idle-python2.7_2.7.12-4_all.deb 1ea41b645c24a5d334a8a6c0bb5484316be1a180 4665922 libpython2.7-dbg_2.7.12-4_amd64.deb 5d79cf9f7db2d039a92894220e61bf8cd6a6888f 918 libpython2.7-dbgsym_2.7.12-4_amd64.ddeb ceffb66dcc1c24b0a3505837c4b10701dcdde859 910 libpython2.7-dev-dbgsym_2.7.12-4_amd64.ddeb 3c49d7e26b6baf1c0479a177a491883ee529c763 28175612 libpython2.7-dev_2.7.12-4_amd64.deb deea1ba42f5d472198068d55a39d47d6dbcc2216 798 libpython2.7-minimal-dbgsym_2.7.12-4_amd64.ddeb 26db8468704c3197fac79ba2097cd84f5468c6fe 340004 libpython2.7-minimal_2.7.12-4_amd64.deb 8a4fe1f7ff6391931be8093ab825cc2c229380ec 924 libpython2.7-stdlib-dbgsym_2.7.12-4_amd64.ddeb d24161083f9ebd815a3d48b6e1ba85ebed25daf2 1919330 libpython2.7-stdlib_2.7.12-4_amd64.deb 71aa7ada6f03ced2dd5711109c6248c643b56697 2105934 libpython2.7-testsuite_2.7.12-4_all.deb 807ea38ebee9ed208e5d6acd1bd8a491836bf69c 1071664 libpython2.7_2.7.12-4_amd64.deb fdab134accd46703b4bbbad72aac685baf05bbf1 7927676 python2.7-dbg_2.7.12-4_amd64.deb e477a8d62d6ce284ea7dc377da78fe8e7cc065b7 285058 python2.7-dev_2.7.12-4_amd64.deb 96681bdf13703bee6db4fd0a0ddaeb3b27a1f0c3 4242556 python2.7-doc_2.7.12-4_all.deb 5c127dad79c8bf757e4ce65342e5944f27ac3187 557606 python2.7-examples_2.7.12-4_all.deb 50783faf4beac4d32fad3cf85f39d48361058b2e 1326610 python2.7-minimal_2.7.12-4_amd64.deb b3a69eab823b00acb6a5f92dc1edf17e0bda5993 227878 python2.7_2.7.12-4_amd64.deb Checksums-Sha256: ab78655fca08b0a2e70a0b99e38993fcd4d9986815d9213366549234cbcbb1f2 265270 idle-python2.7_2.7.12-4_all.deb f7b4ecd9cc4242d44d2258a39834c65a74bc70981541aef7b33a15207da5a70c 4665922 libpython2.7-dbg_2.7.12-4_amd64.deb 736f7595a0c1adddc1b4f905d7dae04c5b5eee9850757cf2c248f77c5ded2772 918 libpython2.7-dbgsym_2.7.12-4_amd64.ddeb 27dd32404015863e4d65118a8b4635e724ae3432be9fd1bcb88565e1200cd574 910 libpython2.7-dev-dbgsym_2.7.12-4_amd64.ddeb c42527fa0dea9e7f476996f0f74883045cb8aa4a9b4d2ccd3ae30ddae1525d86 28175612 libpython2.7-dev_2.7.12-4_amd64.deb e98cbb469ce1ad40d7a4beb474bcd9b0163d2ef6b9168fd7955131b9bfdda445 798 libpython2.7-minimal-dbgsym_2.7.12-4_amd64.ddeb 20cfe1af2c322496e694ecf894c00135d8938cb60a7dd937f16bcd83f194d843 340004 libpython2.7-minimal_2.7.12-4_amd64.deb dd7005ff26004c616d4da8e81530052e6c2a991bb3b832a4ee3df924d1993ef6 924 libpython2.7-stdlib-dbgsym_2.7.12-4_amd64.ddeb a99272daf895bd5af38e1c811bf68f3901f56f9f48473411199dff83d30a831f 1919330 libpython2.7-stdlib_2.7.12-4_amd64.deb e1eb4643a0deb60a5775d057a9b2d6a5205c9f4d367c2fd4aba623f2c871e3fd 2105934 libpython2.7-testsuite_2.7.12-4_all.deb a586518c49186b5e8558471517852fa286754f07d10b80b5fe0e7546b84828ec 1071664 libpython2.7_2.7.12-4_amd64.deb b162f583293a2f5360b0bbc013d5917e93d3284463490d5505882c87198f77eb 7927676 python2.7-dbg_2.7.12-4_amd64.deb b94f03e1e25c5eab5770aa2187747714d591f160cd645a96240fee7ef91faa1c 285058 python2.7-dev_2.7.12-4_amd64.deb 9df2083ef9e1c9d6b4ac3bee02f6ce268cca65cd276bd858748359058ff7e417 4242556 python2.7-doc_2.7.12-4_all.deb 9238823e68ef5a7120fce7e3561bfad57498bb6f440294fbd654261bb3913d6c 557606 python2.7-examples_2.7.12-4_all.deb 57d8310b4b0d5b24425ed7765f10e63e0b9596ed6201a8c49727f5cb3e855561 1326610 python2.7-minimal_2.7.12-4_amd64.deb 7b1ddd63d2172c7e0ad0dc20a060a5611b27f5ee588561194191d86959db0e28 227878 python2.7_2.7.12-4_amd64.deb Files: 55a36e864cfedf40dd4d977fa5cebd2f 265270 python optional idle-python2.7_2.7.12-4_all.deb 89d4102c0fbc7f4a3ecc10c45f2ab65e 4665922 debug extra libpython2.7-dbg_2.7.12-4_amd64.deb 943b6cdc603fc3c9025cccaef7e96288 918 libs extra libpython2.7-dbgsym_2.7.12-4_amd64.ddeb 60110da4276b6d90637ddc216922dded 910 libdevel extra libpython2.7-dev-dbgsym_2.7.12-4_amd64.ddeb a388d92270af7f9c8b20194f350ed094 28175612 libdevel optional libpython2.7-dev_2.7.12-4_amd64.deb 80d93a9357497d02bb2ec4c9b5d26139 798 python extra libpython2.7-minimal-dbgsym_2.7.12-4_amd64.ddeb c59288de0a1992c797d4c5d3b3952224 340004 python standard libpython2.7-minimal_2.7.12-4_amd64.deb ada7549bb0f0208be2f5413710255feb 924 python extra libpython2.7-stdlib-dbgsym_2.7.12-4_amd64.ddeb ff3e2798109cab60b02e96015f8f2cd6 1919330 python standard libpython2.7-stdlib_2.7.12-4_amd64.deb 1d223c46a20449dc9066ce756db9aecf 2105934 libdevel optional libpython2.7-testsuite_2.7.12-4_all.deb 76212309bd2c4fa7d96ef537589b6cb4 1071664 libs standard libpython2.7_2.7.12-4_amd64.deb 5aa679497456baa550b8df88a3d3571e 7927676 debug extra python2.7-dbg_2.7.12-4_amd64.deb 1a16f590e97af17dae4fe18860d4c96a 285058 python optional python2.7-dev_2.7.12-4_amd64.deb 6764671fa37e534ab997fd946e4ac697 4242556 doc optional python2.7-doc_2.7.12-4_all.deb 0a00cd3dbd07ba9a112361af8e2a440f 557606 python optional python2.7-examples_2.7.12-4_all.deb d922c5c57d861f1cfbd2b2070bb4876b 1326610 python standard python2.7-minimal_2.7.12-4_amd64.deb 8efff393184f10951721aed1a56a8439 227878 python standard python2.7_2.7.12-4_amd64.deb