cpython/Tools
Miss Islington (bot) b0104a9cfe
[3.14] gh-133403: Add type annotations to generate_levenshtein_examples.py (GH-143317) (#148734)
Co-authored-by: John Seong <39040639+sandole@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2026-04-19 12:22:26 +03:00
..
build [3.14] gh-133403: Add type annotations to generate_levenshtein_examples.py (GH-143317) (#148734) 2026-04-19 12:22:26 +03:00
buildbot
c-analyzer [3.14] gh-144545: Improve handling of default values in Argument Clinic (GH-146016) (GH-146052) 2026-03-17 10:55:15 +00:00
cases_generator [3.14] gh-138264: Fix gcc 14 compiler warnings (GH-138265) (GH-138426) 2025-10-07 22:26:05 +02:00
check-c-api-docs [3.14] gh-141004: Document missing type flags (GH-145127) (GH-145316) 2026-02-27 15:17:35 +00:00
clinic [3.14] gh-144545: Improve handling of default values in Argument Clinic (GH-146016) (GH-146052) 2026-03-17 10:55:15 +00:00
freeze
ftscalingbench [3.14] gh-146041: Avoid lock in sys.intern() for already interned strings (gh-146072) (#146390) 2026-03-24 21:42:19 -04:00
gdb [3.14] gh-142095: Use thread local frame info in py-bt and py-bt-full when available (gh-143371) (#143566) 2026-01-08 12:35:31 -05:00
i18n [3.14] gh-138286: Run `ruff on Tools/i18n` (GH-138287) (#138513) 2025-09-05 11:28:56 +00:00
importbench
jit [3.14] GH-146128: Remove the buggy AArch64 "33rx" relocation (GH-146263) (#148198) 2026-04-07 14:05:47 +03:00
lockbench
msi [3.14] gh-138896: Fix error installing C runtime on non-updated Windows machines (GH-138932) (#139034) 2025-09-17 17:22:41 +03:00
nuget
patchcheck
peg_generator [3.14] gh-145783: Propagate errors raised in NEW_TYPE_COMMENT (GH-145784) (#145926) 2026-03-13 18:08:04 +00:00
scripts
ssl [3.14] gh-144551: Update CI to use latest OpenSSL versions (GH-144794) (#144799) 2026-02-13 22:31:27 +02:00
tsan [3.14] gh-133467: fix data race in type_set_name (GH-137302) (#137303) 2025-10-07 18:18:23 +00:00
tz
unicode [3.14] gh-80667: Fix lookup for Tangut ideographs in unicodedata (GH-144789) (GH-144871) 2026-02-16 14:25:43 +02:00
unittestgui
wasm [3.14] gh-145176 Move Emscripten files into Platforms/emscripten (GH-145806) (#146043) 2026-03-17 10:17:47 +08:00
README
requirements-dev.txt [3.14] Bump mypy to 1.19.1 (GH-145956) (#145971) 2026-03-15 10:16:05 +00:00
requirements-hypothesis.txt [3.14] gh-136297: Fix hypothesis and subTest usage in test_zoneinfo_property.py (GH-136384) (#136407) 2025-07-08 08:16:51 +00:00

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.

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.

msi             Support for packaging Python as an MSI package on Windows.

nuget           Files for the NuGet package manager for .NET.

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.

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.

tz              A script to dump timezone from /usr/share/zoneinfo.

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