aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Tools
Commit message (Expand)AuthorAge
* GH-132508: Use tagged integers on the evaluation stack for the last instructi...Mark Shannon6 hours
* GH-132554: Add stats for GET_ITER (GH-132592)Mark Shannon15 hours
* Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...Neil Schemenauer17 hours
* gh-127266: avoid data races when updating type slots (gh-131174)Neil Schemenauer27 hours
* gh-132930: Implement PEP 773 (GH-132931)Steve Dower34 hours
* gh-131423: update note in `Tools/ssl/make_ssl_data.py` (#133077)Bénédikt Tran36 hours
* gh-132987: Support __index__() for unsigned integers in Argument Clinic (GH-1...Serhiy Storchaka39 hours
* Silence system utils tests in emscripten python.sh (#133044)Lukas2 days
* gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...Serhiy Storchaka3 days
* gh-132921: Fix setuptools._distutils.dep_util deprecation (#132923)Victor Stinner4 days
* gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)Bénédikt Tran5 days
* gh-130195: Fix typo in warning message (#130254)Stan Ulbrych5 days
* Update `pre-commit` repos (#132792)sobolevn7 days
* gh-131586: Avoid refcount contention in context managers (gh-131851)Sam Gross8 days
* gh-127604: Add C stack dumps to `faulthandler` (#128159)Peter Bierma8 days
* gh-132777: Fix Error Message for Duplicates in generate_global_scripts.py (gh...Eric Snow8 days
* gh-132753: Argument Clinic: Fix support of c_default for the bool converter (...Serhiy Storchaka9 days
* gh-132390: Apply Ruff linting to `Tools/build` (#132391)Bénédikt Tran10 days
* GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)Brandt Bucher11 days
* gh-132097: allow AC to disable fastcall convention to avoid UBSan failures (#...Bénédikt Tran12 days
* Fix some typos in various doc files (GH-132589)Yongzi Li13 days
* gh-132070: add `PyObject_Realloc` suppression in free-threading (#132468)Kumar Aditya14 days
* GH-131498: Cases generator: Allow input and 'peek' variables to be modified (...Mark Shannon2025-04-14
* gh-130453: pygettext: Allow specifying multiple keywords with the same functi...Tomas R.2025-04-10
* gh-132121: Always escape non-printable characters in pygettext (GH-132122)Tomas R.2025-04-06
* gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880)Stan Ulbrych2025-04-05
* gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)Chris Eibl2025-04-06
* gh-99108: Implement HACL* HMAC (#130157)Bénédikt Tran2025-04-04
* GH-131498: Cases generator: manage stacks automatically (GH-132074)Mark Shannon2025-04-04
* gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)Irit Katriel2025-04-04
* GH-131498: Cases generator: Parse down to C statement level. (GH-131948)Mark Shannon2025-04-02
* gh-130197: pygettext: Test the --escape option (GH-131902)Tomas R.2025-04-02
* gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)mpage2025-04-01
* GH-131498: Another refactoring of the code generator (GH-131827)Mark Shannon2025-03-31
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-27
* GH-131729: Consider in-memory state when merging storage and stack (GH-131773)Mark Shannon2025-03-27
* GH-131729: Code-gen better liveness analysis (GH-131732)Mark Shannon2025-03-26
* GH-130673: Gracefully handle missing sections in JIT build (GH-130906)Bojun Ren2025-03-25
* GH-130887: Always remove trailing jumps in AArch64 JIT stencils (GH-131042)Diego Russo2025-03-25
* gh-128446: Run Windows CI tests on each commit (#131702)Adam Turner2025-03-25
* gh-127146: Fix Emscripten build with --pydebug (#131672)Hood Chatham2025-03-25
* gh-131238: Add missing pycore_function.h includes for JIT compiler (#131571)Victor Stinner2025-03-21
* GH-131513: Cases generator: Allow dead inputs to be reassigned (GH-131515)Mark Shannon2025-03-21
* GH-131498: Remove conditional stack effects (GH-131499)Mark Shannon2025-03-20
* GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-13...Mark Shannon2025-03-20
* gh-130587: Add hand-written docs for non-OP tokens (GH-130588)Petr Viktorin2025-03-19
* gh-131261: expat/refresh.sh: Expand list of manual steps (GH-131359)Petr Viktorin2025-03-18
* gh-116738: remove multiprocessing suppressions (#131319)Kumar Aditya2025-03-18
* gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (#131272)Gregory P. Smith2025-03-17
* GH-131238: Core header refactor (GH-131250)Mark Shannon2025-03-17