summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-127833: lexical analysis: Improve section on Names (GH-131474) (#13...Miss Islington (bot)2025-05-261-1/+1
* [3.14] GH-131769: fix detecting a pydebug build of the build Python when buil...Brett Cannon2025-05-221-8/+14
* [3.14] gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (...Miss Islington (bot)2025-05-221-1/+1
* [3.14] GH-133779: Fix finding pyconfig.h on Windows JIT builds (GH-134359)Miss Islington (bot)2025-05-202-12/+25
* [3.14] gh-133779: Revert Windows generation of pyconfig.h and go back to a st...Steve Dower2025-05-192-1/+3
* [3.14] gh-128045: Mark unknown opcodes as deopting to themselves (GH-128044) ...Miss Islington (bot)2025-05-191-0/+7
* [3.14] gh-133410: Fix PR detection in build workflow (GH-133671) (#134055)Miss Islington (bot)2025-05-151-1/+1
* [3.14] gh-133403: Check `Tools/build/deepfreeze.py` with mypy (GH-133802) (#1...Miss Islington (bot)2025-05-154-25/+43
* [3.14] gh-133403: Check `Tools/build/generate-build-details.py` with mypy (GH...Miss Islington (bot)2025-05-092-6/+15
* [3.14] gh-133412: amend docs for the `inst` definition (GH-133708) (#133729)Miss Islington (bot)2025-05-091-1/+1
* [3.14] gh-133467: Add TSAN suppressions for races in typeobject (gh-133534) (...Miss Islington (bot)2025-05-081-1/+9
* gh-133626: Ensure the traditional Windows installer doesn't accidentally pick...Miss Islington (bot)2025-05-081-2/+1
* [3.14] gh-133403: Check `Tools/build/verify_ensurepip_wheels.py` with mypy (G...Miss Islington (bot)2025-05-082-2/+8
* [3.14] gh-133583: Add support for fixed size unsigned integers in argument pa...Miss Islington (bot)2025-05-081-66/+58
* [3.14] gh-133403: Type `Tools/build/update_file.py` and check it with `mypy` ...Miss Islington (bot)2025-05-082-4/+26
* [3.14] gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557...Miss Islington (bot)2025-05-081-0/+5
* GH-113464: Add the JIT to What's New (GH-133486)Brandt Bucher2025-05-061-3/+3
* GH-132983: Build ``_zstd`` on Windows (#133366)Adam Turner2025-05-052-2/+2
* Bump mypy to 1.15 (#133405)sobolevn2025-05-051-1/+1
* GH-133410: Use commit hashes for change detection (gh-133416)Adam Turner2025-05-051-13/+11
* GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...Adam Turner2025-05-051-1/+0
* gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...Yan Yanchii2025-05-041-1/+0
* GH-133231: Changes to executor management to support proposed `sys._jit` modu...Mark Shannon2025-05-041-1/+4
* gh-132983: Introduce `_zstd` bindings module (GH-133027)Emma Smith2025-05-041-0/+1
* GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)Pablo Galindo Salgado2025-05-041-1/+1
* Lint: Use Ruff to format ``Tools/build/check_warnings.py`` (#133317)Adam Turner2025-05-022-23/+20
* gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)Łukasz Langa2025-05-021-3/+3
* GH-113464: Get LLVM from cpython-bin-deps on Windows (GH-133278)Brandt Bucher2025-05-024-11/+29
* gh-133259: Show path to python.sh script on successful build (#133268)Michael Droettboom2025-05-011-0/+5
* Lint: Create a project-wide ``.ruff.toml`` settings file (#133124)Adam Turner2025-05-012-5/+2
* GH-114809: Add support for macOS multi-arch builds with the JIT enabled (#131...Savannah Ostrowski2025-04-302-14/+47
* gh-132661: Implement PEP 750 (#132662)Lysandros Nikolaou2025-04-304-1/+10
* Get rid of ERROR_IF's "label" parameter (GH-132654)Brandt Bucher2025-04-304-19/+13
* GH-125515: Mark code after "return" as unreachable in the cases generator (#1...Brandt Bucher2025-04-301-0/+5
* GH-132508: Use tagged integers on the evaluation stack for the last instructi...Mark Shannon2025-04-292-0/+4
* GH-132554: Add stats for GET_ITER (GH-132592)Mark Shannon2025-04-291-1/+1
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer2025-04-291-1/+7
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer2025-04-281-7/+1
* gh-132930: Implement PEP 773 (GH-132931)Steve Dower2025-04-282-3/+8
* gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077)Bénédikt Tran2025-04-281-0/+1
* gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-1...Serhiy Storchaka2025-04-281-56/+27
* Silence system utils tests in emscripten python.sh (#133044)Lukas2025-04-271-2/+2
* gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...Serhiy Storchaka2025-04-261-2/+2
* gh-132921: Fix setuptools._distutils.dep_util deprecation (#132923)Victor Stinner2025-04-251-1/+1
* gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)Bénédikt Tran2025-04-252-51/+127
* gh-130195: Fix typo in warning message (#130254)Stan Ulbrych2025-04-241-1/+1
* Update `pre-commit` repos (#132792)sobolevn2025-04-222-4/+6
* gh-131586: Avoid refcount contention in context managers (gh-131851)Sam Gross2025-04-211-0/+13
* gh-127604: Add C stack dumps to `faulthandler` (#128159)Peter Bierma2025-04-211-0/+1
* gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh...Eric Snow2025-04-211-1/+1