-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 07 Apr 2014 11:46:02 +0200 Source: python3.4 Binary: python3.4 libpython3.4-stdlib python3.4-minimal libpython3.4-minimal libpython3.4 python3.4-examples python3.4-dev libpython3.4-dev libpython3.4-testsuite idle-python3.4 python3.4-doc python3.4-dbg libpython3.4-dbg Architecture: source all amd64 Version: 3.4.0-2 Distribution: unstable Urgency: medium Maintainer: Matthias Klose <doko@debian.org> Changed-By: Matthias Klose <doko@debian.org> Description: idle-python3.4 - IDE for Python (v3.4) using Tkinter libpython3.4 - Shared Python runtime library (version 3.4) libpython3.4-dbg - Debug Build of the Python Interpreter (version 3.4) libpython3.4-dev - Header files and a static library for Python (v3.4) libpython3.4-minimal - Minimal subset of the Python language (version 3.4) libpython3.4-stdlib - Interactive high-level object-oriented language (standard library libpython3.4-testsuite - Testsuite for the Python standard library (v3.4) python3.4 - Interactive high-level object-oriented language (version 3.4) python3.4-dbg - Debug Build of the Python Interpreter (version 3.4) python3.4-dev - Header files and a static library for Python (v3.4) python3.4-doc - Documentation for the high-level object-oriented language Python python3.4-examples - Examples for the Python language (v3.4) python3.4-minimal - Minimal subset of the Python language (version 3.4) Changes: python3.4 (3.4.0-2) unstable; urgency=medium . * Update to 20140407 from the 3.4 branch. - Issue #21134: Fix segfault when str is called on an uninitialized UnicodeEncodeError, UnicodeDecodeError, or UnicodeTranslateError object. - Issue #19537: Fix PyUnicode_DATA() alignment under m68k. - Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if path and sock are specified at the same time. - Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown. - Issue #20145: `assertRaisesRegex` and `assertWarnsRegex` now raise a TypeError if the second argument is not a string or compiled regex. - Issue #21058: Fix a leak of file descriptor in :func:`tempfile.NamedTemporaryFile`, close the file descriptor if :func:`io.open` fails. - Issue #21013: Enhance ssl.create_default_context() when used for server side sockets to provide better security by default. - Issue #20633: Replace relative import by absolute import. - Issue #20980: Stop wrapping exception when using ThreadPool. - Issue #21082: In os.makedirs, do not set the process-wide umask. Note this changes behavior of makedirs when exist_ok=True. - Issue #20990: Fix issues found by pyflakes for multiprocessing. - Issue #21015: SSL contexts will now automatically select an elliptic curve for ECDH key exchange on OpenSSL 1.0.2 and later, and otherwise default to "prime256v1". - Issue #20816: Fix inspect.getcallargs() to raise correct TypeError for missing keyword-only arguments. - Issue #20817: Fix inspect.getcallargs() to fail correctly if more than 3 arguments are missing. - Issue #6676: Ensure a meaningful exception is raised when attempting to parse more than one XML document per pyexpat xmlparser instance. - Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__ to match what importlib does; this affects _frozen_importlib as well as any module loaded using imp.init_frozen(). - Documentation, tools, demo and test updates. * Depend on the python3-tk packages in the autopkg tests. * Fix LTO builds with GCC 4.9. Checksums-Sha1: ee19374cc65d1097235958ea16658b5d4c6e5e18 2434 python3.4_3.4.0-2.dsc 2cce0c0ec3b7cae825959149ab481d018c089d19 358762 python3.4_3.4.0-2.diff.gz a4d5f66e31183070b5f5267dbdf714bcddd34b6b 376170 python3.4-examples_3.4.0-2_all.deb e52d02b843cf5e1688abc213c15b1ff2f480dfaa 3010732 libpython3.4-testsuite_3.4.0-2_all.deb 9fe989bd69492df27c0be3ccbf3eb9c3945a831b 79898 idle-python3.4_3.4.0-2_all.deb 8a717f98fd4d75036b87fca293bc51864cb4688d 5202740 python3.4-doc_3.4.0-2_all.deb 3f892f4bc2c9878120cd7b16918f0bc9479a4c34 192822 python3.4_3.4.0-2_amd64.deb e5a2f2caa41c0e7f19342dac59203377b3822f80 2018298 libpython3.4-stdlib_3.4.0-2_amd64.deb 967fadddcf105b77b1b38e3059a62b305c1cac38 1304074 python3.4-minimal_3.4.0-2_amd64.deb bb021c107c6d9cfd71c77fd527e48a1dbfda886b 472254 libpython3.4-minimal_3.4.0-2_amd64.deb 297dae121467ad062677bdb58d49aeb93f8727c5 1305732 libpython3.4_3.4.0-2_amd64.deb 56b37292d08c1c44e5ebe6b519d41555a4f7ea68 434314 python3.4-dev_3.4.0-2_amd64.deb 19980eae4a96b353a33b19f60865879419a60ad0 26955130 libpython3.4-dev_3.4.0-2_amd64.deb 561a5aabe65a8f51ae79ff5cb7d5500ca6be619d 8118580 python3.4-dbg_3.4.0-2_amd64.deb cd4fcee122477571ad87b99fae316d68fe3cab86 5336386 libpython3.4-dbg_3.4.0-2_amd64.deb Checksums-Sha256: e774088d6ec4a327d36650013886454f3b5bf027bcb6d1061620174b9f6d8312 2434 python3.4_3.4.0-2.dsc 63d3bd02bebc69be242368b0d8de972d7edff5dddb5da972e48f77c3e7a4a4f4 358762 python3.4_3.4.0-2.diff.gz e0ebfc20a21ebadf6a015cc1175ca06e6c5e6bc39434fc08509315b46534498d 376170 python3.4-examples_3.4.0-2_all.deb 9160e746fd41abd555c138cd85787206a718e9133e4477e87d873654339bf417 3010732 libpython3.4-testsuite_3.4.0-2_all.deb 5a108176e9ccf496c07021698954b0b92f97b9d05e34bfc35111a043cd44aca4 79898 idle-python3.4_3.4.0-2_all.deb ac5cf1ac9b1e154a1ce247af8bd92fc1df90f5caec2c3411c4ca36989fe24c5e 5202740 python3.4-doc_3.4.0-2_all.deb dfdc8b53f628dadf59624534373f11bee0b0e59e674b2b971ca9c566ab66058b 192822 python3.4_3.4.0-2_amd64.deb 18080e2824ee0bc56757a822c8553f2fe67cf6b9444569814530dfced5d999d9 2018298 libpython3.4-stdlib_3.4.0-2_amd64.deb b5767952fab500fe6eac4566e6fc2bd8db7af1cccc82e95683e500fcd665a5dd 1304074 python3.4-minimal_3.4.0-2_amd64.deb c508677cb2f6983ba8cd05df7fd4eadb7b836cc1fc45b0ae782800d8624b3547 472254 libpython3.4-minimal_3.4.0-2_amd64.deb 9f8226982518c2c5eb2b513fc253ce04b299a57d04cf046d4ed7acbdddc48338 1305732 libpython3.4_3.4.0-2_amd64.deb b2db646c370f0fc2d763bf398a7e24f56659dfcf99ea9c086429d9b53729942f 434314 python3.4-dev_3.4.0-2_amd64.deb f8d2eb55f8d7c336cecc20fe78a52b396095a7520fae32c80ca93f6d3e69ce19 26955130 libpython3.4-dev_3.4.0-2_amd64.deb e53c6e491595df0e2fb261c8970aa039f4b06bd0aa9d64f12f7300017dee84e2 8118580 python3.4-dbg_3.4.0-2_amd64.deb a4184dc373cc83b33b2a18269b713471d27383fc34a14987827d71fbca47b986 5336386 libpython3.4-dbg_3.4.0-2_amd64.deb Files: 4a90da31277bc0a0c43bfebfa2f23a06 2434 python optional python3.4_3.4.0-2.dsc 4a23e77dc480382b29eff6f957c6dd67 358762 python optional python3.4_3.4.0-2.diff.gz 11942530ed8bae8b70dcb79e29665ab4 376170 python optional python3.4-examples_3.4.0-2_all.deb bb276db9179adf746155ae5274518fa2 3010732 libdevel optional libpython3.4-testsuite_3.4.0-2_all.deb cad44a3691d7b25fc9c5fd387dafd67a 79898 python optional idle-python3.4_3.4.0-2_all.deb 05dfb5f0696e5fc8ed97b26119629b18 5202740 doc optional python3.4-doc_3.4.0-2_all.deb b31834cec8e4be833d0a5ce050b79e4d 192822 python optional python3.4_3.4.0-2_amd64.deb 02c3a64446b2b66803d375211d8e15f4 2018298 python optional libpython3.4-stdlib_3.4.0-2_amd64.deb c997099ead3a15173dbd3d83e29b2880 1304074 python optional python3.4-minimal_3.4.0-2_amd64.deb 48b25b4021092c4606d86e4ee8508c9b 472254 python optional libpython3.4-minimal_3.4.0-2_amd64.deb 042bec51be003aaeb82fd9559cdf6932 1305732 libs optional libpython3.4_3.4.0-2_amd64.deb 8ca881e81c03c5cf882681880685688a 434314 python optional python3.4-dev_3.4.0-2_amd64.deb 3fe07d211ad7aec2a28fd4b5f5090ef6 26955130 libdevel optional libpython3.4-dev_3.4.0-2_amd64.deb 26929ef60e6c80f025d7882aaed9d3f7 8118580 debug extra python3.4-dbg_3.4.0-2_amd64.deb 263da72ad322841197efbb7e3439d85b 5336386 debug extra libpython3.4-dbg_3.4.0-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlNDJcgACgkQStlRaw+TLJxCtwCgk/Ul1gGMp4hNLURQRllD2IsM DIIAoMEyQIRO6Jx5AnWEuTaRIGcEBMp5 =Fzyj -----END PGP SIGNATURE-----