8000 gh-102110: Add all tools description missed by Missoupro · Pull Request #102625 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-102110: Add all tools description missed #102625

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 30, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added the suggested changes
  • Loading branch information
Missoupro authored Mar 17, 2023
commit f9bf701e9dbac1f01e6337539a064287ca2ddadd
14 changes: 8 additions & 6 deletions Tools/scripts/README
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +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 A script that checks if the pip package manager is installed
and available on the system.
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 the optimal value for the threshold parameter used
by the built-in divmod function
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 A script that summarizes the stat generated by the Python profiler.
var_access_benchmark.py A script that benchmarks the performance of accessing variables in different scopes.
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
0