Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: baacaac06f93dd624c9d7b3bac0e13fbe34f2d8c authored by Benjamin Peterson on 16 February 2019, 19:02:20 UTC
Set version to 2.7.16rc1.
Tip revision: baacaac
2.7.rst
.. bpo: 0
.. date: 8096
.. nonce: HgSXMh
.. release date: 2010-07-03
.. section: Core and Builtins

Prevent assignment to set literals.

..

.. bpo: 1868
.. date: 8095
.. nonce: 8rTkvC
.. section: Library

Eliminate subtle timing issues in thread-local objects by getting rid of the
cached copy of thread-local attribute dictionary.

..

.. bpo: 9125
.. date: 8094
.. nonce: bm97Ws
.. section: Library

Add recognition of 'except ... as ...' syntax to parser module.

..

.. bpo: 7673
.. date: 8093
.. nonce: cDxsD2
.. section: Library

Fix security vulnerability (CVE-2010-2089) in the audioop module, ensure
that the input string length is a multiple of the frame size.

..

.. bpo: 9075
.. date: 8092
.. nonce: kvxac2
.. section: Library

In the ssl module, remove the setting of a ``debug`` flag on an OpenSSL
structure.
back to top