Python 3.14.0

This commit is contained in:
Hugo van Kemenade 2025-10-07 12:34:30 +03:00
parent 33f1330bd5
commit ebf955df7a
12 changed files with 84 additions and 22 deletions

View file

@ -20,11 +20,11 @@
#define PY_MAJOR_VERSION 3 #define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 14 #define PY_MINOR_VERSION 14
#define PY_MICRO_VERSION 0 #define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 3 #define PY_RELEASE_SERIAL 0
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.14.0rc3+" #define PY_VERSION "3.14.0"
/*--end constants--*/ /*--end constants--*/

View file

@ -1,4 +1,4 @@
# Autogenerated by Sphinx on Thu Sep 18 09:45:33 2025 # Autogenerated by Sphinx on Tue Oct 7 12:34:44 2025
# as part of the release process. # as part of the release process.
topics = { topics = {

78
Misc/NEWS.d/3.14.0.rst Normal file
View file

@ -0,0 +1,78 @@
.. date: 2025-10-06-23-56-36
.. gh-issue: 124111
.. nonce: KOlBvs
.. release date: 2025-10-07
.. section: macOS
Update macOS installer to use Tcl/Tk 8.6.17.
..
.. date: 2025-10-04-12-29-31
.. gh-issue: 139573
.. nonce: vVpHaP
.. section: macOS
Updated bundled version of OpenSSL to 3.0.18.
..
.. date: 2025-10-04-12-18-45
.. gh-issue: 139573
.. nonce: EO9kVB
.. section: Windows
Updated bundled version of OpenSSL to 3.0.18.
..
.. date: 2025-09-25-10-31-02
.. gh-issue: 139330
.. nonce: 5WWkY0
.. section: Tools/Demos
SBOM generation tool didn't cross-check the version and checksum values
against the ``Modules/expat/refresh.sh`` script, leading to the values
becoming out-of-date during routine updates.
..
.. date: 2025-08-28-06-22-26
.. gh-issue: 132006
.. nonce: eZQmc6
.. section: Tools/Demos
XCframeworks now include privacy manifests to satisfy Apple App Store
submission requirements.
..
.. date: 2025-08-27-11-14-53
.. gh-issue: 138171
.. nonce: Suz8ob
.. section: Tools/Demos
A script for building an iOS XCframework was added. As part of this change,
the top level ``iOS`` folder has been moved to be a subdirectory of the
``Apple`` folder.
..
.. date: 2025-09-29-00-01-28
.. gh-issue: 139400
.. nonce: X2T-jO
.. section: Security
:mod:`xml.parsers.expat`: Make sure that parent Expat parsers are only
garbage-collected once they are no longer referenced by subparsers created
by :meth:`~xml.parsers.expat.xmlparser.ExternalEntityParserCreate`. Patch by
Sebastian Pipping.
..
.. date: 2025-09-25-07-33-43
.. gh-issue: 139312
.. nonce: ygE8AC
.. section: Library
Upgrade bundled libexpat to 2.7.3

View file

@ -1 +0,0 @@
Upgrade bundled libexpat to 2.7.3

View file

@ -1,4 +0,0 @@
:mod:`xml.parsers.expat`: Make sure that parent Expat parsers are only
garbage-collected once they are no longer referenced by subparsers created
by :meth:`~xml.parsers.expat.xmlparser.ExternalEntityParserCreate`.
Patch by Sebastian Pipping.

View file

@ -1,3 +0,0 @@
A script for building an iOS XCframework was added. As part of this change,
the top level ``iOS`` folder has been moved to be a subdirectory of the
``Apple`` folder.

View file

@ -1,2 +0,0 @@
XCframeworks now include privacy manifests to satisfy Apple App Store
submission requirements.

View file

@ -1,3 +0,0 @@
SBOM generation tool didn't cross-check the version and checksum values
against the ``Modules/expat/refresh.sh`` script, leading to the values
becoming out-of-date during routine updates.

View file

@ -1 +0,0 @@
Updated bundled version of OpenSSL to 3.0.18.

View file

@ -1 +0,0 @@
Updated bundled version of OpenSSL to 3.0.18.

View file

@ -1 +0,0 @@
Update macOS installer to use Tcl/Tk 8.6.17.

View file

@ -1,5 +1,5 @@
This is Python version 3.14.0 release candidate 3 This is Python version 3.14.0
================================================= =============================
.. image:: https://github.com/python/cpython/actions/workflows/build.yml/badge.svg?branch=main&event=push .. image:: https://github.com/python/cpython/actions/workflows/build.yml/badge.svg?branch=main&event=push
:alt: CPython build status on GitHub Actions :alt: CPython build status on GitHub Actions