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

Accepted python3.4 3.4.3-1 (source all ppc64el) into experimental



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

Format: 1.8
Date: Thu, 26 Feb 2015 10:07:08 +0100
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-1
Distribution: experimental
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
Changes:
 python3.4 (3.4.3-1) experimental; urgency=medium
 .
   * Python 3.4.3 release.
   * Changes since 20141202 (3.4.2-4):
     - Issue #22896: Avoid using PyObject_AsCharBuffer(),
       PyObject_AsReadBuffer(), and PyObject_AsWriteBuffer().
     - Issue #21295: Revert some changes (issue #16795) to AST line numbers and
       column offsets that constituted a regression.
     - Issue #21408: The default __ne__() now returns NotImplemented if __eq__()
       returned NotImplemented.
     - Issue #23321: Fixed a crash in str.decode() when error handler returned
       replacment string longer than mailformed input data.
     - Issue #23048: Fix jumping out of an infinite while loop in the pdb.
     - Issue #23165: Perform overflow checks before allocating memory in the
       _Py_char2wchar function.
     - Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
       prevent corrupting exported buffer.
     - Issue #23363: Fix possible overflow in itertools.permutations.
     - Issue #23364: Fix possible overflow in itertools.product.
     - Issue #23366: Fixed possible integer overflow in itertools.combinations.
     - Issue #23369: Fixed possible integer overflow in
       _json.encode_basestring_ascii.
     - Issue #23353: Fix the exception handling of generators in
       PyEval_EvalFrameEx(). At entry, save or swap the exception state even if
       PyEval_EvalFrameEx() is called with throwflag=0. At exit, the exception
       state is now always restored or swapped, not only if why is WHY_YIELD or
       WHY_RETURN.
     - Issue #18518: timeit now rejects statements which can't be compiled
       outside a function or a loop (e.g. "return" or "break").
     - Issue #23094: Fixed readline with frames in Python implementation of
       pickle.
     - Issue #23268: Fixed bugs in the comparison of ipaddress classes.
     - Issue #21408: Removed incorrect implementations of __ne__() which didn't
       returned NotImplemented if __eq__() returned NotImplemented.  The default
       __ne__() now works correctly.
     - Issue #19996: :class:`email.feedparser.FeedParser` now handles
       (malformed) headers with no key rather than amusing the body has started.
     - Issue #23248: Update ssl error codes from latest OpenSSL git master.
     - Issue #23098: 64-bit dev_t is now supported in the os module.
     - Issue #23250: In the http.cookies module, capitalize "HttpOnly" and
       "Secure" as they are written in the standard.
     - Issue #23063: In the disutils' check command, fix parsing of reST with
       code or code-block directives.
     - Issue #23209, #23225: selectors.BaseSelector.close() now clears its
       internal reference to the selector mapping to break a reference cycle.
     - Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
       availability of the function is checked during the compilation.
     - Issue #20896, #22935: The :func:`ssl.get_server_certificate` function
       now uses the :data:`~ssl.PROTOCOL_SSLv23` protocol by default, not
       :data:`~ssl.PROTOCOL_SSLv3`, for maximum compatibility and support
       platforms where :data:`~ssl.PROTOCOL_SSLv3` support is disabled.
     - Issue #23111: In the ftplib, make ssl.PROTOCOL_SSLv23 the default
       protocol version.
     - Issue #23132: Mitigate regression in speed and clarity in
       functools.total_ordering.
     - Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls
       getentropy(), instead of reading /dev/urandom, to get pseudo-random
       bytes.
     - Issue #23112: Fix SimpleHTTPServer to correctly carry the query string
       and fragment when it redirects to add a trailing slash.
     - Issue #23093: In the io, module allow more operations to work on detached
       streams.
     - Issue #19104: pprint now produces evaluable output for wrapped strings.
     - Issue #23071: Added missing names to codecs.__all__.
     - Issue #15513: Added a __sizeof__ implementation for pickle classes.
     - Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can
       produce more compact result and no longer produces invalid output if
       input data contains MEMOIZE opcodes together with PUT or BINPUT opcodes.
     - Issue #22095: Fixed HTTPConnection.set_tunnel with default port.
       The port value in the host header was set to "None".
     - Issue #23016: A warning no longer produces an AttributeError when the
       program is run with pythonw.exe.
     - Issue #21775: shutil.copytree(): fix crash when copying to VFAT. An
       exception handler assumed that that OSError objects always have a
       'winerror' attribute.  That is not the case, so the exception handler
       itself raised AttributeError when run on Linux (and, presumably,
       any other non-Windows OS).
     - Issue #1218234: Fix inspect.getsource() to load updated source of
       reloaded module.
     - Issue #22959: In the constructor of http.client.HTTPSConnection, prefer
       the context's check_hostname attribute over the *check_hostname*
       parameter.
     - Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no
       FD is registered.
     - Issue #20577: Configuration of the max line length for the
       FormatParagraph extension has been moved from the General tab of the
       Idle preferences dialog to the FormatParagraph tab of the Config
       Extensions dialog.
     - Issue #16893: Update Idle doc chapter to match current Idle and add new
       information.
     - Issue #23180: Rename IDLE "Windows" menu item to "Window".
     - Issue #19548: Added some additional checks to test_codecs to ensure that
       statements in the updated documentation remain accurate.
     - Issue #15506: Use standard PKG_PROG_PKG_CONFIG autoconf macro in the
       configure script.
     - Issue #22935: Allow the ssl module to be compiled if openssl doesn't
       support SSL 3.
     - Issue #22079: PyType_Ready() now checks that statically allocated type
       has no dynamically allocated bases.
     - Issue #19548: Update the codecs module documentation to better cover the
       distinction between text encodings and other codecs, together with other
       clarifications.
     - Issue #22914: Update the Python 2/3 porting HOWTO to describe a more
       automated approach.
     - Issue #22735: Fix many edge cases (including crashes) involving custom
       mro() implementations.
     - Issue #23399: pyvenv creates relative symlinks where possible.
     - Issue #23392: Added tests for marshal C API that works with FILE*.
     - Issue #18982: Add tests for CLI of the calendar module.
     - Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
       values (like 0.9.8zc).
   * Remove LTO sections from the static libraries.
Checksums-Sha1:
 bc94fa078458056bbef9d4e36e0ddbea8fd31f8f 3248 python3.4_3.4.3-1.dsc
 c6c2e7ec22e9f4be813d48ff30d29177054d3e67 12690456 python3.4_3.4.3.orig.tar.xz
 47abdddd213db43491bf0b396c709d82b368c282 200420 python3.4_3.4.3-1.debian.tar.xz
 083e7a75109cd145a522a3bb52af66f6aab6f2da 394118 python3.4-examples_3.4.3-1_all.deb
 5d6b38496a61492fab673deac36465ca13d74c07 3050672 libpython3.4-testsuite_3.4.3-1_all.deb
 b8c922905321af75030b4523f89b1ead9e83b8c9 87008 idle-python3.4_3.4.3-1_all.deb
 7f92e3c109345d6d8720d6aeeccec4017e2c0d91 5242068 python3.4-doc_3.4.3-1_all.deb
 f6d42a7f5c68358bf79fccd9f31e15c70a3f4bbc 213598 python3.4_3.4.3-1_ppc64el.deb
 9fdf882c2b8c9b76aac9096d6c0a28aa11f4eb49 6116 python3.4-venv_3.4.3-1_ppc64el.deb
 7714b54e7deadc15d9ad7b49ecd4d9d56f80555c 2003074 libpython3.4-stdlib_3.4.3-1_ppc64el.deb
 11fc140cf7000c7caac73d1e3bee9e0e64ef77da 1211938 python3.4-minimal_3.4.3-1_ppc64el.deb
 f7065fcf772e34d186c41773aee31b093b81a70f 492012 libpython3.4-minimal_3.4.3-1_ppc64el.deb
 a4f272951864613ad4ca6cde4a3406a11dacb9a8 1206458 libpython3.4_3.4.3-1_ppc64el.deb
 452a14caf2791d5371b7684d878e4ab067255328 420052 python3.4-dev_3.4.3-1_ppc64el.deb
 316f3e75e30653a697f9717f29b70baec9050a7a 22554974 libpython3.4-dev_3.4.3-1_ppc64el.deb
 23a107386513961129ea50cb73a640f0cf25413e 7392476 python3.4-dbg_3.4.3-1_ppc64el.deb
 7268766925b077bb547156ea05fc6536f6ee818a 5132062 libpython3.4-dbg_3.4.3-1_ppc64el.deb
Checksums-Sha256:
 4af698ac6172158f9fc4cb12cf2c1ccd7faa79bc99124b9296e965c53ace052a 3248 python3.4_3.4.3-1.dsc
 9151f6d2975471e6b6189aa2de836b48ba0361b145dd8fc143e986efbbed9f3a 12690456 python3.4_3.4.3.orig.tar.xz
 779625708a31e634c62c0805ac207d9929353f1ec727dadfb4f409b4e38cc8a8 200420 python3.4_3.4.3-1.debian.tar.xz
 49ea698b3d7d7f587b0513697e11d53d55cd6be6e02b2bc06a69f8ba7bb6ef68 394118 python3.4-examples_3.4.3-1_all.deb
 218b3d03ab3395aa686de1a98a02e142429dbfa67a632981e9cf2f4dc038a289 3050672 libpython3.4-testsuite_3.4.3-1_all.deb
 b27aa3af39e0d45c5fc8a712dc0c9c7e692d517ec9147889c452f40cdf96a569 87008 idle-python3.4_3.4.3-1_all.deb
 d48d65bcb01344e180247aaa95a9e86752520989ef0805ac8577207e96049ed7 5242068 python3.4-doc_3.4.3-1_all.deb
 ed53fbc9d67f46e1b7f0c49074353cbea29a2b6a284fd8d056ce487e328a21ef 213598 python3.4_3.4.3-1_ppc64el.deb
 56470c9a6781c5cfe1353d81f0ff364db4f9bd85538301a90d4d2a8a33ee1b78 6116 python3.4-venv_3.4.3-1_ppc64el.deb
 f97da2affaf8829e03d02b084eff4c52288d5eb521979f6ff1611f5322d76618 2003074 libpython3.4-stdlib_3.4.3-1_ppc64el.deb
 4f344a39d02ffbe8765ea070c266b77a3ebbac310d1a14d1317f69c5f3f7260d 1211938 python3.4-minimal_3.4.3-1_ppc64el.deb
 72ede256ce927a64af45a65643cce24c415eecff1a07f895e2c4681809e74eeb 492012 libpython3.4-minimal_3.4.3-1_ppc64el.deb
 6b9bb48c3ebf4bdc15461ccfbe77804b2bf4c9116fea561994f8de718f6c58da 1206458 libpython3.4_3.4.3-1_ppc64el.deb
 d6ea2afc5b5b577dc1e9f271c79c694a9568c1591738c4d073dd33670cb932bc 420052 python3.4-dev_3.4.3-1_ppc64el.deb
 062cb55ef48f58031adf04c15c9993ddea13f8067f3d7888487fbe4acae8584a 22554974 libpython3.4-dev_3.4.3-1_ppc64el.deb
 00b4c17179926c207f482574cc32a0c7b25df36ca62e56321d81cc2c4fec08a4 7392476 python3.4-dbg_3.4.3-1_ppc64el.deb
 7a19d80e552ab484f605621cd6dc4fbd9cb23a670993da8dc3d327f489554235 5132062 libpython3.4-dbg_3.4.3-1_ppc64el.deb
Files:
 b6e243f1e68eca32b0f8b6d0788104a5 3248 python optional python3.4_3.4.3-1.dsc
 03536b875a267c68bb7ea686ade1fe89 12690456 python optional python3.4_3.4.3.orig.tar.xz
 fc0cfd9b8bbaae995891408bd6219c96 200420 python optional python3.4_3.4.3-1.debian.tar.xz
 ca3b87834437a5e087e2a51744c04cd5 394118 python optional python3.4-examples_3.4.3-1_all.deb
 53be6f1f5ab8f4bba00bc584b39da4d5 3050672 libdevel optional libpython3.4-testsuite_3.4.3-1_all.deb
 bf968c0fa5586edcf4de44100e8c4e12 87008 python optional idle-python3.4_3.4.3-1_all.deb
 4e220839b96b447602e965a912627d64 5242068 doc optional python3.4-doc_3.4.3-1_all.deb
 5ea4fecf7bf1bd154640573b33da0f6d 213598 python optional python3.4_3.4.3-1_ppc64el.deb
 c4fce302b384febfc1ade3e0f4cde0cb 6116 python optional python3.4-venv_3.4.3-1_ppc64el.deb
 c8f76be57e2598d53b7a529644a03f3a 2003074 python optional libpython3.4-stdlib_3.4.3-1_ppc64el.deb
 6510570cce8aeef787d731e3cad6c679 1211938 python optional python3.4-minimal_3.4.3-1_ppc64el.deb
 959f64d8931b482b5799e52aceea3947 492012 python optional libpython3.4-minimal_3.4.3-1_ppc64el.deb
 73791ebb0831303fb9c7ea985295a832 1206458 libs optional libpython3.4_3.4.3-1_ppc64el.deb
 4eb96dc3760938e72e1b9805f48e1b62 420052 python optional python3.4-dev_3.4.3-1_ppc64el.deb
 5e73613fecbea970880c858aafb8f080 22554974 libdevel optional libpython3.4-dev_3.4.3-1_ppc64el.deb
 cb916f27495b68030aef9c65b856111a 7392476 debug extra python3.4-dbg_3.4.3-1_ppc64el.deb
 b74340426e50b578a96d0e9e355aad46 5132062 debug extra libpython3.4-dbg_3.4.3-1_ppc64el.deb

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

iQIcBAEBCAAGBQJU70/zAAoJEL1+qmB3j6b1SYkP/0QJhJBsBhcpG4yb6WZ5C30/
lBTy6qQGAk8ZUqAL/werq2xsPGBhRX6mKQbtUdKPXunZ2hjBuTtRnVlLXmseJM52
BvklJrG5rps4WivAj0kokRG6rwCqb4uLxSwpgtSr43BtJX7Pqfq/8eyLMX0Zh/f5
4nGztNKKBHMK9Gfxxu9OA1UOZw0iqA6K8XItd/Pv2ZXNLW7pAR7YkU95MrZ6NuGD
p/tXcyzLyuwkzc/2qDHihQbsrCPsdBRyOamVmJzL3GUjt9YhnAsiS4CZ3cSinjbz
mWb7hrpHWfmGa2DvMJiW0r2IX1CfLxcLT3pr+7/REBQJ4KWrPNWS66dEhWwUSNoN
N2LQOz7TdK4EK98NWTeldeQO0J8Bzz+NrLn5oCYvdyqZwVAddhAjt5xbR560kdg9
1FDhfpHC9gyWZ8TGFI2AbQ4fa3ZACB03kE9Czu1j5FuJjT70BbJkKcuDg+MtTVUo
ODTtOehDqokR2V9JuSssd6DwmPWcP3J2rRTTZ3zyuxlQKICx5TUpCEbyN6U69Gku
aGyV1XbUESrPuTEsj5pjWVQ8NvLieqkvnA9hpiwDqzNj1PwG3GtuggU7b2/6woyC
FfIF9cZ1a+S0DY8KgH68CF2UbiqETsU1p8tBTMvgshK1pGWFMd6xikJzVhDC/Yvp
eqTJQhz3QGOSbs3bzq4d
=plK/
-----END PGP SIGNATURE-----


Reply to: