File tree
4 files changed
+14
-2
lines changed- changelogs/nightly
- patches
4 files changed
+14
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 |
| |
2 | 8 |
| |
3 | 9 |
| |
|
- Doc/conf.py+1-3
- Doc/howto/free-threading-extensions.rst+4-2
- Doc/library/pyexpat.rst+7
- Doc/library/re.rst+2-5
- Doc/library/turtle.rst+19-5
- Doc/tools/extensions/pyspecific.py-1
- Doc/tools/static/sidebar-wrap.css-6
- Doc/whatsnew/3.14.rst+4
- Lib/test/test_builtin.py+64-59
- Lib/test/test_faulthandler.py+29-1
- Lib/test/test_re.py+5-8
- Lib/test/test_tkinter/test_misc.py+27-1
- Lib/test/test_type_params.py+2-5
- Lib/tkinter/__init__.py+1-1
- Lib/turtle.py+14-16
- Misc/NEWS.d/next/Build/2025-01-02-11-02-45.gh-issue-123925.TLlyUi.rst+2
- Misc/NEWS.d/next/Library/2022-07-28-12-32-59.gh-issue-95371.F24IFC.rst+1
- Misc/NEWS.d/next/Library/2024-11-09-15-59-51.gh-issue-126624.bN53Va.rst+2
- Misc/NEWS.d/next/Library/2024-11-19-10-46-57.gh-issue-124130.OZ_vR5.rst+4
- Misc/NEWS.d/next/Library/2024-12-18-00-07-50.gh-issue-128014.F3aUbz.rst+2
- Misc/NEWS.d/next/Library/2025-01-02-13-05-16.gh-issue-128400.5N43fF.rst+2
- Modules/_cursesmodule.c+1-1
- Modules/_sre/sre_lib.h-12
- Modules/faulthandler.c+5
- Modules/pyexpat.c+4-1
- Objects/bytesobject.c+39-31
- Objects/unicodeobject.c+1-1
- Python/frame.c-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments