Skip to content

Commit ebf955d

Browse files
committed
Python 3.14.0
1 parent 33f1330 commit ebf955d

12 files changed

+84
-22
lines changed

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
#define PY_MAJOR_VERSION 3
2121
#define PY_MINOR_VERSION 14
2222
#define PY_MICRO_VERSION 0
23-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
24-
#define PY_RELEASE_SERIAL 3
23+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
24+
#define PY_RELEASE_SERIAL 0
2525

2626
/* Version as a string */
27-
#define PY_VERSION "3.14.0rc3+"
27+
#define PY_VERSION "3.14.0"
2828
/*--end constants--*/
2929

3030

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Autogenerated by Sphinx on Thu Sep 18 09:45:33 2025
1+
# Autogenerated by Sphinx on Tue Oct 7 12:34:44 2025
22
# as part of the release process.
33

44
topics = {

Misc/NEWS.d/3.14.0.rst

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
.. date: 2025-10-06-23-56-36
2+
.. gh-issue: 124111
3+
.. nonce: KOlBvs
4+
.. release date: 2025-10-07
5+
.. section: macOS
6+
7+
Update macOS installer to use Tcl/Tk 8.6.17.
8+
9+
..
10+
11+
.. date: 2025-10-04-12-29-31
12+
.. gh-issue: 139573
13+
.. nonce: vVpHaP
14+
.. section: macOS
15+
16+
Updated bundled version of OpenSSL to 3.0.18.
17+
18+
..
19+
20+
.. date: 2025-10-04-12-18-45
21+
.. gh-issue: 139573
22+
.. nonce: EO9kVB
23+
.. section: Windows
24+
25+
Updated bundled version of OpenSSL to 3.0.18.
26+
27+
..
28+
29+
.. date: 2025-09-25-10-31-02
30+
.. gh-issue: 139330
31+
.. nonce: 5WWkY0
32+
.. section: Tools/Demos
33+
34+
SBOM generation tool didn't cross-check the version and checksum values
35+
against the ``Modules/expat/refresh.sh`` script, leading to the values
36+
becoming out-of-date during routine updates.
37+
38+
..
39+
40+
.. date: 2025-08-28-06-22-26
41+
.. gh-issue: 132006
42+
.. nonce: eZQmc6
43+
.. section: Tools/Demos
44+
45+
XCframeworks now include privacy manifests to satisfy Apple App Store
46+
submission requirements.
47+
48+
..
49+
50+
.. date: 2025-08-27-11-14-53
51+
.. gh-issue: 138171
52+
.. nonce: Suz8ob
53+
.. section: Tools/Demos
54+
55+
A script for building an iOS XCframework was added. As part of this change,
56+
the top level ``iOS`` folder has been moved to be a subdirectory of the
57+
``Apple`` folder.
58+
59+
..
60+
61+
.. date: 2025-09-29-00-01-28
62+
.. gh-issue: 139400
63+
.. nonce: X2T-jO
64+
.. section: Security
65+
66+
:mod:`xml.parsers.expat`: Make sure that parent Expat parsers are only
67+
garbage-collected once they are no longer referenced by subparsers created
68+
by :meth:`~xml.parsers.expat.xmlparser.ExternalEntityParserCreate`. Patch by
69+
Sebastian Pipping.
70+
71+
..
72+
73+
.. date: 2025-09-25-07-33-43
74+
.. gh-issue: 139312
75+
.. nonce: ygE8AC
76+
.. section: Library
77+
78+
Upgrade bundled libexpat to 2.7.3

Misc/NEWS.d/next/Library/2025-09-25-07-33-43.gh-issue-139312.ygE8AC.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Security/2025-09-29-00-01-28.gh-issue-139400.X2T-jO.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

Misc/NEWS.d/next/Tools-Demos/2025-08-27-11-14-53.gh-issue-138171.Suz8ob.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Tools-Demos/2025-08-28-06-22-26.gh-issue-132006.eZQmc6.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Tools-Demos/2025-09-25-10-31-02.gh-issue-139330.5WWkY0.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Windows/2025-10-04-12-18-45.gh-issue-139573.EO9kVB.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/macOS/2025-10-04-12-29-31.gh-issue-139573.vVpHaP.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)