~ubuntu-branches/ubuntu/quantal/python3.2/quantal-proposed

Viewing all changes in revision 41.

  • 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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: