Comment 5 for bug 1094246

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package python2.7 - 2.7.3-15ubuntu1

---------------
python2.7 (2.7.3-15ubuntu1) raring; urgency=low

  * Build-depend on python:any instead of python.

python2.7 (2.7.3-15) experimental; urgency=low

  * Update to 20130124, taken from the 2.7 branch.
    - Issue #14850: Now a charmap decoder treats U+FFFE as "undefined mapping"
      in any mapping, not only in a Unicode string.
    - Issue #11461: Fix the incremental UTF-16 decoder.
    - Issue #1159051: GzipFile now raises EOFError when reading a corrupted
      file with truncated header or footer.
    - Issue #16992: On Windows in signal.set_wakeup_fd, validate the file
      descriptor argument.
    - Issue #15861: tkinter now correctly works with lists and tuples
      containing strings with whitespaces, backslashes or unbalanced braces.
    - Issue #10527: Use poll() instead of select() for multiprocessing pipes.
    - Issue #9720: zipfile now writes correct local headers for files larger
      than 4 GiB.
    - Issue #16829: IDLE printing no longer fails if there are spaces or other
      special characters in the file path.
    - Issue #13899: \A, \Z, and \B now correctly match the A, Z, and B literals
      when used inside character classes (e.g. '[\A]').
    - Issue #16398: Optimize deque.rotate() so that it only moves pointers
      and doesn't touch the underlying data with increfs and decrefs.
    - Issue #15109: Fix regression in sqlite3's iterdump method where it would
      die with an encoding error if the database contained string values
      containing non-ASCII.
    - Issue #15545: Fix regression in sqlite3's iterdump method where it was
      failing if the connection used a row factory (such as sqlite3.Row) that
      produced unsortable objects.
    - Issue #16953: Fix socket module compilation on platforms with
      HAVE_BROKEN_POLL.
    - Issue #16836: Enable IPv6 support even if IPv6 is disabled on the
      build host.
    - Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py.
  * Backport cross-build support from python3.3.
  * Add pyconfig.h compatibility headers. Closes: #695667. LP: #1094246.
 -- Matthias Klose <email address hidden> Thu, 24 Jan 2013 15:55:46 +0100