Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: ca079a3ea30098aff3197c559a0e32d42dda6d84 authored by Benjamin Peterson on 29 April 2018, 22:47:33 UTC
bump to 2.7.15
Tip revision: ca079a3
2.7.6.rst
.. bpo: 19435
.. date: 9186
.. nonce: kXqMz3
.. release date: 2013-11-10
.. section: Library

Fix directory traversal attack on CGIHttpRequestHandler.

..

.. bpo: 19426
.. date: 9185
.. nonce: PwatP7
.. section: IDLE

Fixed the opening of Python source file with specified encoding.

..

.. bpo: 19457
.. date: 9184
.. nonce: HGwEFx
.. section: Tests

Fixed xmlcharrefreplace tests on wide build when tests are loaded from
.py[co] files.

..

.. bpo: 15663
.. date: 9183
.. nonce: p-vVTG
.. section: Build

Revert OS X installer built-in Tcl/Tk support for 2.7.6. Some third-party
projects, such as Matplotlib and PIL/Pillow, depended on being able to build
with Tcl and Tk frameworks in /Library/Frameworks.
back to top