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

Viewing all changes in revision 40.

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-08-15 18:02:48 UTC
  • mfrom: (30.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120815180248-5hknfozmx88f7x1i
Tags: 3.2.3-4
* Update to 20120826 from the 3.2 branch. Linux relevant fixes:
  - Follwup for issue #9374. Restore the removed attributes in the
    urlparse module.
  - Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder
    after error handling.
  - Issue #15404: Refleak in PyMethodObject repr.
  - Issue #15394: An issue in PyModule_Create that caused references to
    be leaked on some error paths has been fixed.
  - Issue #15368: An issue that caused bytecode generation to be
    non-deterministic when using randomized hashing (-R) has been fixed.
  - Issue #15424: Add a __sizeof__ implementation for array objects.
  - Issue #13052: Fix IDLE crashing when replace string in Search/Replace
    dialog ended with '\'.
  - Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo()
    emulation code.
  - Issue #15726: Fix incorrect bounds checking in PyState_FindModule.
  - Issue #15604: Update uses of PyObject_IsTrue() to check for and handle
    errors correctly.
  - Issue #9803: Don't close IDLE on saving if breakpoint is open.
  - Issue #12288: Consider '0' and '0.0' as valid initialvalue
    for tkinter SimpleDialog.
  - Issue #11062: Fix adding a message from file to Babyl mailbox.
  - Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.
  - Issue #15249: BytesGenerator now correctly mangles From lines (when
    requested) even if the body contains undecodable bytes.
  - Issue #15777: Fix a refleak in _posixsubprocess.
  - Issue #15199: Fix JavaScript's default MIME type to
    application/javascript.
  - Issue #13579: string.Formatter now understands the 'a' conversion
    specifier.
  - Issue #15595: Fix subprocess.Popen(universal_newlines=True)
    for certain locales (utf-16 and utf-32 family). Patch by Chris Jerdonek.
  - Issue #15477: In cmath and math modules, add workaround for platforms
    whose system-supplied log1p function doesn't respect signs of zeros.
  - Issue #15512: Add a __sizeof__ implementation for parser.
  - Issue #15469: Add a __sizeof__ implementation for deque objects.
  - Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
  - Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
  - Issue #6056: Make multiprocessing use setblocking(True) on the
    sockets it uses.
  - Issue #15041: update "see also" list in tkinter documentation.
  - Issue #15402: An issue in the struct module that caused sys.getsizeof to
    return incorrect results for struct.Struct instances has been fixed.
  - Issue #15232: when mangle_from is True, email.Generator now correctly
    mangles lines that start with 'From ' that occur in a MIME preamble
    or epilogue.
  - Issue #13922: argparse no longer incorrectly strips '--'s that appear
    after the first one.
  - Issue #12353: argparse now correctly handles null argument values.
  - Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with
    user-defined types as keys or other unorderable keys.
  - Issue #14635: telnetlib will use poll() rather than select() when possible
    to avoid failing due to the select() file descriptor limit.
  - Issue #15645: Ensure 2to3 grammar pickles are properly installed.
  - Issue #15180: Clarify posixpath.join() error message when mixing
    str & bytes.
  - Issue #15230: runpy.run_path now correctly sets __package__ as described
    in the documentation
  - Issue #15467: Move helpers for __sizeof__ tests into test_support.
  - Issue #15320: Make iterating the list of tests thread-safe when running
    tests in multiprocess mode.
  - Issue #15230: Adopted a more systematic approach in the runpy tests
  - Issue #15747: ZFS always returns EOPNOTSUPP when attempting to set the
    UF_IMMUTABLE flag (via either chflags or lchflags); refactor affected
    tests in test_posix.py to account for this.
  - Issue #15285: Refactor the approach for testing connect timeouts using
    two external hosts that have been configured specifically for this type
    of test.
  - Issue #15615: Add some tests for the json module's handling of invalid
    input data.
  - Issue #15630: Add an example for "continue" stmt in the tutorial.
  - Issue #15444: Use proper spelling for non-ASCII contributor names.
  - Issue 15482: Properly document the default 'level' value for __import__()
    while warning about using negative values.
  - Issue #15230: Clearly document some of the limitations of the runpy
    module and nudge readers towards importlib when appropriate.
  - Issue #15250: Document that filecmp.dircmp compares files shallowly.
  - Issue #14674: Add a discussion of the json module's standard compliance.
* Don't look up multiarch extension names for wheezy. Addresses: #682795.
* Fortified build.
* Build-depend on unversioned libdb-dev.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: