facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
17 lines
978 B
Plaintext
17 lines
978 B
Plaintext
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
|
|
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
|