~ubuntu-branches/ubuntu/raring/python3.2/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-09-10 12:32:17 UTC
  • mfrom: (30.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120910123217-o5kmvku24lhl1zst
Tags: 3.2.3-6ubuntu1
* Update to 20120910 from the 3.2 branch. Linux relevant fixes:
  - Issue #13992: The trashcan mechanism is now thread-safe.  This eliminates
    sporadic crashes in multi-thread programs when several long deallocator
    chains ran concurrently and involved subclasses of built-in container
    types.
  - Issue #15846: Fix SystemError which happened when using ast.parse in an
    exception handler on code with syntax errors.
  - Issue #15801: Make sure mappings passed to '%' formatting are actually
    subscriptable.
  - Issue #15881: Fixed atexit hook in multiprocessing.
  - Issue #15340: Fix importing the random module when /dev/urandom cannot
    be opened.  This was a regression caused by the hash randomization patch.
  - Issue #15841: The readable(), writable() and seekable() methods of BytesIO
    and StringIO objects now raise ValueError when the object has been closed.
  - Issue #15509: webbrowser.UnixBrowser no longer passes empty arguments to
    Popen when %action substitutions produce empty strings.
  - Issue #12776,#11839: call argparse type function (specified by
    add_argument) only once.
  - Issue #15676: Now "mmap" check for empty files before doing the
    offset check.
  - Issue #15802: Fix test logic in TestMaildir.test_create_tmp.
  - Issue #15819: Make sure we can build Python out-of-tree from a readonly
    source directory.
  - Issue #15822: Ensure 2to3 grammar pickles are properly installed.
  - Issue #11964: Document a change in v3.2 to the behavior of the indent
    parameter of json encoding operations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: python3.2
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Matthias Klose <doko@debian.org>
 
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Matthias Klose <doko@debian.org>
5
6
Build-Depends: debhelper (>= 5.0.51~), quilt, autoconf, libreadline-dev, libncursesw5-dev (>= 5.3), zlib1g-dev, libdb-dev, libgdbm-dev, tk8.5-dev, blt-dev (>= 2.4z), libssl-dev, sharutils, libbz2-dev, libexpat1-dev, libbluetooth-dev [linux-any], locales [!armel !avr32 !hppa !ia64 !mipsel], libsqlite3-dev, libffi-dev (>= 3.0.5), mime-support, libgpm2 [linux-any], netbase, lsb-release, bzip2, gdb, python, xvfb, xauth
6
7
Build-Depends-Indep: python-sphinx
7
8
Build-Conflicts: autoconf2.13