Commit 85cee9f
File tree
Expand file treeCollapse file tree
102 files changed
+4240
-1499
lines changedFilter options
- .github/workflows
- Android
- Doc
- c-api
- deprecations
- library
- whatsnew
- Grammar
- Include
- cpython
- internal
- Lib
- test
- support
- test_ast
- test_capi
- test_inspect
- test_pydoc
- test_string
- test_tools
- test_warnings
- Misc
- NEWS.d/next
- Build
- C_API
- Core_and_Builtins
- Library
- Modules
- _hacl
- _testcapi
- clinic
- Objects
- PC/layout/support
- Parser
- lexer
- Python
- Tools
- build
- clinic
- jit
- wasm
- iOS/Resources/bin
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
102 files changed
+4240
-1499
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
|
.github/workflows/reusable-docs.yml
Copy file name to clipboardExpand all lines: .github/workflows/reusable-docs.yml+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
141 |
| - |
| 141 | + |
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
|
.ruff.toml
Copy file name to clipboard+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
29 | 32 |
|
30 | 33 |
|
31 | 34 |
|
32 |
| - |
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
| ||
97 | 99 |
|
98 | 100 |
|
99 | 101 |
|
100 |
| - |
| 102 | + |
101 | 103 |
|
102 | 104 |
|
103 | 105 |
|
|
+9-11Lines changed: 9 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
141 |
| - |
| 141 | + |
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
153 |
| - |
| 153 | + |
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
| ||
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 |
| - |
166 |
| - |
| 165 | + |
167 | 166 |
|
168 | 167 |
|
169 | 168 |
|
| ||
241 | 240 |
|
242 | 241 |
|
243 | 242 |
|
244 |
| - |
245 |
| - |
246 |
| - |
247 |
| - |
248 |
| - |
249 | 243 |
|
250 |
| - |
251 | 244 |
|
252 | 245 |
|
253 | 246 |
|
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
254 | 252 |
|
255 | 253 |
|
256 | 254 |
|
|
+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 |
| - |
3 |
| - |
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| 99 | + |
| 100 | + |
| 101 | + |
99 | 102 |
|
100 | 103 |
|
101 | 104 |
|
|
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
| 9 | + |
8 | 10 |
|
9 | 11 |
|
10 | 12 |
|
| ||
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| 19 | + |
| 20 | + |
17 | 21 |
|
Doc/deprecations/pending-removal-in-3.16.rst
Copy file name to clipboardExpand all lines: Doc/deprecations/pending-removal-in-3.16.rst+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
64 | 70 |
|
65 | 71 |
|
66 | 72 |
|
|
Doc/deprecations/pending-removal-in-3.17.rst
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
+9-7Lines changed: 9 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
| 134 | + |
| 135 | + |
135 | 136 |
|
136 | 137 |
|
137 | 138 |
|
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
144 | 146 |
|
145 | 147 |
|
146 | 148 |
|
|
+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
665 | 665 |
|
666 | 666 |
|
667 | 667 |
|
668 |
| - |
| 668 | + |
669 | 669 |
|
670 | 670 |
|
671 | 671 |
|
| ||
706 | 706 |
|
707 | 707 |
|
708 | 708 |
|
709 |
| - |
| 709 | + |
710 | 710 |
|
711 | 711 |
|
712 | 712 |
|
| ||
2787 | 2787 |
|
2788 | 2788 |
|
2789 | 2789 |
|
2790 |
| - |
| 2790 | + |
2791 | 2791 |
|
2792 | 2792 |
|
2793 | 2793 |
|
| ||
3531 | 3531 |
|
3532 | 3532 |
|
3533 | 3533 |
|
3534 |
| - |
| 3534 | + |
3535 | 3535 |
|
3536 | 3536 |
|
3537 | 3537 |
|
| ||
3544 | 3544 |
|
3545 | 3545 |
|
3546 | 3546 |
|
3547 |
| - |
| 3547 | + |
3548 | 3548 |
|
3549 | 3549 |
|
3550 | 3550 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1347 | 1347 |
|
1348 | 1348 |
|
1349 | 1349 |
|
| 1350 | + |
| 1351 | + |
1350 | 1352 |
|
1351 | 1353 |
|
1352 | 1354 |
|
|
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2009 | 2009 |
|
2010 | 2010 |
|
2011 | 2011 |
|
| 2012 | + |
| 2013 | + |
2012 | 2014 |
|
2013 | 2015 |
|
2014 | 2016 |
|
| ||
2529 | 2531 |
|
2530 | 2532 |
|
2531 | 2533 |
|
| 2534 | + |
| 2535 | + |
2532 | 2536 |
|
2533 | 2537 |
|
2534 | 2538 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1743 | 1743 |
|
1744 | 1744 |
|
1745 | 1745 |
|
| 1746 | + |
| 1747 | + |
1746 | 1748 |
|
1747 | 1749 |
|
1748 | 1750 |
|
|
+22-7Lines changed: 22 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
236 |
| - |
237 |
| - |
238 |
| - |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
239 | 240 |
|
240 | 241 |
|
241 | 242 |
|
242 |
| - |
243 |
| - |
244 |
| - |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
245 | 247 |
|
246 | 248 |
|
247 | 249 |
|
| ||
971 | 973 |
|
972 | 974 |
|
973 | 975 |
|
974 |
| - |
| 976 | + |
| 977 | + |
| 978 | + |
| 979 | + |
| 980 | + |
| 981 | + |
975 | 982 |
|
976 | 983 |
|
977 | 984 |
|
| ||
1370 | 1377 |
|
1371 | 1378 |
|
1372 | 1379 |
|
| 1380 | + |
| 1381 | + |
| 1382 | + |
| 1383 | + |
| 1384 | + |
| 1385 | + |
| 1386 | + |
| 1387 | + |
1373 | 1388 |
|
1374 | 1389 |
|
1375 | 1390 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
|
Include/internal/pycore_crossinterp.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_crossinterp.h+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
171 | 171 |
|
172 | 172 |
|
173 | 173 |
|
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
174 | 181 |
|
175 | 182 |
|
176 | 183 |
|
|
Include/internal/pycore_debug_offsets.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_debug_offsets.h+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
|
Include/internal/pycore_list.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_list.h+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| 21 | + |
| 22 | + |
20 | 23 |
|
21 | 24 |
|
22 | 25 |
|
|
0 commit comments