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.

Date: 2014-04-08 04:22:03.367844+00:00
Changed-By: Matthias Klose <d...@ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/python3.4/3.4.0-2
Sorry, changesfile not available.
-- 
Trusty-changes mailing list
Trusty-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/trusty-changes

Reply via email to