summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)Miss Islington (bot)2024-05-221-2/+2
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-221-0/+2
* [3.13] gh-112844: Update CPE references for external dependencies (GH-118521)...Miss Islington (bot)2024-05-201-1/+15
* [3.13] GH-118943: Fix a race condition when generating jit_stencils.h (GH-119...Miss Islington (bot)2024-05-161-7/+12
* [3.13] Explain how to install LLVM on Fedora (GH-119100)Miss Islington (bot)2024-05-161-0/+6
* [3.13] GH-118836: Fix JIT build error when SHT_NOTE section is present (GH-11...Miss Islington (bot)2024-05-131-0/+1
* [3.13] gh-117657: Log TSAN warnings to separate files and archive them (GH-11...Miss Islington (bot)2024-05-101-0/+3
* [3.13] gh-117657: Fix QSBR race condition (GH-118843) (#118905)Miss Islington (bot)2024-05-101-1/+0
* [3.13] gh-117657: Fix data races reported by TSAN on `interp->threads.main` (...Miss Islington (bot)2024-05-101-2/+0
* [3.13] gh-117657: Replace TSAN suppresions with more specific rules (GH-11872...Miss Islington (bot)2024-05-091-24/+81
* [3.13] gh-117657: Fix data races when writing / reading `ob_gc_bits` (GH-1182...Miss Islington (bot)2024-05-081-3/+0
* gh-118671: Updated dead ActiveState links (#118730)trag1c2024-05-081-2/+2
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+2
* build(deps): bump hypothesis from 6.100.0 to 6.100.2 in /Tools (#118462)dependabot[bot]2024-05-041-1/+1
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-041-0/+1
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+1
* GH-113464: Generate a more efficient JIT (GH-118512)Brandt Bucher2024-05-032-81/+142
* gh-117657: Disable the function/code cache in free-threaded builds (#118301)mpage2024-05-031-1/+0
* GH-118251: Skip fewer test in emulated JIT CI (GH-118536)Savannah Ostrowski2024-05-031-0/+79
* GH-118487: Add Black to `.pre-commit-config.yaml` for JIT files (GH-118537)Savannah Ostrowski2024-05-031-2/+9
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-031-0/+2
* gh-116738: Make `_codecs` module thread-safe (#117530)Brett Simmers2024-05-021-1/+1
* GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...Mark Shannon2024-05-021-1/+0
* gdb/libpython.py: Update PyLongObjectPtr docstring (GH-118438)Andrej2024-05-021-6/+10
* GH-113464: Display a warning when building the JIT (GH-118481)Brandt Bucher2024-05-016-26/+38
* build(deps-dev): bump types-psutil from 5.9.5.20240316 to 5.9.5.20240423 in /...dependabot[bot]2024-05-011-1/+1
* Bump types-setuptools from 69.2.0.20240317 to 69.5.0.20240423 in /Tools (#118...dependabot[bot]2024-05-011-1/+1
* Bump mypy from 1.9.0 to 1.10.0 in /Tools (#118461)dependabot[bot]2024-05-011-1/+1
* GH-115802: Use the GHC calling convention in JIT code (GH-118287)Brandt Bucher2024-05-014-11/+76
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-012-3/+4
* gh-116122: Add SBOM generation to PCbuild/build.bat (GH-116138)Seth Michael Larson2024-04-301-3/+18
* GH-118306: Update JIT to use LLVM 18 (GH-118307)Savannah Ostrowski2024-04-295-34/+43
* gh-118347: Fix Windows installer not updating launcher (GH-118386)Steve Dower2024-04-292-6/+6
* gh-117657: TSAN fix race on `gstate->young.count` (#118313)Alex Turner2024-04-291-1/+0
* Fix typo in Tools/wasm/README.md(#118358)Xie Yanbo2024-04-281-1/+1
* GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...Mark Shannon2024-04-261-0/+4
* gh-117657: Fix race data race in `_Py_IsOwnedByCurrentThread()` (#118258)mpage2024-04-261-1/+0
* gh-117657: Fixes a few small TSAN issues in dictobject (#118200)Dino Viehland2024-04-251-3/+0
* gh-117657: Add a couple more TSAN suppressions (#118256)mpage2024-04-251-0/+5
* gh-117657: Fix data race in `_Py_IsImmortal` (#118261)mpage2024-04-251-1/+0
* gh-116988: Remove duplicates of `annotated_rhs` in the Grammar (#117004)David Rubin2024-04-241-1/+1
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-242-8/+5
* gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...Dino Viehland2024-04-221-0/+1
* gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...Dino Viehland2024-04-191-0/+1
* gh-117657: use relaxed loads for checking dict keys immortality (#118067)Dino Viehland2024-04-191-2/+0
* GH-115419: Improve list of escaping functions (GH-118054)Mark Shannon2024-04-191-0/+10
* build(deps): bump hypothesis from 6.98.15 to 6.100.0 in /Tools (#117416)dependabot[bot]2024-04-191-1/+1
* gh-117613: Argument Clinic: disallow defining class parameter at module level...neonene2024-04-171-0/+2
* gh-117657: Quiet erroneous TSAN reports of data races in `_PySeqLock` (#117955)mpage2024-04-171-2/+0
* gh-117657: Fix data races in the method cache in free-threaded builds (#117954)mpage2024-04-171-1/+0