File tree
8 files changed
+19
-7
lines changed- changelogs/nightly
- patches
8 files changed
+19
-7
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/library/json.rst+75-50
- Lib/asyncio/base_events.py+6-1
- Lib/asyncio/taskgroups.py+6-1
- Lib/test/test_asyncio/test_taskgroups.py+58-4
- Lib/test/test_capi/test_file.py+21-4
- Lib/test/test_capi/test_opt.py+44
- Lib/test/test_opcache.py+33
- Lib/test/test_xml_dom_xmlbuilder.py+88
- Lib/xml/dom/xmlbuilder.py+7-5
- Misc/NEWS.d/next/Core_and_Builtins/2024-12-11-14-32-22.gh-issue-127809.0W8khe.rst+2
- Misc/NEWS.d/next/Library/2024-12-27-16-28-57.gh-issue-128302.2GMvyl.rst+3
- Misc/NEWS.d/next/Library/2024-12-29-13-49-46.gh-issue-128302.psRpPN.rst+2
- Misc/NEWS.d/next/Library/2025-01-06-18-41-08.gh-issue-128552.fV-f8j.rst+1
- Modules/_abc.c+9-5
- Modules/_sre/sre.c+56-35
- Modules/_testcapi/clinic/file.c.h+7-18
- Modules/_testcapi/file.c+5-3
- Modules/clinic/posixmodule.c.h+3-3
- Modules/posixmodule.c+1-1
- Python/bytecodes.c+17-1
- Python/executor_cases.c.h+16
- Python/generated_cases.c.h+17-1
- Python/optimizer_bytecodes.c+45-12
- Python/optimizer_cases.c.h+59-14
- Python/specialize.c+7-10
- Tools/cases_generator/analyzer.py+1
- configure+3-3
- configure.ac+1-1
- pyconfig.h.in+2-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 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
232 |
| - | |
| 232 | + | |
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
| 48 | + | |
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
|
0 commit comments