summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-100176: Remove outdated Tools/{io,cc,string}bench (#101853)Hugo van Kemenade2024-02-175-2733/+0
* gh-115556: Remove quotes from command-line arguments in test.bat and rt.bat (...Łukasz Langa2024-02-161-10/+16
* gh-115362: Add documentation to pystats output (#115365)Michael Droettboom2024-02-161-77/+224
* gh-113317: Argument Clinic: move C/Py identifier helpers into libclinic (#115...Erlend E. Aasland2024-02-163-29/+45
* gh-113317: Argument Clinic: move linear_format into libclinic (#115518)Erlend E. Aasland2024-02-153-55/+62
* gh-113317: Argument Clinic: inline required_type_for_self_for_parser() in sel...Erlend E. Aasland2024-02-151-9/+4
* gh-113317: Argument Clinic: remove global clinic instance (#115517)Erlend E. Aasland2024-02-151-7/+3
* gh-113317: Argument Clinic: don't use global state in warn() and fail() (#115...Erlend E. Aasland2024-02-151-11/+18
* gh-113317: Argument Clinic: don't use fail() in CLI (#115513)Erlend E. Aasland2024-02-151-2/+2
* gh-114258: Refactor Argument Clinic function name parser (#114930)Erlend E. Aasland2024-02-151-106/+123
* GH-113516: don't set `LDSHARED` when building for WASI (GH-115495)Brett Cannon2024-02-152-2/+1
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-141-0/+2
* gh-112302: Move pip SBOM discovery to release-tools (#115360)Seth Michael Larson2024-02-141-251/+0
* gh-115399: Upgrade bundled libexpat to 2.6.0 (#115431)Seth Michael Larson2024-02-142-1/+5
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-131-4/+4
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-138-53/+251
* GH-113710: Fix updating of dict version tag and add watched dict stats (GH-11...Mark Shannon2024-02-121-1/+1
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-071-5/+2
* gh-112302: Change 'licenseConcluded' field to 'NOASSERTION' (#115038)Seth Michael Larson2024-02-061-5/+7
* gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.13. (#115050)Ned Deily2024-02-061-2/+3
* gh-115015: Argument Clinic: fix generated code for METH_METHOD methods withou...Erlend E. Aasland2024-02-052-1/+2
* GH-108362: Incremental GC implementation (GH-108038)Mark Shannon2024-02-051-2/+5
* gh-115026: Argument Clinic: handle PyBuffer_FillInfo errors in generated code...Nikita Sobolev2024-02-051-1/+3
* Update README.md (#114974)Skip Montanaro2024-02-041-1/+1
* ``Tools/cases_generator``: Fix typos and incorrect comments. (#114892)Kirill Podoprigora2024-02-034-6/+6
* Bump ruff to 0.2.0 (#114932)Alex Waygood2024-02-021-0/+2
* gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...Sam Gross2024-02-011-4/+11
* Update outdated info in ``Tools/cases_generator/README.md`` (#114844)Kirill Podoprigora2024-02-011-7/+21
* build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 in /Tools ...dependabot[bot]2024-02-011-1/+1
* build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools (#114851)dependabot[bot]2024-02-011-1/+1
* build(deps-dev): bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 in /T...dependabot[bot]2024-02-011-1/+1
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-301-0/+2
* GH-80789: Get rid of the ``ensurepip`` infra for many wheels (#109245)Sviatoslav Sydorenko (Святослав Сидоренко)2024-01-301-5/+1
* gh-91325: Skip Stable ABI checks with Py_TRACE_REFS special build (GH-92046)Petr Viktorin2024-01-291-9/+10
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-299-0/+1084
* gh-113055: Use pointer for interp->obmalloc state (gh-113412)Neil Schemenauer2024-01-271-1/+2
* gh-114250: Fetch metadata for pip and its vendored dependencies from PyPI (#1...Seth Michael Larson2024-01-261-50/+213
* gh-114312: Collect stats for unlikely events (GH-114493)Michael Droettboom2024-01-251-1/+21
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-241-0/+8
* gh-112984: Fix link error on free-threaded Windows build (GH-114455)Sam Gross2024-01-231-0/+3
* gh-113317: Don't use global clinic instance in bad_argument() (#114330)Erlend E. Aasland2024-01-231-12/+11
* GH-114448: Don't sort summarize_stats.py histograms by amount of change (GH-1...Michael Droettboom2024-01-221-4/+7
* Fix `wasi.py build` after adding the `clean` subcommand. ({GH-114447)Brett Cannon2024-01-221-1/+2
* Add a `clean` subcommand to `Tools/wasm/wasi.py` (GH-114274)Brett Cannon2024-01-191-7/+24
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-1716-16/+413
* gh-114178: Fix generate_sbom.py for out-of-tree builds (#114179)Erlend E. Aasland2024-01-171-0/+1
* GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)Brett Cannon2024-01-161-6/+5
* GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...Mark Shannon2024-01-154-11/+12
* gh-113317: Move FormatCounterFormatter into libclinic (#114066)Erlend E. Aasland2024-01-143-25/+31
* gh-113317: Move global utility functions into libclinic (#113986)Erlend E. Aasland2024-01-143-56/+65