mirror of
https://github.com/python/cpython.git
synced 2025-07-07 11:25:30 +00:00
![]()
Some checks are pending
Tests / (push) Blocked by required conditions
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 / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Cross build Linux (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 / Undefined behavior sanitizer (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: Terry Jan Reedy <tjreedy@udel.edu> |
||
---|---|---|
.. | ||
checkpip.py | ||
combinerefs.py | ||
divmod_threshold.py | ||
idle3 | ||
long_conv_tables.py | ||
pydoc3 | ||
README | ||
sortperf.py | ||
summarize_stats.py | ||
var_access_benchmark.py |
This directory contains a collection of executable Python scripts that are useful while building, extending or managing Python. checkpip.py Checks the version of the projects bundled in ensurepip are the latest available combinerefs.py A helper for analyzing PYTHONDUMPREFS output divmod_threshold.py Determine threshold for switching from longobject.c divmod to _pylong.int_divmod() idle3 Main program to start IDLE pydoc3 Python documentation browser run_tests.py Run the test suite with more sensible default options summarize_stats.py Summarize specialization stats for all files in the default stats folders var_access_benchmark.py Show relative speeds of local, nonlocal, global, and built-in access