Commit c03babc
committed
Merge remote-tracking branch 'origin/main' into call-len
* origin/main: (111 commits)
pythongh-91048: Add filename and line number to external inspection routines (pythonGH-133385)
pythongh-131178: Add tests for `ast` command-line interface (python#133329)
Regenerate pcbuild.sln in Visual Studio 2022 (python#133394)
pythongh-133042: disable HACL* HMAC on Emscripten (python#133064)
pythongh-133351: Fix remote PDB's multi-line block tab completion (python#133387)
pythongh-109700: Improve stress tests for interpreter creation (pythonGH-109946)
pythongh-81793: Skip tests for os.link() to symlink on Android (pythonGH-133388)
pythongh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after moving const folding to the peephole optimizier (python#131830)
pythongh-91048: Relax test_async_global_awaited_by to fix flakyness (python#133368)
pythongh-132457: make staticmethod and classmethod generic (python#132460)
pythongh-132805: annotationlib: Fix handling of non-constant values in FORWARDREF (python#132812)
pythongh-132426: Add get_annotate_from_class_namespace replacing get_annotate_function (python#132490)
pythongh-81793: Always call linkat() from os.link(), if available (pythonGH-132517)
pythongh-122559: Synchronize C and Python implementation of the io module about pickling (pythonGH-122628)
pythongh-69605: Add PyREPL import autocomplete feature to 'What's New' (python#133358)
bpo-44172: Keep reference to original window in curses subwindow objects (pythonGH-26226)
pythonGH-133231: Changes to executor management to support proposed `sys._jit` module (pythonGH-133287)
pythongh-133363: Fix Cmd completion for lines beginning with `! ` (python#133364)
pythongh-132983: Introduce `_zstd` bindings module (pythonGH-133027)
pythonGH-91048: Add utils for printing the call stack for asyncio tasks (python#133284)
...File tree
398 files changed
+21154
-5006
lines changed- .github
- workflows
- Android
- Doc
- c-api
- deprecations
- howto
- library
- reference
- whatsnew
- Grammar
- Include
- cpython
- internal
- InternalDocs
- Lib
- _pyrepl
- asyncio
- ctypes
- email
- ensurepip
- _bundled
- idlelib
- re
- string
- test
- support
- test_ast
- data
- test_asyncio
- test_capi
- test_ctypes
- test_import
- test_inspect
- test_interpreters
- test_pydoc
- test_pyrepl
- test_string
- test_tkinter
- test_tools
- test_ttk
- test_warnings
- test_zoneinfo
- tkinter
- tomllib
- urllib
- zipfile/_path
- zoneinfo
- Misc
- NEWS.d/next
- Build
- C_API
- Core_and_Builtins
- IDLE
- Library
- mypy
- Modules
- _ctypes
- clinic
- _hacl
- _io
- _testcapi
- clinic
- _zstd
- clinic
- clinic
- Objects
- clinic
- PCbuild
- PC/layout/support
- Parser
- lexer
- tokenizer
- Programs
- Python
- Tools
- build
- c-analyzer
- cpython
- cases_generator
- 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.
398 files changed
+21154
-5006
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 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 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| 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 | + | |
| 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 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 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 | | |
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
0 commit comments