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

Viewing all changes in revision 126.

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-05-06 22:47:05 UTC
  • Revision ID: package-import@ubuntu.com-20150506224705-c1vwmykzxu9see8u
Tags: 2.7.9-5
* Update to 20150507, taken from the 2.7 release branch.
  - Issue #24134: assertRaises() and assertRaisesRegexp() checks are not
    longer successful if the callable is None.
  - Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq's
    siftup and siftdown functions.
  - Backport collections.deque fixes from Python 3.5.  Prevents reentrant
    badness during deletion by deferring the decref until the container has
    been restored to a consistent state.
  - Issue #24125: Saved error's line and column numbers when an error
    occured. Fixes python-docutils. Closes: #784270.
  - Issue #23842, SystemError in os.minor, os.major. Closes: #782081.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: