Skip to content

Commit 5607950

Browse files
committed
Python 3.14.5
1 parent 9d5857c commit 5607950

18 files changed

Lines changed: 129 additions & 25 deletions

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 5
23-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
24-
#define PY_RELEASE_SERIAL 1
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.5rc1+"
27+
#define PY_VERSION "3.14.5"
2828
/*--end constants--*/
2929

3030

Lib/pydoc_data/module_docs.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Misc/NEWS.d/3.14.5.rst

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
.. date: 2026-04-06-13-55-00
2+
.. gh-issue: 148178
3+
.. nonce: Rs7kLm
4+
.. release date: 2026-05-10
5+
.. section: Security
6+
7+
Hardened :mod:`!_remote_debugging` by validating remote debug offset tables
8+
before using them to size memory reads or interpret remote layouts.
9+
10+
..
11+
12+
.. date: 2026-04-20-15-25-55
13+
.. gh-issue: 146270
14+
.. nonce: qZYfyc
15+
.. section: Core and Builtins
16+
17+
Fix a sequential consistency bug in ``structmember.c``.
18+
19+
..
20+
21+
.. date: 2025-08-01-20-31-30
22+
.. gh-issue: 137293
23+
.. nonce: 4x3JbV
24+
.. section: Core and Builtins
25+
26+
Fix :exc:`SystemError` when searching ELF Files in :func:`sys.remote_exec`.
27+
28+
..
29+
30+
.. date: 2026-05-07-21-58-17
31+
.. gh-issue: 149388
32+
.. nonce: DDBPeA
33+
.. section: Library
34+
35+
Make :class:`!asyncio.windows_utils.PipeHandle` closing idempotent.
36+
37+
..
38+
39+
.. date: 2026-05-04-19-28-48
40+
.. gh-issue: 149377
41+
.. nonce: WNlc8Y
42+
.. section: Library
43+
44+
Update bundled pip to 26.1.1
45+
46+
..
47+
48+
.. date: 2026-04-25-14-11-24
49+
.. gh-issue: 138907
50+
.. nonce: u21Wnh
51+
.. section: Library
52+
53+
Support :rfc:`9309` in :mod:`urllib.robotparser`.
54+
55+
..
56+
57+
.. date: 2026-04-15-16-08-12
58+
.. gh-issue: 148615
59+
.. nonce: Uvx50R
60+
.. section: Library
61+
62+
Fix :mod:`pdb` to accept standard -- end of options separator. Reported by
63+
haampie. Patched by Shrey Naithani.
64+
65+
..
66+
67+
.. date: 2026-02-19-04-40-57
68+
.. gh-issue: 130750
69+
.. nonce: 0hW52O
70+
.. section: Library
71+
72+
Restore quoting of choices in :mod:`argparse` error messages for improved
73+
clarity and consistency with documentation.
74+
75+
..
76+
77+
.. date: 2025-12-06-08-48-26
78+
.. gh-issue: 141449
79+
.. nonce: hQvNW_
80+
.. section: Library
81+
82+
Improve tests and documentation for non-function callables as
83+
:term:`annotate functions <annotate function>`.
84+
85+
..
86+
87+
.. date: 2026-05-05-18-49-44
88+
.. gh-issue: 149425
89+
.. nonce: QnQL8j
90+
.. section: Tests
91+
92+
Increase time delta in
93+
``test.test_zipfile.test_core.OtherTests.test_write_without_source_date_epoch``
94+
95+
..
96+
97+
.. date: 2026-05-05-17-08-36
98+
.. gh-issue: 145736
99+
.. nonce: JYdLx4
100+
.. section: Tests
101+
102+
Fix test_tkinter test_configure_values test case backport miss for Tk 9.
103+
104+
..
105+
106+
.. date: 2026-05-06-18-23-36
107+
.. gh-issue: 142295
108+
.. nonce: O9RmZH
109+
.. section: macOS
110+
111+
For Python macOS framework builds, update Info.plist files to be more
112+
compliant with current Apple guidelines. Original patch contributed by
113+
Martinus Verburg.
114+
115+
..
116+
117+
.. date: 2026-05-05-18-42-59
118+
.. gh-issue: 124111
119+
.. nonce: WmQG7S
120+
.. section: macOS
121+
122+
Update macOS installer to use Tcl/Tk 9.0.3.

Misc/NEWS.d/next/Core_and_Builtins/2025-08-01-20-31-30.gh-issue-137293.4x3JbV.rst

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

Misc/NEWS.d/next/Core_and_Builtins/2026-04-20-15-25-55.gh-issue-146270.qZYfyc.rst

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

Misc/NEWS.d/next/Library/2025-12-06-08-48-26.gh-issue-141449.hQvNW_.rst

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

Misc/NEWS.d/next/Library/2026-02-19-04-40-57.gh-issue-130750.0hW52O.rst

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

Misc/NEWS.d/next/Library/2026-04-15-16-08-12.gh-issue-148615.Uvx50R.rst

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

Misc/NEWS.d/next/Library/2026-04-25-14-11-24.gh-issue-138907.u21Wnh.rst

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

0 commit comments

Comments
 (0)