Change logs for python2.7 source package in Wily

  • python2.7 (2.7.10-4ubuntu1) wily; urgency=medium
    
      * Remove /etc/python2.7/cert-verification.conf, to be introduced in a
        Python 2.7 SRU for 14.04 LTS.
    
     -- Matthias Klose <email address hidden>  Wed, 14 Oct 2015 18:09:02 +0200
  • python2.7 (2.7.10-4) unstable; urgency=medium
    
      * Remove byte-code for _sysconfigdata_d.py in /usr/lib/python2.7.
        Closes: #793528.
      * Make derivatives builds the same as the parent distro. Closes: #797667.
    
     -- Matthias Klose <email address hidden>  Sun, 13 Sep 2015 22:30:50 +0200
  • python2.7 (2.7.10-3) unstable; urgency=medium
    
      * Revert issue #24134 changes, taken from the branch.
      * Add hint to install the idle package when trying to run the turtle demo.
        Closes: #788621.
    
     -- Matthias Klose <email address hidden>  Wed, 01 Jul 2015 12:54:53 +0200
  • python2.7 (2.7.10-2) unstable; urgency=medium
    
      * Cherry-pick some changes from the 2.7 branch:
        - Issue #24264: Fixed buffer overflow in the imageop module.
        - Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
          PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains()
          to check for and handle errors correctly.
        - Issue #22095: Fixed HTTPConnection.set_tunnel with default port.  The port
          value in the host header was set to "None".
        - Issue #4753, backport computed gotos.
      * Configure --with-computed-gotos.
      * Make the build reproducible (Jérémy Bobbio). Closes: #786978.
        - 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.
      * Don't run the test_io test on sparc.
    
     -- Matthias Klose <email address hidden>  Mon, 01 Jun 2015 18:21:46 +0200
  • python2.7 (2.7.10-1) unstable; urgency=medium
    
      * Python 2.7.10 release.
    
     -- Matthias Klose <email address hidden>  Tue, 26 May 2015 14:47:02 +0200
  • python2.7 (2.7.10~rc1-1) unstable; urgency=medium
    
      * Python 2.7.10 release candidate 1.
      * Re-enable running the tests, re-enable the pgo/lto build.
    
     -- Matthias Klose <email address hidden>  Sun, 10 May 2015 23:40:03 +0200
  • python2.7 (2.7.9-5) unstable; urgency=medium
    
      * Update to 20150507, taken from the 2.7 release branch.
        - Issue #24134: assertRaises() and assertRaisesRegexp() checks are not
          longer successful if the callable is None.
        - Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq's
          siftup and siftdown functions.
        - Backport collections.deque fixes from Python 3.5.  Prevents reentrant
          badness during deletion by deferring the decref until the container has
          been restored to a consistent state.
        - Issue #24125: Saved error's line and column numbers when an error
          occured. Fixes python-docutils. Closes: #784270.
        - Issue #23842, SystemError in os.minor, os.major. Closes: #782081.
    
     -- Matthias Klose <email address hidden>  Wed, 06 May 2015 22:47:05 +0200
  • python2.7 (2.7.9-2ubuntu3) vivid; urgency=medium
    
      * Update to 20150401, taken from the 2.7 release branch.
        - Issue #23629: Fix the default __sizeof__ implementation for
          variable-sized objects.
        - Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
        - Issue #23838: linecache now clears the cache and returns an empty
          result on MemoryError.
        - Issue #23742: ntpath.expandvars() no longer loses unbalanced single
          quotes.
        - Issue #21802: The reader in BufferedRWPair now is closed even when
          closing writer failed in BufferedRWPair.close().
        - Issue #23671: string.Template now allows to specify the "self" parameter
          as keyword argument.  string.Formatter now allows to specify the "self"
          and the "format_string" parameters as keyword arguments.
        - Issue #21560: An attempt to write a data of wrong type no longer cause
          GzipFile corruption.
        - Issue #23647: Increase imaplib's MAXLINE to accommodate modern mailbox
          sizes.
        - Issue #23539: If body is None, http.client.HTTPConnection.request now
          sets Content-Length to 0 for PUT, POST, and PATCH headers to avoid
          411 errors from some web servers.
        - Issue #23136: _strptime now uniformly handles all days in week 0,
          including Dec 30 of previous year.
        - Issue #23138: Fixed parsing cookies with absent keys or values in
          cookiejar.
        - Issue #23051: multiprocessing.Pool methods imap() and imap_unordered()
          now handle exceptions raised by an iterator.
        - Issue #22928: Disabled HTTP header injections in httplib.
        - Issue #23615: Module tarfile now can be reloaded with imp.reload().
        - Issue #23799: Added test.test_support.start_threads() for running and
          cleaning up multiple threads.
        - Issue #22390: test.regrtest now emits a warning if temporary files or
          directories are left after running a test.
        - Issue #23583: Added tests for standard IO streams in IDLE.
        - Issue #23583: Fixed writing unicode to standard output stream in IDLE.
      * Re-apply the fix for issue #22079. This is now a warning instead of an
        error. LP: #1426294.
      * Fix issue #23842, SystemError in os.minor, os.major. LP: #1435242.
     -- Matthias Klose <email address hidden>   Thu, 02 Apr 2015 16:13:26 +0200