Skip to content

Commit 8aa1920

Browse files
Merge branch 'main' into str-format-errors
2 parents 380157d + 29f1e77 commit 8aa1920

File tree

954 files changed

+130856
-27734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

954 files changed

+130856
-27734
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ PCbuild/readme.txt dos
6868
**/clinic/*.cpp.h generated
6969
**/clinic/*.h.h generated
7070
*_db.h generated
71+
Doc/_static/tachyon-example-*.html generated
7172
Doc/c-api/lifecycle.dot.svg generated
7273
Doc/data/stable_abi.dat generated
7374
Doc/library/token-list.inc generated
@@ -82,12 +83,15 @@ Include/opcode.h generated
8283
Include/opcode_ids.h generated
8384
Include/token.h generated
8485
Lib/_opcode_metadata.py generated
85-
Lib/keyword.py generated
8686
Lib/idlelib/help.html generated
87+
Lib/keyword.py generated
88+
Lib/pydoc_data/topics.py generated
89+
Lib/pydoc_data/module_docs.py generated
8790
Lib/test/certdata/*.pem generated
8891
Lib/test/certdata/*.0 generated
8992
Lib/test/levenshtein_examples.json generated
9093
Lib/test/test_stable_abi_ctypes.py generated
94+
Lib/test/test_zoneinfo/data/*.json generated
9195
Lib/token.py generated
9296
Misc/sbom.spdx.json generated
9397
Objects/typeslots.inc generated

.github/CODEOWNERS

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
.azure-pipelines/ @AA-Turner
6464

6565
# GitHub & related scripts
66-
.github/ @ezio-melotti @hugovk @AA-Turner
67-
Tools/build/compute-changes.py @AA-Turner
66+
.github/ @ezio-melotti @hugovk @AA-Turner @webknjaz
67+
Tools/build/compute-changes.py @AA-Turner @hugovk @webknjaz
6868
Tools/build/verify_ensurepip_wheels.py @AA-Turner @pfmoore @pradyunsg
6969

7070
# Pre-commit
@@ -126,6 +126,9 @@ Doc/howto/clinic.rst @erlend-aasland @AA-Turner
126126
# C Analyser
127127
Tools/c-analyzer/ @ericsnowcurrently
128128

129+
# C API Documentation Checks
130+
Tools/check-c-api-docs/ @ZeroIntensity
131+
129132
# Fuzzing
130133
Modules/_xxtestfuzz/ @ammaraskar
131134

@@ -140,6 +143,9 @@ Misc/externals.spdx.json @sethmlarson
140143
Misc/sbom.spdx.json @sethmlarson
141144
Tools/build/generate_sbom.py @sethmlarson
142145

146+
# ABI check
147+
Misc/libabigail.abignore @encukou
148+
143149

144150
# ----------------------------------------------------------------------------
145151
# Platform Support
@@ -170,9 +176,10 @@ Tools/wasm/config.site-wasm32-emscripten @freakboy3742 @emmatyping
170176
Tools/wasm/emscripten @freakboy3742 @emmatyping
171177

172178
# WebAssembly (WASI)
173-
Tools/wasm/wasi-env @brettcannon @emmatyping
174-
Tools/wasm/wasi.py @brettcannon @emmatyping
175-
Tools/wasm/wasi @brettcannon @emmatyping
179+
Platforms/WASI @brettcannon @emmatyping @savannahostrowski
180+
Tools/wasm/wasi-env @brettcannon @emmatyping @savannahostrowski
181+
Tools/wasm/wasi.py @brettcannon @emmatyping @savannahostrowski
182+
Tools/wasm/wasi @brettcannon @emmatyping @savannahostrowski
176183

177184
# Windows
178185
PC/ @python/windows-team
@@ -286,10 +293,10 @@ Tools/jit/ @brandtbucher @savannahostrowski @diegorusso
286293
InternalDocs/jit.md @brandtbucher @savannahostrowski @diegorusso @AA-Turner
287294

288295
# Micro-op / μop / Tier 2 Optimiser
289-
Python/optimizer.c @markshannon
290-
Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner
291-
Python/optimizer_bytecodes.c @markshannon @tomasr8 @Fidget-Spinner
292-
Python/optimizer_symbols.c @markshannon @tomasr8
296+
Python/optimizer.c @markshannon @Fidget-Spinner
297+
Python/optimizer_analysis.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski
298+
Python/optimizer_bytecodes.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski
299+
Python/optimizer_symbols.c @markshannon @tomasr8 @Fidget-Spinner @savannahostrowski
293300

294301
# Parser, Lexer, and Grammar
295302
Grammar/python.gram @pablogsal @lysnikolaou
@@ -319,7 +326,7 @@ Tools/build/generate_global_objects.py @ericsnowcurrently
319326
# Remote Debugging
320327
Python/remote_debug.h @pablogsal
321328
Python/remote_debugging.c @pablogsal
322-
Modules/_remote_debugging_module.c @pablogsal @ambv @1st1
329+
Modules/_remote_debugging/ @pablogsal
323330

324331
# Sub-Interpreters
325332
**/*crossinterp* @ericsnowcurrently
@@ -534,6 +541,11 @@ Lib/pydoc.py @AA-Turner
534541
Lib/pydoc_data/ @AA-Turner
535542
Lib/test/test_pydoc/ @AA-Turner
536543

544+
# Profiling (Sampling)
545+
Doc/library/profiling*.rst @pablogsal
546+
Lib/profiling/ @pablogsal
547+
Lib/test/test_profiling/ @pablogsal
548+
537549
# PyREPL
538550
Lib/_pyrepl/ @pablogsal @lysnikolaou @ambv
539551
Lib/test/test_pyrepl/ @pablogsal @lysnikolaou @ambv

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ contact_links:
55
- name: "Proposing new features"
66
about: "Submit major feature proposal (e.g. syntax changes) to an ideas forum first."
77
url: "https://discuss.python.org/c/ideas/6"
8+
- name: "Python Install Manager issues"
9+
about: "Report issues with the Python Install Manager (for Windows)"
10+
url: "https://github.com/python/pymanager/issues"

.github/workflows/add-issue-header.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
issues: write
2121
timeout-minutes: 5
2222
steps:
23-
- uses: actions/github-script@v7
23+
- uses: actions/github-script@v8
2424
with:
2525
# language=JavaScript
2626
script: |

0 commit comments

Comments
 (0)