Commit b6f912a
File tree
Expand file treeCollapse file tree
1,339 files changed
+57714
-21100
lines changedFilter options
- .devcontainer
- .github
- ISSUE_TEMPLATE
- workflows
- Android
- testbed
- app
- src
- androidTest/java/org/python/testbed
- main
- java/org/python/testbed
- python
- gradle/wrapper
- Doc
- c-api
- data
- deprecations
- extending
- faq
- howto
- includes/newtypes
- library
- reference
- tools
- extensions
- templates
- tutorial
- using
- whatsnew
- Grammar
- Include
- cpython
- internal
- mimalloc/mimalloc
- InternalDocs
- Lib
- _pyrepl
- asyncio
- compression
- zstd
- concurrent/futures
- ctypes
- curses
- dbm
- email
- encodings
- ensurepip
- _bundled
- html
- http
- idlelib
- json
- logging
- multiprocessing
- pathlib
- pydoc_data
- re
- sqlite3
- string
- sysconfig
- test
- libregrtest
- subprocessdata
- support
- interpreters
- test_ast
- test_asyncio
- test_capi
- test_concurrent_futures
- test_ctypes
- test_dataclasses
- test_doctest
- test_email
- test_free_threading
- test_future_stmt
- test_import
- test_importlib
- import_
- test_inspect
- test_interpreters
- test_json
- test_pathlib
- support
- test_peg_generator
- test_pydoc
- test_pyrepl
- test_sqlite3
- test_string
- test_tkinter
- test_tools
- i18n_data
- test_ttk
- test_unittest
- test_warnings
- test_zipfile
- _path
- test_zoneinfo
- tkinter
- tomllib
- unittest
- urllib
- venv
- wsgiref
- zipfile
- _path
- zoneinfo
- Misc
- NEWS.d
- next
- Build
- C_API
- Core_and_Builtins
- Documentation
- Library
- Security
- Tests
- Tools-Demos
- Windows
- mypy
- Modules
- _ctypes
- clinic
- _hacl
- include/krml
- _io
- clinic
- _sqlite
- clinic
- _ssl
- _testcapi
- _testlimitedcapi
- _zstd
- clinic
- clinic
- Objects
- PC
- PCbuild
- Parser
- lexer
- Programs
- Python
- clinic
- Tools
- build
- c-analyzer/cpython
- cases_generator
- clinic/libclinic
- ftscalingbench
- inspection
- jit
- msi
- dev
- freethreaded
- lib
- peg_generator/pegen
- tsan
- unicode
- wasm
- emscripten
- wasi
- iOS/testbed
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
1,339 files changed
+57714
-21100
lines changed.devcontainer/devcontainer.json
Copy file name to clipboardExpand all lines: .devcontainer/devcontainer.json+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 |
|
5 | 5 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
| ||
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| 71 | + |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
|
+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
| 191 | + |
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
| ||
298 | 298 |
|
299 | 299 |
|
300 | 300 |
|
301 |
| - |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
302 | 307 |
|
303 | 308 |
|
304 | 309 |
|
| ||
326 | 331 |
|
327 | 332 |
|
328 | 333 |
|
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
.github/ISSUE_TEMPLATE/bug.yml
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
.github/ISSUE_TEMPLATE/crash.yml
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/crash.yml+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
|
.github/workflows/build.yml
Copy file name to clipboardExpand all lines: .github/workflows/build.yml+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
19 | 25 |
|
20 | 26 |
|
21 | 27 |
|
|
+28-27Lines changed: 28 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
95 | 95 |
|
96 | 96 |
|
97 | 97 |
|
| 98 | + |
98 | 99 |
|
99 | 100 |
|
100 | 101 |
|
101 |
| - |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
16 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
17 | 23 |
|
18 | 24 |
|
19 | 25 |
|
20 | 26 |
|
21 | 27 |
|
22 |
| - |
23 | 28 |
|
24 | 29 |
|
25 | 30 |
|
| ||
51 | 56 |
|
52 | 57 |
|
53 | 58 |
|
54 |
| - |
55 | 59 |
|
56 | 60 |
|
57 | 61 |
|
|
.github/workflows/posix-deps-apt.sh
Copy file name to clipboardExpand all lines: .github/workflows/posix-deps-apt.sh+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
.github/workflows/reusable-context.yml
Copy file name to clipboardExpand all lines: .github/workflows/reusable-context.yml+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
100 | 103 |
|
101 | 104 |
|
102 | 105 |
|
|
.github/workflows/tail-call.yml
Copy file name to clipboardExpand all lines: .github/workflows/tail-call.yml-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
| 134 | + |
134 | 135 |
|
135 | 136 |
|
136 | 137 |
|
| ||
171 | 172 |
|
172 | 173 |
|
173 | 174 |
|
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
174 | 180 |
|
175 | 181 |
|
+11-7Lines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
25 | 29 |
|
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
48 | 52 |
|
49 |
| - |
| 53 | + |
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
159 | 163 |
|
160 | 164 |
|
161 | 165 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
0 commit comments