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

gh-153511: Removes Tools/msi, Tools/nuget, and legacy py.exe launcher sources (GH-153512)

21 день назад
buildbot

gh-153511: Removes Tools/msi, Tools/nuget, and legacy py.exe launcher sources (GH-153512)

21 день назад
c-analyzer

gh-155358: Use named attributes with os module (#155366)

6 часов назад
cases_generator

gh-151321: Fix incorrect opcode metadata flags for LOAD_DEREF opcode (GH-154778)

12 дней назад
check-c-api-docs

gh-151941: Fix Sphinx reference warnings in `Doc/c-api/` (GH-152044)

12 дней назад
clinic

gh-155266: Fix Argument Clinic for a lone optional group (GH-155267)

5 дней назад
freeze

gh-65701: document that freeze doesn't work with framework builds on macOS (#113352)

3 года назад
ftscalingbench

gh-145685: per-type method cache implementation (#150160)

21 день назад
gdb

gh-154580: Fix python-gdb.py pretty-printing non-ASCII strings in non-UTF-8 locales (GH-154581)

17 дней назад
i18n

gh-138286: Run ``ruff`` on ``Tools/i18n`` (#138287)

год назад
importbench

gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)

3 года назад
inspection

gh-151428: Remove unused imports from `Tools/` (#151442)

2 месяца назад
jit

gh-151428: Remove unused imports from `Tools/` (#151442)

2 месяца назад
lockbench

gh-145230: Update lockbench (gh-145231)

5 месяцев назад
patchcheck

Remove ``Misc/ACKS`` check from patchcheck, documentation (#141960)

9 месяцев назад
peg_generator

gh-153569: Split tokenizer lexer into focused files (#153585)

месяц назад
picklebench

gh-151428: Remove unused imports from `Tools/` (#151442)

2 месяца назад
pixi-packages

gh-152384: pixi-packages: use `flags` to define variants (#152385)

25 дней назад
scripts

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

9 месяцев назад
ssl

gh-143750: Compile OpenSSL with TSan for TSan CI (#153316)

месяц назад
tsan

gh-117657: Remove remaining TSan suppressions (gh-143499)

7 месяцев назад
ubsan

gh-148286: Fix UB in `ZstdDecompressor.unused_data` when a frame is decompressed in one call (#153258)

месяц назад
unicode

gh-95555: Support Unicode property escapes \p{...} in regular expressions (GH-151969)

2 месяца назад
unittestgui

Remove a redundant assignment in Tools/unittestgui/unittestgui.py (GH-21438)

5 лет назад
wasm

gh-145176 Move Emscripten files into Platforms/emscripten (#145806)

5 месяцев назад
.ruff.toml

gh-151428: Remove unused imports from stdlib (#151478)

2 месяца назад
README

gh-153511: Removes Tools/msi, Tools/nuget, and legacy py.exe launcher sources (GH-153512)

21 день назад
requirements-dev.txt

Update mypy to 2.3 (#154764)

15 дней назад
requirements-hypothesis.txt

Bump `hypothesis` from `6.151.9` to `6.155.3` in `Tools/requirements-hypothesis.txt` (#152758)

месяц назад
README
This directory contains a number of Python programs that are useful
while building or extending Python.
 
build Automatically generated directory by the build system
contain build artifacts and intermediate files.
 
buildbot Batchfiles for running on Windows buildbot workers.
 
c-analyzer Tools to check no new global variables have been added.
 
cases_generator Tooling to generate interpreters.
 
clinic A preprocessor for CPython C files in order to automate
the boilerplate involved with writing argument parsing
code for "builtins".
 
freeze Create a stand-alone executable from a Python program.
 
ftscalingbench Benchmarks for free-threading and finding bottlenecks.
 
gdb Python code to be run inside gdb, to make it easier to
debug Python itself (by David Malcolm).
 
i18n Tools for internationalization. pygettext.py
parses Python source code and generates .pot files,
and msgfmt.py generates a binary message catalog
from a catalog in text format.
 
importbench A set of micro-benchmarks for various import scenarios.
 
inspection Tooling for PEP-678 "Safe external debugger interface for CPython".
 
jit Tooling for building the JIT.
 
lockbench Benchmarks for PyMutex and critical sections.
 
patchcheck Tools for checking and applying patches to the Python source code
and verifying the integrity of patch files.
 
peg_generator PEG-based parser generator (pegen) used for new parser.
 
pixi-packages Pixi package definitions for downstream from-source builds.
 
scripts A number of useful single-file programs, e.g. run_tests.py
which runs the Python test suite.
 
ssl Scripts to generate ssl_data.h from OpenSSL sources, and run
tests against multiple installations of OpenSSL and LibreSSL.
 
tsan Utilities for building CPython with thread-sanitizer.
 
unicode Tools for generating unicodedata and codecs from unicode.org
and other mapping files (by Fredrik Lundh, Marc-Andre Lemburg
and Martin von Loewis).
 
unittestgui A Tkinter based GUI test runner for unittest, with test
discovery.
 
wasm Config and helpers to facilitate cross compilation of CPython
to WebAssembly (WASM).
 
Note: The pynche color editor has moved to https://gitlab.com/warsaw/pynche