summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)Irit Katriel2023-10-264-9/+9
* GH-111213: Fix a few broken stats (GH-111216)Mark Shannon2023-10-261-6/+18
* Bump test deps: `ruff` and `mypy` (#111288)Artyom Romanov2023-10-251-1/+1
* gh-110019: Refactor summarize_stats (GH-110398)Michael Droettboom2023-10-241-791/+1041
* gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)Nikita Sobolev2023-10-241-1/+1
* gh-67565: Remove redundant C-contiguity checks (GH-105521)Furkan Onder2023-10-231-12/+1
* gh-110964: clinic: refactor output_templates() (#110982)Victor Stinner2023-10-201-56/+53
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-0/+22
* gh-85283: Fix Argument Clinic for md5 extension (#110976)Victor Stinner2023-10-171-3/+2
* gh-85283: Build md5 extension with limited C API (#110967)Victor Stinner2023-10-171-0/+1
* Bump test deps: `ruff` and `pre-commit-hooks` (#110972)Nikita Sobolev2023-10-171-2/+2
* gh-110907: AC: Disallow using `*` with vararg (#110908)Nikita Sobolev2023-10-161-0/+9
* gh-110805: Fix test_peg_generator after the change in the parser for REPL tra...Pablo Galindo Salgado2023-10-131-1/+1
* gh-106212: Raise when using c-analyzer with clang on darwin (#110757)Lysandros Nikolaou2023-10-131-0/+3
* GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...Mark Shannon2023-10-121-3/+3
* gh-71587: Establish global state in `_datetime` (#110475)Erlend E. Aasland2023-10-121-9/+1
* gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)Lysandros Nikolaou2023-10-122-3/+12
* gh-109408: Revert pre-commit whitespace checks pending portable solution (#11...Hugo van Kemenade2023-10-111-10/+110
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-111-1/+1
* GH-109408: Move the C file whitespace check from patchcheck to pre-commit (#1...Adam Turner2023-10-102-90/+8
* gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#11...Alex Waygood2023-10-102-1/+16
* GH-109408: Move the Python file whitespace check from patchcheck to pre-commi...Adam Turner2023-10-101-25/+7
* gh-109408: Add the docs whitespace check from patchcheck to pre-commit (#109854)Hugo van Kemenade2023-10-101-32/+12
* gh-110558: Run ruff on Argument Clinic in CI (#110559)Alex Waygood2023-10-102-3/+14
* gh-106765: Updates Windows installer build instructions to clarify system req...Ashish Shirodkar2023-10-091-0/+7
* gh-106078: Suppress the warning caused by multi-phase initialization of `deci...Charlie Zhao2023-10-061-0/+3
* gh-103053: Fix test_tools.test_freeze on FreeBSD (#110451)Victor Stinner2023-10-061-14/+19
* gh-109287: fix overrides in cases generator (#110419)Carl Meyer2023-10-053-31/+2
* gh-109329: Add stat for "trace too short" (GH-110402)Michael Droettboom2023-10-051-0/+2
* gh-88402: Add new sysconfig variables on Windows (GH-110049)Sam Gross2023-10-041-1/+1
* GH-109329: Add tier 2 stats (GH-109913)Michael Droettboom2023-10-041-114/+356
* gh-104909: Split more LOAD_ATTR specializations (GH-110317)Guido van Rossum2023-10-041-0/+2
* gh-109979: Auto-generate the target for DEOPT_IF() (#110193)Guido van Rossum2023-10-034-18/+44
* gh-108494: Document how to add a project in PCbuild/readme.txt (#110077)Victor Stinner2023-10-021-9/+9
* build(deps): bump hypothesis from 6.84.0 to 6.87.1 in /Tools (#110174)dependabot[bot]2023-10-011-1/+1
* PEG generator: bump types-setuptools from 68.1.0.1 to 68.2.0.0 (#110175)dependabot[bot]2023-10-011-1/+1
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-013-3/+10
* gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)Victor Stinner2023-09-301-78/+0
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-301-1/+6
* gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146)Victor Stinner2023-09-301-0/+4
* gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multissltests...Ned Deily2023-09-281-3/+3
* gh-104909: Split some more insts into ops (#109943)Guido van Rossum2023-09-272-0/+69
* gh-109615: Fix support test_copy_python_src_ignore() (#109958)Victor Stinner2023-09-272-2/+16
* gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)Victor Stinner2023-09-271-47/+7
* gh-109098: Fuzz re module instead of internal sre (#109911)Ammar Askar2023-09-261-3/+3
* Fix argument ordering of embuilder command documented in `Tools/wasm/README.m...OmniTroid2023-09-261-1/+1
* gh-109566: regrtest reexecutes the process (#109909)Victor Stinner2023-09-261-7/+3
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-262-14/+4
* Code: Update Donghee Na's name (#109744)Hugo van Kemenade2023-09-254-4/+4
* gh-109596: Ensure repeated rules in the grammar are not allowed and fix incor...Pablo Galindo Salgado2023-09-221-1/+7