Commit fd5cd26
authored
File tree
18 files changed
+70
-22
lines changedFilter options
- Lib
- _pyrepl
- test/test_pyrepl
- Misc/NEWS.d/next/Library
- Modules
- _ctypes/clinic
- _io/clinic
- clinic
- Python
- Tools/clinic/libclinic
18 files changed
+70
-22
lines changedLib/_pyrepl/simple_interact.py
Copy file name to clipboardExpand all lines: Lib/_pyrepl/simple_interact.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 |
| - |
99 |
| - |
| 98 | + |
| 99 | + |
100 | 100 |
|
101 | 101 |
|
102 | 102 |
|
|
Lib/test/test_pyrepl/test_interact.py
Copy file name to clipboardExpand all lines: Lib/test/test_pyrepl/test_interact.py+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
631 | 631 |
|
632 | 632 |
|
633 | 633 |
|
634 |
| - |
| 634 | + |
| 635 | + |
| 636 | + |
635 | 637 |
|
636 | 638 |
|
637 | 639 |
|
|
Misc/NEWS.d/next/Library/2024-05-23-22-29-59.gh-issue-119443.KAGz6S.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
Misc/NEWS.d/next/Library/2024-05-25-20-15-26.gh-issue-119555.mvHbEL.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
Modules/_ctypes/clinic/_ctypes.c.h
Copy file name to clipboardExpand all lines: Modules/_ctypes/clinic/_ctypes.c.h+4-1Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/_io/clinic/bufferedio.c.h
Copy file name to clipboardExpand all lines: Modules/_io/clinic/bufferedio.c.h+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/_io/clinic/iobase.c.h
Copy file name to clipboardExpand all lines: Modules/_io/clinic/iobase.c.h+4-1Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/_io/clinic/textio.c.h
Copy file name to clipboardExpand all lines: Modules/_io/clinic/textio.c.h+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/clinic/_curses_panel.c.h
Copy file name to clipboardExpand all lines: Modules/clinic/_curses_panel.c.h+4-1Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/clinic/_dbmmodule.c.h
Copy file name to clipboardExpand all lines: Modules/clinic/_dbmmodule.c.h+4-1Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/clinic/_elementtree.c.h
Copy file name to clipboardExpand all lines: Modules/clinic/_elementtree.c.h+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/clinic/_gdbmmodule.c.h
Copy file name to clipboardExpand all lines: Modules/clinic/_gdbmmodule.c.h+4-1Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Modules/clinic/arraymodule.c.h
Copy file name to clipboardExpand all lines: Modules/clinic/arraymodule.c.h+4-1Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
311 | 311 |
|
312 | 312 |
|
313 | 313 |
|
| 314 | + |
314 | 315 |
|
315 | 316 |
|
316 | 317 |
|
|
Tools/clinic/libclinic/parse_args.py
Copy file name to clipboardExpand all lines: Tools/clinic/libclinic/parse_args.py+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
| 41 | + |
| 42 | + |
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
| ||
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
| 55 | + |
| 56 | + |
| 57 | + |
53 | 58 |
|
54 | 59 |
|
55 | 60 |
|
| ||
73 | 78 |
|
74 | 79 |
|
75 | 80 |
|
76 |
| - |
77 |
| - |
78 |
| - |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
79 | 85 |
|
80 | 86 |
|
81 | 87 |
|
|
0 commit comments