mirror of https://github.com/python/cpython
de6981680b
Add Python implementations of certain longobject.c functions. These use asymptotically faster algorithms that can be used for operations on integers with many digits. In those cases, the performance overhead of the Python implementation is not significant since the asymptotic behavior is what dominates runtime. Functions provided by this module should be considered private and not part of any public API. Co-author: Tim Peters <tim.peters@gmail.com> Co-author: Mark Dickinson <dickinsm@gmail.com> Co-author: Bjorn Martinsson |
||
---|---|---|
.. | ||
2to3 | ||
README | ||
checkpip.py | ||
combinerefs.py | ||
divmod_threshold.py | ||
idle3 | ||
pydoc3 | ||
run_tests.py | ||
summarize_stats.py | ||
var_access_benchmark.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.