~ubuntu-branches/debian/experimental/python2.7/experimental

Viewing all changes in revision 40.

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-01-05 17:22:13 UTC
  • Revision ID: package-import@ubuntu.com-20130105172213-0mj09q2rky3iovxp
Tags: 2.7.3-14
* Update to 20130105, taken from the 2.7 branch.
  - Issue #16367: Fix FileIO.readall() on Windows for files larger than 2 GB.
  - Issue #15516: Fix a bug in PyString_FromFormat where it failed
    to properly ignore errors from a __int__() method.
  - Issue #16839: Fix a segfault when calling unicode() on a classic class
    early in interpreter initialization.
  - Issue #16761: Calling ``int()`` and ``long()`` with *base* argument only
    now raises TypeError.
  - Issue #16828: Fix error incorrectly raised by bz2.compress('').
    LP: #1090043.
  - Issue #16819: IDLE method completion now correctly works for unicode
    literals.
  - Issue 10527: make multiprocessing use poll() instead of select()
    if available.
  - Issue #16485: Now file descriptors are closed if file header patching
    failed on closing an aifc file.
  - Issue #12065: connect_ex() on an SSL socket now returns the original
    errno when the socket's timeout expires (it used to return None).
  - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer.
  - Issue #16702: test_urllib2_localnet tests now correctly ignores proxies
    for localhost tests.
  - Issue #16713: Fix the parsing of tel url with params using urlparse
    module.
  - Issue #16443: Add docstrings to regular expression match objects.
  - Issue #8853: Allow port to be of type long for socket.getaddrinfo().
  - Issue #16597: In buffered and text IO, call close() on the underlying
    stream if invoking flush() fails.
  - Issue #15701: Fix HTTPError info method call to return the headers
    information.
  - Issue #14958: Change IDLE systax highlighting to recognize all string
    and byte literals currently supported in Python 2.7.
  - Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.
  - Issue #16618: Add more regression tests for glob.
  - Issue #13094: add "Why do lambdas defined in a loop with different values
    all return the same result?" programming FAQ.
* python-config --help returns with an exit value 0. LP: #1093860.
* Update package description for the -dbg packages. Closes: #696616.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: