Commit 7fc0f86
File tree
Expand file treeCollapse file tree
13 files changed
+393
-352
lines changedFilter options
- Doc/whatsnew
- Lib
- test
- test_sqlite3
- Misc/NEWS.d/next/Library
- Python
- Tools/cases_generator
Expand file treeCollapse file tree
13 files changed
+393
-352
lines changed+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
728 | 728 |
|
729 | 729 |
|
730 | 730 |
|
| 731 | + |
| 732 | + |
| 733 | + |
| 734 | + |
| 735 | + |
| 736 | + |
| 737 | + |
| 738 | + |
| 739 | + |
731 | 740 |
|
732 | 741 |
|
733 | 742 |
|
|
+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
| ||
284 | 283 |
|
285 | 284 |
|
286 | 285 |
|
287 |
| - |
| 286 | + |
288 | 287 |
|
289 | 288 |
|
290 | 289 |
|
|
Lib/test/test_sqlite3/test_cli.py
Copy file name to clipboardExpand all lines: Lib/test/test_sqlite3/test_cli.py+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
| 124 | + |
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
| ||
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
133 |
| - |
| 133 | + |
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
141 |
| - |
| 141 | + |
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
| ||
147 | 147 |
|
148 | 148 |
|
149 | 149 |
|
150 |
| - |
| 150 | + |
151 | 151 |
|
152 | 152 |
|
153 | 153 |
|
|
Lib/test/test_sqlite3/test_dbapi.py
Copy file name to clipboardExpand all lines: Lib/test/test_sqlite3/test_dbapi.py+13-24Lines changed: 13 additions & 24 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 |
| - |
63 |
| - |
| 62 | + |
64 | 63 |
|
65 | 64 |
|
66 |
| - |
67 |
| - |
| 65 | + |
68 | 66 |
|
69 | 67 |
|
70 |
| - |
71 |
| - |
| 68 | + |
72 | 69 |
|
73 | 70 |
|
74 |
| - |
75 |
| - |
| 71 | + |
76 | 72 |
|
77 | 73 |
|
78 |
| - |
79 |
| - |
| 74 | + |
80 | 75 |
|
81 | 76 |
|
82 |
| - |
83 |
| - |
| 77 | + |
84 | 78 |
|
85 | 79 |
|
86 |
| - |
87 |
| - |
| 80 | + |
88 | 81 |
|
89 | 82 |
|
90 |
| - |
91 |
| - |
| 83 | + |
92 | 84 |
|
93 | 85 |
|
94 |
| - |
95 |
| - |
| 86 | + |
96 | 87 |
|
97 | 88 |
|
98 |
| - |
99 |
| - |
100 |
| - |
| 89 | + |
101 | 90 |
|
102 | 91 |
|
103 | 92 |
|
| ||
274 | 263 |
|
275 | 264 |
|
276 | 265 |
|
277 |
| - |
| 266 | + |
278 | 267 |
|
279 | 268 |
|
280 | 269 |
|
| ||
288 | 277 |
|
289 | 278 |
|
290 | 279 |
|
291 |
| - |
| 280 | + |
292 | 281 |
|
293 | 282 |
|
294 | 283 |
|
| ||
425 | 414 |
|
426 | 415 |
|
427 | 416 |
|
428 |
| - |
| 417 | + |
429 | 418 |
|
430 | 419 |
|
431 | 420 |
|
|
Lib/test/test_sqlite3/test_factory.py
Copy file name to clipboardExpand all lines: Lib/test/test_sqlite3/test_factory.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
280 | 280 |
|
281 | 281 |
|
282 | 282 |
|
283 |
| - |
| 283 | + |
284 | 284 |
|
285 | 285 |
|
286 | 286 |
|
|
0 commit comments