File tree
64 files changed
+83
-83
lines changedFilter options
- Lib
- asyncio
- ctypes
- test
- distutils
- command
- email
- html
- idlelib
- idle_test
- importlib
- lib2to3/fixes
- sqlite3/test
- test
- decimaltestdata
- libregrtest
- support
- test_asyncio
- test_email
- tkinter
- test/test_ttk
- unittest
- test/testmock
- venv/scripts/common
- wsgiref
- zoneinfo
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+83
-83
lines changed+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
479 | 479 |
|
480 | 480 |
|
481 | 481 |
|
482 |
| - |
| 482 | + |
483 | 483 |
|
484 | 484 |
|
485 | 485 |
|
| ||
492 | 492 |
|
493 | 493 |
|
494 | 494 |
|
495 |
| - |
| 495 | + |
496 | 496 |
|
497 | 497 |
|
498 | 498 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1379 | 1379 |
|
1380 | 1380 |
|
1381 | 1381 |
|
1382 |
| - |
| 1382 | + |
1383 | 1383 |
|
1384 | 1384 |
|
1385 | 1385 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 |
| - |
| 166 | + |
167 | 167 |
|
168 | 168 |
|
169 | 169 |
|
|
Lib/ctypes/test/test_structures.py
Copy file name to clipboardExpand all lines: Lib/ctypes/test/test_structures.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
443 | 443 |
|
444 | 444 |
|
445 | 445 |
|
446 |
| - |
| 446 | + |
447 | 447 |
|
448 | 448 |
|
449 | 449 |
|
450 | 450 |
|
451 | 451 |
|
452 | 452 |
|
453 | 453 |
|
454 |
| - |
| 454 | + |
455 | 455 |
|
456 | 456 |
|
457 | 457 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
| 65 | + |
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
392 | 392 |
|
393 | 393 |
|
394 | 394 |
|
395 |
| - |
| 395 | + |
396 | 396 |
|
397 | 397 |
|
398 | 398 |
|
|
Lib/distutils/command/install.py
Copy file name to clipboardExpand all lines: Lib/distutils/command/install.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
110 | 110 |
|
111 | 111 |
|
112 | 112 |
|
113 |
| - |
| 113 | + |
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
405 | 405 |
|
406 | 406 |
|
407 | 407 |
|
408 |
| - |
| 408 | + |
409 | 409 |
|
410 | 410 |
|
411 | 411 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1175 | 1175 |
|
1176 | 1176 |
|
1177 | 1177 |
|
1178 |
| - |
| 1178 | + |
1179 | 1179 |
|
1180 | 1180 |
|
1181 | 1181 |
|
|
Lib/idlelib/idle_test/htest.py
Copy file name to clipboardExpand all lines: Lib/idlelib/idle_test/htest.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
249 |
| - |
| 249 | + |
250 | 250 |
|
251 | 251 |
|
252 | 252 |
|
| ||
255 | 255 |
|
256 | 256 |
|
257 | 257 |
|
258 |
| - |
| 258 | + |
259 | 259 |
|
260 | 260 |
|
261 | 261 |
|
| ||
341 | 341 |
|
342 | 342 |
|
343 | 343 |
|
344 |
| - |
| 344 | + |
345 | 345 |
|
346 | 346 |
|
347 | 347 |
|
|
Lib/idlelib/idle_test/mock_tk.py
Copy file name to clipboardExpand all lines: Lib/idlelib/idle_test/mock_tk.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
|
Lib/idlelib/idle_test/test_multicall.py
Copy file name to clipboardExpand all lines: Lib/idlelib/idle_test/test_multicall.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
|
Lib/idlelib/idle_test/test_pyparse.py
Copy file name to clipboardExpand all lines: Lib/idlelib/idle_test/test_pyparse.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
284 | 284 |
|
285 | 285 |
|
286 | 286 |
|
287 |
| - |
| 287 | + |
288 | 288 |
|
289 | 289 |
|
290 | 290 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
| 44 | + |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
|
Lib/lib2to3/fixes/fix_metaclass.py
Copy file name to clipboardExpand all lines: Lib/lib2to3/fixes/fix_metaclass.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
|
Lib/lib2to3/fixes/fix_paren.py
Copy file name to clipboardExpand all lines: Lib/lib2to3/fixes/fix_paren.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
157 |
| - |
| 157 | + |
158 | 158 |
|
159 | 159 |
|
160 | 160 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1173 | 1173 |
|
1174 | 1174 |
|
1175 | 1175 |
|
1176 |
| - |
| 1176 | + |
1177 | 1177 |
|
1178 | 1178 |
|
1179 | 1179 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1261 | 1261 |
|
1262 | 1262 |
|
1263 | 1263 |
|
1264 |
| - |
| 1264 | + |
1265 | 1265 |
|
1266 | 1266 |
|
1267 | 1267 |
|
|
Lib/sqlite3/test/test_dbapi.py
Copy file name to clipboardExpand all lines: Lib/sqlite3/test/test_dbapi.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
616 | 616 |
|
617 | 617 |
|
618 | 618 |
|
619 |
| - |
| 619 | + |
620 | 620 |
|
621 | 621 |
|
622 | 622 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
187 |
| - |
| 187 | + |
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4064 | 4064 |
|
4065 | 4065 |
|
4066 | 4066 |
|
4067 |
| - |
| 4067 | + |
4068 | 4068 |
|
4069 | 4069 |
|
4070 | 4070 |
|
| ||
4903 | 4903 |
|
4904 | 4904 |
|
4905 | 4905 |
|
4906 |
| - |
| 4906 | + |
4907 | 4907 |
|
4908 | 4908 |
|
4909 | 4909 |
|
|
Lib/test/decimaltestdata/abs.decTest
Copy file name to clipboardExpand all lines: Lib/test/decimaltestdata/abs.decTest+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
|
Lib/test/decimaltestdata/extra.decTest
Copy file name to clipboardExpand all lines: Lib/test/decimaltestdata/extra.decTest+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
159 |
| - |
| 159 | + |
160 | 160 |
|
161 | 161 |
|
162 | 162 |
|
|
Lib/test/libregrtest/refleak.py
Copy file name to clipboardExpand all lines: Lib/test/libregrtest/refleak.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3723 | 3723 |
|
3724 | 3724 |
|
3725 | 3725 |
|
3726 |
| - |
| 3726 | + |
3727 | 3727 |
|
3728 | 3728 |
|
3729 | 3729 |
|
| ||
3740 | 3740 |
|
3741 | 3741 |
|
3742 | 3742 |
|
3743 |
| - |
| 3743 | + |
3744 | 3744 |
|
3745 | 3745 |
|
3746 | 3746 |
|
|
Lib/test/support/threading_helper.py
Copy file name to clipboardExpand all lines: Lib/test/support/threading_helper.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
160 |
| - |
| 160 | + |
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
|
Lib/test/test__xxsubinterpreters.py
Copy file name to clipboardExpand all lines: Lib/test/test__xxsubinterpreters.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1221 | 1221 |
|
1222 | 1222 |
|
1223 | 1223 |
|
1224 |
| - |
| 1224 | + |
1225 | 1225 |
|
1226 | 1226 |
|
1227 | 1227 |
|
|
Lib/test/test_asyncio/test_streams.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_streams.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
711 | 711 |
|
712 | 712 |
|
713 | 713 |
|
714 |
| - |
| 714 | + |
715 | 715 |
|
716 | 716 |
|
717 | 717 |
|
|
Lib/test/test_asyncio/test_subprocess.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_subprocess.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
228 | 228 |
|
229 | 229 |
|
230 | 230 |
|
231 |
| - |
| 231 | + |
232 | 232 |
|
233 | 233 |
|
234 | 234 |
|
|
Lib/test/test_asyncio/test_tasks.py
Copy file name to clipboardExpand all lines: Lib/test/test_asyncio/test_tasks.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3269 | 3269 |
|
3270 | 3270 |
|
3271 | 3271 |
|
3272 |
| - |
| 3272 | + |
3273 | 3273 |
|
3274 | 3274 |
|
3275 | 3275 |
|
3276 | 3276 |
|
3277 | 3277 |
|
3278 | 3278 |
|
3279 | 3279 |
|
3280 |
| - |
| 3280 | + |
3281 | 3281 |
|
3282 | 3282 |
|
3283 | 3283 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
264 | 264 |
|
265 | 265 |
|
266 | 266 |
|
267 |
| - |
| 267 | + |
268 | 268 |
|
269 | 269 |
|
270 | 270 |
|
|
Lib/test/test_collections.py
Copy file name to clipboardExpand all lines: Lib/test/test_collections.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1594 | 1594 |
|
1595 | 1595 |
|
1596 | 1596 |
|
1597 |
| - |
| 1597 | + |
1598 | 1598 |
|
1599 | 1599 |
|
1600 | 1600 |
|
|
Lib/test/test_dataclasses.py
Copy file name to clipboardExpand all lines: Lib/test/test_dataclasses.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3695 | 3695 |
|
3696 | 3696 |
|
3697 | 3697 |
|
3698 |
| - |
| 3698 | + |
3699 | 3699 |
|
3700 | 3700 |
|
3701 | 3701 |
|
|
0 commit comments