summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* ``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
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-127-30/+131
* gh-112302: Point core developers to SBOM devguide on errors (#113490)Seth Michael Larson2024-01-101-9/+44
* gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)Serhiy Storchaka2024-01-104-17/+19
* gh-89532: Remove LibreSSL workarounds (#28728)Rami2024-01-061-2/+1
* gh-113258: Write frozen modules to the build tree on Windows (GH-113303)Itamar Oren2024-01-031-4/+4
* build(deps): bump hypothesis from 6.91.0 to 6.92.2 in /Tools (#113615)dependabot[bot]2024-01-011-1/+1
* gh-113299: Move cpp.py into libclinic (#113526)Erlend E. Aasland2023-12-272-3/+6
* gh-113317: Rework Argument Clinic cpp.py error handling (#113525)Erlend E. Aasland2023-12-274-34/+42
* gh-112532: Fix peg generator build.py for mimalloc build (gh-113492)Donghee Na2023-12-261-0/+1
* gh-113317: Move more formatting helpers into libclinic (#113438)Erlend E. Aasland2023-12-233-156/+157
* gh-113317: Clean up Argument Clinic global namespace (#113414)Erlend E. Aasland2023-12-233-121/+170
* gh-113317: Remove TextAccumulator type alias from clinic.py (#113413)Erlend E. Aasland2023-12-221-8/+5
* gh-113317: Argument Clinic: tear out internal text accumulator APIs (#113402)Erlend E. Aasland2023-12-221-158/+89
* Bump mypy to 1.8.0 (#113385)Alex Waygood2023-12-212-2/+2
* gh-65701: document that freeze doesn't work with framework builds on macOS (#...Ronald Oussoren2023-12-212-0/+10
* GH-111485: Delete the old generator code. (GH-113321)Mark Shannon2023-12-2111-2627/+103
* gh-113336: Remove the 'version' directive from Argument Clinic (#113341)Erlend E. Aasland2023-12-211-52/+0
* Docs: update URL in Argument Clinic CLI help text (#113351)Erlend E. Aasland2023-12-211-1/+1
* GH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (#113324)Guido van Rossum2023-12-201-1/+1
* gh-113257: Automatically generate pip SBOM metadata from wheel (#113295)Seth Michael Larson2023-12-201-10/+106
* GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)Mark Shannon2023-12-202-1/+54
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-2012-174/+849
* gh-112205: Support docstring for `@getter` (#113160)Donghee Na2023-12-201-7/+31
* gh-112205: Require @getter and @setter to be methods (#113278)Erlend E. Aasland2023-12-191-0/+4