summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-111489: Remove _PyTuple_FromArray() alias (#139973)Victor Stinner2025-10-111-3/+2
* Replace obsolete platforms with more recent examples (#132455)partev2025-10-101-2/+2
* gh-137025: Update Emscripten Build Docs (#137312)adam j hartz2025-10-091-60/+6
* gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752)sobolevn2025-10-084-17/+10
* gh-139748: fix leaks in AC error paths when using unicode FS-based converters...Bénédikt Tran2025-10-081-0/+20
* GH-139590: Run `ruff format` on pre-commit for Tools/wasm (#139591)Savannah Ostrowski2025-10-087-149/+302
* gh-138497: Support LLVM_VERSION configuration via env (#138498)danigm2025-10-074-23/+50
* gh-139573: Update OpenSSL in CI (GH-139577)Zachary Ware2025-10-051-5/+5
* gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)Sergey Miryanov2025-10-031-0/+2
* gh-92266: Update pre-commit (#139411)Hugo van Kemenade2025-10-013-9/+0
* gh-139330: Check expat version/checksum in SBOM with refresh.shSeth Michael Larson2025-09-251-2/+2
* gh-133059: Increase the small positive integer cache to 1024 (GH-133160)dgpb2025-09-241-2/+2
* GH-139040: Add Dev Container instructions in JIT README (#139041)Savannah Bailey2025-09-221-0/+4
* Docs: add missing tools to `Tools/README` (#139150)sobolevn2025-09-211-0/+10
* GH-137218: Update `make` for JIT stencils (#137265)Savannah Bailey2025-09-191-5/+12
* gh-64490: Argument Clinic: Add support for ``**kwds`` (#138344)Adam Turner2025-09-186-12/+151
* gh-139109: Dynamic opcode targets (GH-139111)Ken Jin2025-09-182-3/+4
* gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)Victor Stinner2025-09-182-8/+8
* gh-138970: Add general metadata system to the peg generator (#138971)Pablo Galindo Salgado2025-09-184-26/+67
* GH-92266: Remove embedded tabs from ``c-analyzer/cpython/_parser.py`` (#137622)Adam Turner2025-09-171-259/+243
* gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten ...Hood Chatham2025-09-172-0/+55
* gh-138896: Fix error installing C runtime on non-updated Windows machines (GH...adang13452025-09-171-2/+2
* GH-129805: Clean up some changes from GH-129806 (GH-133540)Brandt Bucher2025-09-162-18/+5
* GH-132732: Remove textwrap import (#138933)Savannah Bailey2025-09-151-1/+0
* GH-132732: Use pure op machinery to optimize various instructions with `_POP_...Savannah Bailey2025-09-151-12/+24
* closes gh-138706: update Unicode to 17.0.0 (#138719)Benjamin Peterson2025-09-111-3/+4
* gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (#138510)Adam Turner2025-09-081-10/+29
* gh-138515: Include email module in Emscripten build (gh-138520)Gyeongjae Choi2025-09-051-1/+0
* gh-138281: Remove unused `topsort` and bump minimal version in `peg_generator...sobolevn2025-09-032-50/+2
* gh-138281: Run `ruff` on `Tools/peg_generator` (#138282)sobolevn2025-09-0315-236/+246
* gh-138264: Fix gcc 14 compiler warnings (GH-138265)Serhiy Storchaka2025-09-031-1/+1
* gh-133158: Adjust c-analyzer `max_sizes` for `typeobject.c` (GH-133159)Sergey Miryanov2025-09-023-5/+33
* gh-135763: AC: Implement ``allow_negative`` for ``Py_ssize_t`` (#138150)Christoph Walcher2025-09-011-8/+29
* gh-138286: Run ``ruff`` on ``Tools/i18n`` (#138287)Stan Ulbrych2025-08-314-20/+30
* gh-138279: Remove unused attr in RuleCollectorVisitor in parser_generator.py ...chemelnucfin2025-08-311-3/+2
* gh-138061: Exclude __pycache__ directory from the computed digest in the JIT...alm2025-08-301-0/+3
* gh-138158: Use the `"data"` tarfile extraction filter in `Tools/ssl/multisslt...Tommaso Bona2025-08-301-1/+1
* gh-138257: Fix internal `RuleCollectorVisitor` attribute name (#138208)chemelnucfin2025-08-301-1/+1
* GH-137959: Replace shim code in jitted code with a single trampoline function...Mark Shannon2025-08-215-22/+23
* gh-137964: Remove the "experimental" designation from the Windows installer (...Itamar Oren2025-08-191-1/+1
* gh-123681: Check NORMALIZE_CENTURY behavior at runtime; require C99 (GH-136022)Petr Viktorin2025-08-191-0/+1
* GH-137623: Use an AC decorator for docstring line length enforcement (#137690)Adam Turner2025-08-182-306/+22
* gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)Petr Viktorin2025-08-181-0/+1
* gh-137729: Fix support for locales with @-modifiers (GH-137253)Serhiy Storchaka2025-08-181-1/+12
* gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (#137700)sobolevn2025-08-142-9/+24
* gh-132339: Add support for OpenSSL 3.5 (GH-137720)Zachary Ware2025-08-141-6/+6
* GH-137623: Begin enforcing docstring length in Argument Clinic (#137624)Adam Turner2025-08-123-0/+335
* gh-133403: Check `generate_stdlib_module_names` and `check_extension_modules`...sobolevn2025-08-123-42/+63
* GH-132532: Add new DSL macros to better declare semantics of exits at ends of...Mark Shannon2025-08-095-8/+42
* Bump mypy to 1.17.1 (#137542)sobolevn2025-08-081-3/+3