summaryrefslogtreecommitdiffstats
path: root/Tools
Commit message (Expand)AuthorAgeFilesLines
* [3.13] GH-130673: Gracefully handle missing sections in JIT build (GH-131749)Miss Islington (bot)2025-04-082-1/+6
* [3.13] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132217)Miss Islington (bot)2025-04-071-2/+7
* [3.13] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132032)Tomas R.2025-04-021-1/+1
* [3.13] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131705)Miss Islington (bot)2025-03-281-1/+1
* [3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131...Petr Viktorin2025-03-241-13/+48
* [3.13] gh-85012: Properly reset msgctxt when compiling messages with msgfmt (...Serhiy Storchaka2025-03-131-0/+1
* [3.13] gh-124878: Add temporary TSAN suppression for free_threadstate (gh-130...Sam Gross2025-02-282-1/+5
* [3.13] gh-117657: Enable test_opcache under TSAN (GH-129831) (GH-130597)Sam Gross2025-02-261-0/+3
* [3.13] gh-128446: Skip Windows CI for Unix build system changes (GH-128450) (...Miss Islington (bot)2025-02-221-0/+25
* [3.13] Convert change detection to a Python script (GH-129627) (#130367)Hugo van Kemenade2025-02-221-0/+183
* [3.13] gh-129805: Fix `bytes` annotation in `Tools/jit` (GH-129806) (#130216)sobolevn2025-02-171-4/+13
* [3.13] Merge TSAN test matrices in CI (#123278) (#129673)🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)2025-02-061-0/+0
* [3.13] gh-129438: Update ``--enable-experimental-jit`` section with install r...Miss Islington (bot)2025-01-301-1/+3
* [3.13] Replace `strict_concatenate = True` with `extra_checks = True` (GH-126...Miss Islington (bot)2025-01-253-3/+3
* [3.13] gh-109413: Add more type hints to `libregrtest` (GH-126352) (#126388)Miss Islington (bot)2025-01-081-1/+1
* [3.13] gh-128152: Argument Clinic: ignore pre-processor directives inside C c...Miss Islington (bot)2025-01-041-0/+3
* [3.13] gh-128083: Fix macro redefinition warning in clinic. (GH-127950) (#128...Peter Bierma2024-12-191-0/+3
* [3.13] gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952) (#1...Miss Islington (bot)2024-12-031-0/+9
* [3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with doc...Peter Bierma2024-11-301-7/+3
* [3.13] summarize: Fix typo in stats (GH-127450) (#127454)Miss Islington (bot)2024-11-301-1/+1
* [3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390)Miss Islington (bot)2024-11-301-1/+2
* [3.13] gh-126316: Make grp.getgrall() thread-safe: add a mutex (#127055) (#12...Victor Stinner2024-11-261-0/+1
* gh-118973: Add _tkinter to freethreaded MSI (GH-126768)Miss Islington (bot)2024-11-151-1/+1
* [3.13] gh-126807: pygettext: Do not attempt to extract messages from function...Miss Islington (bot)2024-11-141-0/+6
* [3.13] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...Miss Islington (bot)2024-11-131-0/+28
* [3.13] gh-126525: Fix `makeunicodedata.py` output on macOS and Windows (GH-12...Miss Islington (bot)2024-11-121-1/+1
* gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)Miss Islington (bot)2024-11-081-4/+6
* [3.13] GH-123877: make `wasm32-wasip1` the target triple for WASI (#126561)Brett Cannon2024-11-081-1/+1
* [3.13] gh-89640: harden float word ordering (#125571 and #126387) (#126429)Erlend E. Aasland2024-11-051-1/+1
* [3.13] gh-124612: Use ghcr.io/python/autoconf instead of public image (GH-124...Miss Islington (bot)2024-10-301-4/+2
* [3.13] gh-125741: Update `build.yml` for the new check_autoconf_regen job (GH...Miss Islington (bot)2024-10-211-1/+1
* [3.13] CI: Bump Python to 3.13 and mypy to 1.12 in mypy workflow (GH-… (#12...Kirill Podoprigora2024-10-161-1/+1
* [3.13] GH-121634: have `wasi.py` accept the host target triple as an argument...Miss Islington (bot)2024-10-101-6/+12
* [3.13] Fix typos (#123775) (#123866)Victor Stinner2024-10-071-1/+1
* [3.13] gh-123915: Ensure that Windows AMD64 and ARM64 release builds use diff...Miss Islington (bot)2024-09-301-1/+1
* [3.13] gh-123892: Add "_wmi" to sys.stdlib_module_names (GH-123893) (#123896)Miss Islington (bot)2024-09-301-0/+1
* [3.13] gh-124254: Detect freethreaded MSI component when doing an upgrade on ...Miss Islington (bot)2024-09-301-0/+1
* [3.13] gh-123880: Allow recursive import of single-phase-init modules (GH-123...Miss Islington (bot)2024-09-231-0/+1
* [3.13] gh-123700: Update OpenSSL versions in multissltests and CI (GH-123702)Miss Islington (bot)2024-09-041-1/+2
* [3.13] gh-123418: Update CI to use fresh OpenSSL releases (GH-123696)Miss Islington (bot)2024-09-041-3/+5
* [3.13] gh-123458: Skip SBOM generation if no git repository is detected (GH-1...Miss Islington (bot)2024-09-021-0/+18
* [3.13] build(deps): bump hypothesis from 6.108.10 to 6.111.2 in /Tools (GH-12...Hugo van Kemenade2024-09-021-1/+1
* [3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic ...Serhiy Storchaka2024-09-022-10/+12
* [3.13] GH-121723: Skip test_config_queue_handler_multiprocessing_context in e...Miss Islington (bot)2024-08-221-0/+1
* [3.13] GH-118943: Handle races when moving jit_stencils.h (GH-122709)Miss Islington (bot)2024-08-081-1/+6
* [3.13] Fix syntax in generate_re_casefix.py (GH-122699) (#122721)Miss Islington (bot)2024-08-061-2/+2
* [3.13] gh-117657: Avoid race in `PAUSE_ADAPTIVE_COUNTER` in free-threaded bui...Miss Islington (bot)2024-07-301-1/+0
* [3.13] gh-122044: Don't error during gitignore filtering with no files (GH-12...Miss Islington (bot)2024-07-271-0/+4
* [3.13] gh-122201: Lock mutex when setting handling_thread to NULL (GH-122204)...Miss Islington (bot)2024-07-261-1/+0
* [3.13] GH-122155: Fix cases generator to correctly compute 'peek' offset for ...Mark Shannon2024-07-263-6/+17