Change logs for python3.5 source package in Wily

  • python3.5 (3.5.0-3) unstable; urgency=medium
    
      * Update to 20151011 from the 3.5 branch.
        - Idle updates.
        - Issue #24402: Fix input() to prompt to the redirected stdout when
          sys.stdout.fileno() fails.
        - Issue #24806: Prevent builtin types that are not allowed to be subclassed
          from being subclassed through multiple inheritance.
        - Issue #24848: Fixed a number of bugs in UTF-7 decoding of misformed data.
        - Issue #25280: Import trace messages emitted in verbose (-v) mode are no
          longer formatted twice.
        - Issue #25003: On Solaris 11.3 or newer, os.urandom() now uses the
          getrandom() function instead of the getentropy() function. The getentropy()
          function is blocking to generate very good quality entropy, os.urandom()
          doesn't need such high-quality entropy.
        - Issue #25182: The stdprinter (used as sys.stderr before the io module is
          imported at startup) now uses the backslashreplace error handler.
        - Issue #25131: Make the line number and column offset of set/dict literals
          and comprehensions correspond to the opening brace.
        - Issue #25364: zipfile now works in threads disabled builds.
        - Issue #25328: smtpd's SMTPChannel now correctly raises a ValueError if
          both decode_data and enable_SMTPUTF8 are set to true.
        - Issue #25316: distutils raises OSError instead of DistutilsPlatformError
          when MSVC is not installed.
        - Issue #23972: Updates asyncio datagram create method allowing reuseport
          and reuseaddr socket options to be set prior to binding the socket.
          Mirroring the existing asyncio create_server method the reuseaddr option
          for datagram sockets defaults to True if the O/S is 'posix' (except if
          the platform is Cygwin).
        - Issue #25304: Add asyncio.run_coroutine_threadsafe().  This lets you
          submit a coroutine to a loop from another thread, returning a
          concurrent.futures.Future.
        - Issue #25232: Fix CGIRequestHandler to split the query from the URL at the
          first question mark (?) rather than the last.
        - Issue #24657: Prevent CGIRequestHandler from collapsing slashes in the
          query part of the URL as if it were a path.
        - Issue #24483: C implementation of functools.lru_cache() now calculates
          key's hash only once.
        - Issue #22958: Constructor and update method of weakref.WeakValueDictionary
          now accept the self and the dict keyword arguments.
        - Issue #22609: Constructor of collections.UserDict now accepts the self
          keyword argument.
        - Issue #25111: Fixed comparison of traceback.FrameSummary.
        - Issue #25262. Added support for BINBYTES8 opcode in Python implementation
          of unpickler.
        - Issue #25034: Fix string.Formatter problem with auto-numbering and
          nested format_specs.
        - Issue #25233: Rewrite the guts of asyncio.Queue and
          asyncio.Semaphore to be more understandable and correct.
        - Issue #25203: Failed readline.set_completer_delims() no longer left the
          module in inconsistent state.
        - Issue #23600: Default implementation of tzinfo.fromutc() was returning
          wrong results in some cases.
        - Issue #23329: Allow the ssl module to be built with older versions of
          LibreSSL.
        - Issue #25319: When threading.Event is reinitialized, the underlying
          condition should use a regular lock rather than a recursive lock.
        - Issue #25099: Make test_compileall not fail when a entry on sys.path
          cannot be written to.
        - Issue #23919: Prevents assert dialogs appearing in the test suite.
      * Back-out the local patch for issue 21264, supposed to be fixed by #25099.
      * Adjust setting DH_COMPAT for dh_movefiles with updated debhelper supporting
        globbing of arguments. Closes: #800247.
      * pydoc: use the pager command if available. Addresses: #799555.
    
     -- Matthias Klose <email address hidden>  Sun, 11 Oct 2015 11:05:38 +0200
  • python3.5 (3.5.0-2) unstable; urgency=medium
    
      * Update to 20150924 from the 3.5 branch.
      * Expect the test_code_module test to fail in the autopkg tests.
        See upstream issue #25109.
      * Provide some user-friendly advice when `python3 -m venv` fails because the
        python3-venv package is not installed (Barry Warsaw).
    
     -- Matthias Klose <email address hidden>  Thu, 24 Sep 2015 01:01:34 +0200
  • python3.5 (3.5.0-1ubuntu1) wily; urgency=medium
    
      * Expect the test_code_module test to fail in the autopkg tests.
        See upstream issue #25109.
    
     -- Matthias Klose <email address hidden>  Tue, 15 Sep 2015 19:18:20 +0200
  • python3.5 (3.5.0-1) unstable; urgency=medium
    
      * Python 3.5.0 release.
      * Drop the no-zip-on-sys.path patch; not worth saving, and the test suite
        needs adjustments ...
      * Mark the test_site test as failing. Investigate why this fails.
        The package has one sitedir less than expected.
    
     -- Matthias Klose <email address hidden>  Sun, 13 Sep 2015 16:38:26 +0200
  • python3.5 (3.5.0~rc3-1) unstable; urgency=medium
    
      * Python 3.5.0 release candidate 3.
    
     -- Matthias Klose <email address hidden>  Tue, 08 Sep 2015 09:56:15 +0200
  • python3.5 (3.5.0~rc2-1) unstable; urgency=medium
    
      * Python 3.5.0 release candidate 2.
    
     -- Matthias Klose <email address hidden>  Tue, 25 Aug 2015 22:29:07 +0200
  • python3.5 (3.5.0~rc1-1) unstable; urgency=medium
    
      * Python 3.5.0 release candidate 1.
      * Update symbols file.
    
     -- Matthias Klose <email address hidden>  Wed, 12 Aug 2015 16:57:46 +0200
  • python3.5 (3.5.0~b4-1) unstable; urgency=medium
    
      * Python 3.5.0 beta 4.
    
     -- Matthias Klose <email address hidden>  Mon, 27 Jul 2015 12:27:48 +0200
  • python3.5 (3.5.0~b3-1ubuntu2) wily; urgency=medium
    
      * Fix expansion of makefile macros for _sysconfigdata. Issue #24705.
        LP: #1477759.
    
     -- Matthias Klose <email address hidden>  Fri, 24 Jul 2015 15:25:23 +0200
  • python3.5 (3.5.0~b3-1ubuntu1) wily; urgency=medium
    
      * Fix expansion of makefile macros for _sysconfigdata. Issue #24705.
        LP: #1477759.
    
     -- Matthias Klose <email address hidden>  Fri, 24 Jul 2015 15:25:23 +0200
  • python3.5 (3.5.0~b3-1) unstable; urgency=medium
    
      * Python 3.5.0 beta 3.
    
     -- Matthias Klose <email address hidden>  Mon, 06 Jul 2015 13:55:07 +0200
  • python3.5 (3.5.0~b2-1build1) wily; urgency=medium
    
      * No change rebuild to (hopefully) clear -proposed promotion.
    
     -- Barry Warsaw <email address hidden>  Thu, 04 Jun 2015 13:27:56 -0400
  • python3.5 (3.5.0~b2-1) unstable; urgency=medium
    
      * Python 3.5.0 beta 2.
      * Make the build reproducible (Jérémy Bobbio). Closes: #786959.
        - Pass time of latest debian/changelog entry to sphinx via SPHINXOPTS.
        - Do not store a timestamps when compressing devhelp.
      * Pass DATE and TIME macros matching the current debian/changelog entry
        when building getbuildinfo.o.
    
     -- Matthias Klose <email address hidden>  Mon, 01 Jun 2015 12:18:33 +0200
  • python3.5 (3.5.0~b1-1ubuntu1) wily; urgency=medium
    
      * Disable pgo optimization on i386.
    
     -- Matthias Klose <email address hidden>  Tue, 26 May 2015 23:30:38 +0200
  • python3.5 (3.5.0~b1-1) unstable; urgency=medium
    
      * Python 3.5.0 beta 1.
      * Refresh patches.
      * Update symbols files.
    
     -- Matthias Klose <email address hidden>  Tue, 26 May 2015 02:08:13 +0200
  • python3.5 (3.5.0~a4-5) unstable; urgency=medium
    
      * Update to 20150519 from the trunk.
        - Fix issue #24226, parsing of many sequential one-line 'def' statements.
      * Don't rename extensions when they already have the multiarch tag.
    
     -- Matthias Klose <email address hidden>  Tue, 19 May 2015 09:55:39 +0200
  • python3.5 (3.5.0~a4-4ubuntu1) wily; urgency=medium
    
      * Update to 20150518 from the trunk.
        - Fix issue #24226, parsing of many sequential one-line 'def' statements.
    
     -- Matthias Klose <email address hidden>  Mon, 18 May 2015 20:28:47 +0200
  • python3.5 (3.5.0~a4-3) unstable; urgency=medium
    
      * Update to 20150514 from the trunk.
    
     -- Matthias Klose <email address hidden>  Fri, 15 May 2015 01:50:30 +0200