Skip to content
Snippets Groups Projects
Unverified Commit 000593c0 authored by Ned Deily's avatar Ned Deily
Browse files

3.7.13

parent 4a1d65fe
No related branches found
No related tags found
No related merge requests found
Showing
with 92 additions and 21 deletions
......@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 12
#define PY_MICRO_VERSION 13
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.7.12+"
#define PY_VERSION "3.7.13"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Fri Sep 3 23:33:01 2021
# Autogenerated by Sphinx on Wed Mar 16 09:24:05 2022
topics = {'assert': 'The "assert" statement\n'
'**********************\n'
'\n'
......
.. bpo: 46985
.. date: 2022-03-11-13-34-16
.. nonce: BgoMr2
.. release date: 2022-03-16
.. section: Library
Upgrade pip wheel bundled with ensurepip (pip 22.0.4)
..
.. bpo: 46932
.. date: 2022-03-07-20-20-34
.. nonce: xbarAs
.. section: Library
Update bundled libexpat to 2.4.7
..
.. bpo: 46811
.. date: 2022-02-20-21-03-31
.. nonce: 8BxgdQ
.. section: Library
Make test suite support Expat >=2.4.5
..
.. bpo: 46784
.. date: 2022-02-18-22-10-30
.. nonce: SVOQJx
.. section: Library
Fix libexpat symbols collisions with user dynamically loaded or statically
linked libexpat in embedded Python.
..
.. bpo: 46756
.. date: 2022-02-15-11-57-53
.. nonce: AigSPi
.. section: Library
Fix a bug in :meth:`urllib.request.HTTPPasswordMgr.find_user_password` and
:meth:`urllib.request.HTTPPasswordMgrWithPriorAuth.is_authenticated` which
allowed to bypass authorization. For example, access to URI
``example.org/foobar`` was allowed if the user was authorized for URI
``example.org/foo``.
..
.. bpo: 47024
.. date: 2022-03-15-11-53-10
.. nonce: p3PjRy
.. section: Build
Update Windows builds and macOS installer build to use OpenSSL 1.1.1n.
..
.. bpo: 45405
.. date: 2021-10-11-16-27-38
.. nonce: iSfdW5
.. section: Build
Prevent ``internal configure error`` when running ``configure`` with recent
versions of clang. Patch by David Bohman.
..
.. bpo: 44549
.. date: 2022-03-07-17-46-40
.. nonce: SPrGS9
.. section: Windows
Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and
CVE-2019-12900
..
.. bpo: 46948
.. date: 2022-03-07-16-34-11
.. nonce: Ufd4tG
.. section: Windows
Prevent CVE-2022-26488 by ensuring the Add to PATH option in the Windows
installer uses the correct path when being repaired.
Prevent ``internal configure error`` when running ``configure``
with recent versions of clang. Patch by David Bohman.
Update Windows builds and macOS installer build to use OpenSSL 1.1.1n.
Fix a bug in :meth:`urllib.request.HTTPPasswordMgr.find_user_password` and
:meth:`urllib.request.HTTPPasswordMgrWithPriorAuth.is_authenticated` which
allowed to bypass authorization. For example, access to URI
``example.org/foobar`` was allowed if the user was authorized for URI
``example.org/foo``.
Fix libexpat symbols collisions with user dynamically loaded or statically linked libexpat in embedded Python.
Make test suite support Expat >=2.4.5
Update bundled libexpat to 2.4.7
Upgrade pip wheel bundled with ensurepip (pip 22.0.4)
Prevent CVE-2022-26488 by ensuring the Add to PATH option in the Windows
installer uses the correct path when being repaired.
Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and
CVE-2019-12900
This is Python version 3.7.12+
==============================
This is Python version 3.7.13
=============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
:alt: CPython build status on Travis CI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment