mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
Docs: add missing tools to Tools/README (#139150)
Some checks are pending
Tests / Windows MSI (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Ubuntu SSL tests with AWS-LC (push) Blocked by required conditions
Tests / Android (aarch64) (push) Blocked by required conditions
Tests / Android (x86_64) (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
mypy / Run mypy on Lib/_pyrepl (push) Waiting to run
mypy / Run mypy on Lib/test/libregrtest (push) Waiting to run
mypy / Run mypy on Lib/tomllib (push) Waiting to run
mypy / Run mypy on Tools/build (push) Waiting to run
mypy / Run mypy on Tools/cases_generator (push) Waiting to run
mypy / Run mypy on Tools/clinic (push) Waiting to run
mypy / Run mypy on Tools/jit (push) Waiting to run
mypy / Run mypy on Tools/peg_generator (push) Waiting to run
Some checks are pending
Tests / Windows MSI (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Ubuntu SSL tests with AWS-LC (push) Blocked by required conditions
Tests / Android (aarch64) (push) Blocked by required conditions
Tests / Android (x86_64) (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
mypy / Run mypy on Lib/_pyrepl (push) Waiting to run
mypy / Run mypy on Lib/test/libregrtest (push) Waiting to run
mypy / Run mypy on Lib/tomllib (push) Waiting to run
mypy / Run mypy on Tools/build (push) Waiting to run
mypy / Run mypy on Tools/cases_generator (push) Waiting to run
mypy / Run mypy on Tools/clinic (push) Waiting to run
mypy / Run mypy on Tools/jit (push) Waiting to run
mypy / Run mypy on Tools/peg_generator (push) Waiting to run
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
e101f907dc
commit
080faf2d47
1 changed files with 10 additions and 0 deletions
10
Tools/README
10
Tools/README
|
|
@ -16,6 +16,8 @@ clinic A preprocessor for CPython C files in order to automate
|
|||
|
||||
freeze Create a stand-alone executable from a Python program.
|
||||
|
||||
ftscalingbench Benchmarks for free-threading and finding bottlenecks.
|
||||
|
||||
gdb Python code to be run inside gdb, to make it easier to
|
||||
debug Python itself (by David Malcolm).
|
||||
|
||||
|
|
@ -26,6 +28,12 @@ i18n Tools for internationalization. pygettext.py
|
|||
|
||||
importbench A set of micro-benchmarks for various import scenarios.
|
||||
|
||||
inspection Tooling for PEP-678 "Safe external debugger interface for CPython".
|
||||
|
||||
jit Tooling for building the JIT.
|
||||
|
||||
lockbench Benchmarks for PyMutex and critical sections.
|
||||
|
||||
msi Support for packaging Python as an MSI package on Windows.
|
||||
|
||||
nuget Files for the NuGet package manager for .NET.
|
||||
|
|
@ -41,6 +49,8 @@ scripts A number of useful single-file programs, e.g. run_tests.py
|
|||
ssl Scripts to generate ssl_data.h from OpenSSL sources, and run
|
||||
tests against multiple installations of OpenSSL and LibreSSL.
|
||||
|
||||
tsan Utilities for building CPython with thread-sanitizer.
|
||||
|
||||
tz A script to dump timezone from /usr/share/zoneinfo.
|
||||
|
||||
unicode Tools for generating unicodedata and codecs from unicode.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue