summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/README
diff options
context:
space:
mode:
authorMissoupro <80458944+Missoupro@users.noreply.github.com>2023-03-30 20:49:07 (GMT)
committerGitHub <noreply@github.com>2023-03-30 20:49:07 (GMT)
commit01a49d17454b9072a0c46b550573ea430048684a (patch)
tree71a3f62eaa469afdd22d3621ac729a8e3bbc4156 /Tools/scripts/README
parentecc5441505cd7cb54f3d38409c732e2e9f102137 (diff)
downloadcpython-01a49d17454b9072a0c46b550573ea430048684a.zip
cpython-01a49d17454b9072a0c46b550573ea430048684a.tar.gz
cpython-01a49d17454b9072a0c46b550573ea430048684a.tar.bz2
gh-102110: Add all tools description missed (GH-102625)
Added missing descriptions of some tools. Automerge-Triggered-By: GH:hugovk
Diffstat (limited to 'Tools/scripts/README')
-rw-r--r--Tools/scripts/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README
index b952268..9dbb89a 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -2,9 +2,15 @@ This directory contains a collection of executable Python scripts that are
useful while building, extending or managing Python.
2to3 Main script for running the 2to3 conversion tool
+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
-parse_html5_entities.py Utility for parsing HTML5 entity definitions
pydoc3 Python documentation browser
run_tests.py Run the test suite with more sensible default options
-stable_abi.py Stable ABI checks and file generators.
+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