summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* chore: fix typos (#116345)cui fliter2024-03-051-1/+1
* GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...Brett Cannon2024-03-052-4/+8
* gh-116265: Remove obsolete sentence. (#116284)Terry Jan Reedy2024-03-041-4/+2
* GH-116134: JIT aarch64-pc-windows-msvc (GH-116130)Brandt Bucher2024-03-042-0/+20
* GH-115802: Don't JIT zero-length jumps (GH-116177)Brandt Bucher2024-03-041-17/+68
* gh-114258: Argument Clinic: refactor getset implementation (#116170)Erlend E. Aasland2024-03-041-25/+10
* GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228)Brett Cannon2024-03-021-0/+9
* gh-116171: Argument Clinic: disallow overriding return converter for __init__...Erlend E. Aasland2024-03-011-0/+2
* gh-115554: Improved logic for handling multiple existing py.exe launcher inst...Steve Dower2024-03-013-74/+134
* build(deps-dev): bump types-setuptools from 69.0.0.20240125 to 69.1.0.2024030...dependabot[bot]2024-03-011-1/+1
* build(deps): bump hypothesis from 6.97.4 to 6.98.15 in /Tools (#116189)dependabot[bot]2024-03-011-1/+1
* build(deps-dev): bump types-psutil from 5.9.5.20240106 to 5.9.5.20240205 in /...dependabot[bot]2024-03-011-1/+1
* gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...Brett Simmers2024-03-011-0/+5
* gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe...AN Long2024-02-291-0/+1
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-291-4/+0
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-294-19/+46
* gh-112844: Add SBOM for external dependencies (#115789)Seth Michael Larson2024-02-291-17/+91
* gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...Guido van Rossum2024-02-291-4/+4
* gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)Pablo Galindo Salgado2024-02-281-0/+1
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-271-3/+3
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-272-5/+3
* gh-115168: Add pystats counter for invalidated executors (GH-115169)Michael Droettboom2024-02-261-1/+10
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-263-10/+10
* GH-115802: JIT "small" code for macOS and Linux (GH-115826)Brandt Bucher2024-02-262-13/+65
* gh-115778: Add `tierN` annotation for instruction definitions (#115815)Kirill Podoprigora2024-02-238-10/+20
* Remove `ConverterKeywordDict` alias in `clinic.py` (#115843)Nikita Sobolev2024-02-231-3/+1
* GH-113464: Clean up JIT stencil generation (GH-115800)Brandt Bucher2024-02-221-6/+5
* gh-110850: Rename internal PyTime C API functions (#115734)Victor Stinner2024-02-201-0/+1
* Tier 2 cleanups and tweaks (#115534)Guido van Rossum2024-02-201-0/+4
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-2010-36/+174
* GH-112354: Initial implementation of warm up on exits and trace-stitching (GH...Mark Shannon2024-02-207-10/+68
* gh-108303: Move `Lib/test/sortperf.py` to `Tools/scripts` (#114687)Nikita Sobolev2024-02-181-0/+196
* 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