mirror of https://github.com/python/cpython
d09d2c7c91
The "pyperf command" tool be used instead. Example: $ python3 -m pyperf command -- python3 -c pass ..................... command: Mean +- std dev: 17.8 ms +- 0.4 ms pyperf also computes the standard deviation which gives an idea of the benchmark looks reliable or not. |
||
---|---|---|
.. | ||
2to3 | ||
README | ||
check_extension_modules.py | ||
checkpip.py | ||
combinerefs.py | ||
deepfreeze.py | ||
freeze_modules.py | ||
generate_global_objects.py | ||
generate_levenshtein_examples.py | ||
generate_opcode_h.py | ||
generate_re_casefix.py | ||
generate_sre_constants.py | ||
generate_stdlib_module_names.py | ||
generate_token.py | ||
idle3 | ||
parse_html5_entities.py | ||
pydoc3 | ||
run_tests.py | ||
smelly.py | ||
stable_abi.py | ||
summarize_stats.py | ||
umarshal.py | ||
update_file.py | ||
var_access_benchmark.py | ||
verify_ensurepip_wheels.py |
README
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 combinerefs.py A helper for analyzing PYTHONDUMPREFS output 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.