Back to python3.4 PTS page

Accepted python3.4 3.4.3-10 (source all ppc64el) into unstable



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

Format: 1.8
Date: Sat, 10 Oct 2015 11:15:38 +0200
Source: python3.4
Binary: python3.4 python3.4-venv 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 ppc64el
Version: 3.4.3-10
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)
 python3.4-venv - Interactive high-level object-oriented language (pyvenv binary, v
Closes: 800271
Changes:
 python3.4 (3.4.3-10) unstable; urgency=medium
 .
   * Update to 20151011 from the 3.4 branch.
     - Idle updates.
     - Issue #24891: Fix a race condition at Python startup if the file descriptor
       of stdin (0), stdout (1) or stderr (2) is closed while Python is creating
       sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set
       to None if the creation of the object failed, instead of raising an OSError
       exception.
     - Issue #21167: NAN operations are now handled correctly when python is
       compiled with ICC even if -fp-model strict is not specified.
     - Issue #4395: Better testing and documentation of binary operators.
     - Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on
       cancellation.
     - Issue #25047: The XML encoding declaration written by Element Tree now
       respects the letter case given by the user. This restores the ability to
       write encoding names in uppercase like "UTF-8", which worked in Python 2.
     - Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp()
       methods of datetime.datetime: microseconds are now rounded to nearest with
       ties going to nearest even integer (ROUND_HALF_EVEN), instead of being
       rounding towards zero (ROUND_DOWN).
     - Issue #24684: socket.socket.getaddrinfo() now calls
       PyUnicode_AsEncodedString() instead of calling the encode() method of the
       host, to handle correctly custom string with an encode() method which
       doesn't return a byte string. The encoder of the IDNA codec is now called
       directly instead of calling the encode() method of the string.
     - Issue #24982: shutil.make_archive() with the "zip" format now adds entries
       for directories (including empty directories) in ZIP file.
     - Issue #24857: Comparing call_args to a long sequence now correctly returns
       a boolean result instead of raising an exception.
     - Issue #25019: Fixed a crash caused by setting non-string key of expat
       parser.
     - Issue #24917: time_strftime() buffer over-read.
     - Issue #23144: Make sure that HTMLParser.feed() returns all the data, even
       when convert_charrefs is True.
     - Issue #16180: Exit pdb if file has syntax error, instead of trapping user
       in an infinite loop.
     - Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
     - Issue #24931: Instances of subclasses of namedtuples have their own
       __dict__ which breaks the inherited __dict__ property and breaks the
       _asdict() method. Removed the __dict__ property to prevent the conflict
       and fixed _asdict().
     - Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
       header in part headers.
     - Issue #24774: Fix docstring in http.server.test.
     - Issue #21159: Improve message
       in configparser.InterpolationMissingOptionError.
     - Issue #23888: Handle fractional time in cookie expiry.
     - Issue #23004: mock_open() now reads binary data correctly when the type of
       read_data is bytes.
     - Issue #23652: Make it possible to compile the select module against the
       libc headers from the Linux Standard Base, which do not include some
       EPOLL macros.
     - Issue #22932: Fix timezones in email.utils.formatdate.
     - Issue #23779: imaplib raises TypeError if authenticator tries to abort.
     - Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes.
     - Issue #23254: Document how to close the TCPServer listening socket.
     - Issue #23441: rcompleter now prints a tab character instead of displaying
       possible completions for an empty word.
     - Issue #24735: Fix invalid memory access in
       itertools.combinations_with_replacement().
     - Issue #17527: Add PATCH to wsgiref.validator.
     - Issue #24683: Fixed crashes in _json functions called with arguments of
       inappropriate type.
     - Issue #23572: Fixed functools.singledispatch on classes with falsy
       metaclasses.
     - Issue #24751: When running regrtest with the ``-w`` command line option,
       a test run is no longer marked as a failure if all tests succeed when
       re-run.
     - Issue #12067: Rewrite Comparisons section in the Expressions chapter of
       the language reference. Some of the details of comparing mixed types were
       incorrect or ambiguous. NotImplemented is only relevant at a lower level
       than the Expressions chapter. Added details of comparing range() objects,
       and default behaviour and consistency suggestions for user-defined
       classes.
     - Issue #24952: Clarify the default size argument of stack_size() in
       the "threading" and "_thread" modules.
     - Issue #24808: Update the types of some PyTypeObject fields.
     - Issue #22812: Fix unittest discovery examples.
     - Issue #24129: Clarify the reference documentation for name resolution.
       This includes removing the assumption that readers will be familiar with
       the name resolution scheme Python used prior to the introduction of
       lexical scoping for function namespaces.
     - Issue #20769: Improve reload() docs.
     - Issue #23589: Remove duplicate sentence from the FAQ.
     - Issue #24729: Correct IO tutorial to match implementation regarding
       encoding parameter to open function.
   * Adjust setting DH_COMPAT for dh_movefiles with updated debhelper supporting
     globbing of arguments. Closes: #800271.
   * pydoc: use the pager command if available. Addresses: #799555.
Checksums-Sha1:
 1a01a56dcc10b003504ee47eb440ed15607a67d9 3252 python3.4_3.4.3-10.dsc
 9a8c30ba7ba7b4a5f0a0a731b86310d039646670 544728 python3.4_3.4.3-10.debian.tar.xz
 f41039216c94a10d0cc6ab47eb00b3b1e4e16385 92584 idle-python3.4_3.4.3-10_all.deb
 72efe0eae5eb7264b92af3fec2c5fe54794adced 5189018 libpython3.4-dbg_3.4.3-10_ppc64el.deb
 1ea88663d4f5d639f55ce384aa6dae13b06406e5 34272738 libpython3.4-dev_3.4.3-10_ppc64el.deb
 ddd69546794d923139ff08999b4dfc8debb0454f 503450 libpython3.4-minimal_3.4.3-10_ppc64el.deb
 d060da99f8ff9e2914f75337ed72b16cf16d61a0 2144102 libpython3.4-stdlib_3.4.3-10_ppc64el.deb
 419577d97b19bcc04c71ecbdb8a653c28a948fcf 3075568 libpython3.4-testsuite_3.4.3-10_all.deb
 4a72894da29764b83736b91eb945534064254f9f 1178864 libpython3.4_3.4.3-10_ppc64el.deb
 76037fc8475b2e506e34dcef5e14df2fbc5e5206 7150502 python3.4-dbg_3.4.3-10_ppc64el.deb
 4f063f5e3e8ec7349edf8136ceda869ec1522ad5 417572 python3.4-dev_3.4.3-10_ppc64el.deb
 4d9dfe7365ed0d4468f85a1c23e45cf43025b69c 5031434 python3.4-doc_3.4.3-10_all.deb
 021e0850db91e3b4809aae01eaf4f96d2e5ed198 394978 python3.4-examples_3.4.3-10_all.deb
 61ef83cf2c3c1191cb0e9d82620590d108cdd6d1 1554588 python3.4-minimal_3.4.3-10_ppc64el.deb
 68d0ce801811d599f420d2731b0e3bbdae19ffaf 5994 python3.4-venv_3.4.3-10_ppc64el.deb
 fea28137f4c4f9f6fe738c60275d551ef99b868b 226576 python3.4_3.4.3-10_ppc64el.deb
Checksums-Sha256:
 8f1769e146890124bafcd21fd51ae0cacb3a8ddad1a65f859ccfd62dfc3f940c 3252 python3.4_3.4.3-10.dsc
 abddd0a606ddd9943845e42c64997430b7acf9e80ef16fed7aa2472027e14a90 544728 python3.4_3.4.3-10.debian.tar.xz
 ff45e64de4127413b3ce3cf4a90c45218aad1941cb6141e2d16d50906649dcce 92584 idle-python3.4_3.4.3-10_all.deb
 e6a3bd834c88b25d4dd28f58b212859d0e6ec7fa01c4ab29fb23c442e5c3ae42 5189018 libpython3.4-dbg_3.4.3-10_ppc64el.deb
 ec475305688afdf79564fbfba2cdbed5ea51cee75c3e2707d7c48983f48218e4 34272738 libpython3.4-dev_3.4.3-10_ppc64el.deb
 5552b7988109cf27b66400cfa06676d361cf502c30673f0673edfcc98c384e46 503450 libpython3.4-minimal_3.4.3-10_ppc64el.deb
 d269c6d835b171202aedc1271229d63fbd7398f8e3dcdb21e793c0c3e4ff0fbc 2144102 libpython3.4-stdlib_3.4.3-10_ppc64el.deb
 1a1657a7fd9e1c8ea1a465987fa5fc00d21501c1dd80e576bc531dea439ca09d 3075568 libpython3.4-testsuite_3.4.3-10_all.deb
 3c4b6b65954ac887f1b8d48de401ff4132bda6b480d733a1ce35ffa5d1e4db4a 1178864 libpython3.4_3.4.3-10_ppc64el.deb
 24e0d823e2ae86d95af9fa1da8de59f6d8b4770639712c4c05013d2313779c85 7150502 python3.4-dbg_3.4.3-10_ppc64el.deb
 6a7f42bb8e232d4122887ff561bf5f685aa2820af184d7e5b74dc56da6e6ad17 417572 python3.4-dev_3.4.3-10_ppc64el.deb
 18faefe0e0252c3bbe9cafb2453bea5c6f4801ec6491129201d2923cf256e7f5 5031434 python3.4-doc_3.4.3-10_all.deb
 fd65d0286730f31e66ef5aa35bb234d45467de4c8a6675d67b912380dc861756 394978 python3.4-examples_3.4.3-10_all.deb
 5e40c3304e28cf56989f8e878e64c7fbe7ec08cde4900394e0afff2456548810 1554588 python3.4-minimal_3.4.3-10_ppc64el.deb
 b0f5f85e2b5e4be2ea82597425aa8ca810f05d92343798ab250a132d847a0681 5994 python3.4-venv_3.4.3-10_ppc64el.deb
 d46e41ec805105086bd5e11ccac40167f3cae522c0f390014bd77ef97e5e16dc 226576 python3.4_3.4.3-10_ppc64el.deb
Files:
 913e494e66b0d99bc4321bfd0d13e491 3252 python optional python3.4_3.4.3-10.dsc
 8fc714f1b30d145e27c3a4d58f21f6c6 544728 python optional python3.4_3.4.3-10.debian.tar.xz
 bfa270644a009f5f5fa2b1f06ee32f3b 92584 python optional idle-python3.4_3.4.3-10_all.deb
 a1aa46971f5856cc5e610a0c5690cfc5 5189018 debug extra libpython3.4-dbg_3.4.3-10_ppc64el.deb
 b3c06f026bae1082a2a4b927f0dd49fe 34272738 libdevel optional libpython3.4-dev_3.4.3-10_ppc64el.deb
 71b0ea7f18ca037435f518f89f7d745c 503450 python optional libpython3.4-minimal_3.4.3-10_ppc64el.deb
 fde21ff9cf2abae2a7e0077d019acc76 2144102 python optional libpython3.4-stdlib_3.4.3-10_ppc64el.deb
 4a98658a7b5bfbedd14b6fd70be2f79a 3075568 libdevel optional libpython3.4-testsuite_3.4.3-10_all.deb
 ad82b798b0e37593a022ba26b48f6a47 1178864 libs optional libpython3.4_3.4.3-10_ppc64el.deb
 5538dc4832501a4afe37c4c92ac1f002 7150502 debug extra python3.4-dbg_3.4.3-10_ppc64el.deb
 44518179c560b548ddf7de647ee70f85 417572 python optional python3.4-dev_3.4.3-10_ppc64el.deb
 3fe658a49d1f5fd725a2d06aefcc5a50 5031434 doc optional python3.4-doc_3.4.3-10_all.deb
 61a08dfb762c24e325005eb94bc61e85 394978 python optional python3.4-examples_3.4.3-10_all.deb
 aa5d809d51acd158c8019dd466c4cd93 1554588 python optional python3.4-minimal_3.4.3-10_ppc64el.deb
 1d6c0a19b29908b2c0d76ce70c25ffa3 5994 python optional python3.4-venv_3.4.3-10_ppc64el.deb
 95214165ccdc6c1ec148e53f616bc077 226576 python optional python3.4_3.4.3-10_ppc64el.deb

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

iQIcBAEBCAAGBQJWGlh0AAoJEL1+qmB3j6b1nxoQAK/eprUXbcv346b/L9kIWGl6
4Zjlea6os7yiKWPcK1ct92yO3zIrqusTsaWrqOTgBfkH9oVaZg6d8AgWrv5IdI6U
JEhr38jkDKuPvE1HhYH85PTC0KUlOk1c3b7PRIwvIKSbKfBpAAkO0dwIfxw1qXjL
ec7fyY5qLUFhWXWQ0FMmJ09yE3f/GdC911YHJy5Bp3o1u9QzIcp3qpPpvfh3N6gG
GD2yk21pMfL1GPY95vl8fHHbxp1jbbZYoq1ia3QjMPQtftmkfVgKnV6Opct0crQ3
CR+Xb4LKrE9q66GuqdjKe+ja/Q28vPdVuFeyOU4OozvwivIsCiBL9zphfew2343m
rv+FR54iuAVztnjJ/MPw9WziEVxS61Z0Y8V0r82tRq2tl1hIPMZUzGT99UKVs5qm
yisGy80hcvFM7hpGX9lYktUZ3rN7v9CWKvfGgxUE8dD/TM1BtIBL8fsmtCZkfx2/
K0NsgyxZbj3JdQmfSOPBQ4nyaWlXSTMc8EmOCVKM8Pr48tuf7l+V5OK1qoFvzFVv
4Y5MbME1h/jzox8dJ+ValYtIDB/FB8BLYEOB/1uei+yueNdNSi3iv6RwbPLwNub+
3pUc+mtOkKHIy1iXlKbt5FzJqBxOfxtCWuPshYrDjpULz1fWLJkc7xNpUIawXObq
wgC2Qq9JCgrTuApC6Jmv
=8CPS
-----END PGP SIGNATURE-----