/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cpython/
Tools/scripts/
..
README

gh-139198: Remove `Tools/scripts/checkpip.py` script (GH-139199)

9 месяцев назад
combinerefs.py

bpo-39573: Use the Py_TYPE() macro (GH-21433)

6 лет назад
divmod_threshold.py

gh-90716: add _pylong.py module (#96673)

4 года назад
idle3

gh-93939: Create and install scripts in Makefile (GH-94324)

4 года назад
long_conv_tables.py

gh-130599: use static constants str-to-int conversion (gh-130714)

год назад
pydoc3

install idle and pydoc with a 3 suffix #5756

17 лет назад
sortperf.py

gh-116576: Fix `Tools/scripts/sortperf.py` sorting the same list (#116577)

2 года назад
summarize_stats.py

Doc: fix duplicated words (#136086)

год назад
var_access_benchmark.py

bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_benchmark.py (GH-11905)

7 лет назад
README
This directory contains a collection of executable Python scripts that are
useful while building, extending or managing Python.
 
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