index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-134584: Remove custom float decref ops (GH-142576)
Ken Jin
11 days
2
-3/+2
*
GH-142718: JIT: Fix crash due to incorrect caching on side exits when exiting...
Mark Shannon
11 days
2
-31/+25
*
gh-142466: Pixi package definitions for downstream use (#142469)
Lucas Colley
11 days
7
-0/+215
*
GH-141362: Make `get_externals` handle fetching platform-specific release art...
Savannah Ostrowski
2025-12-12
2
-8/+24
*
GH-140683: JIT: Improve machine code for loading smaller constants on AArch64...
Mark Shannon
2025-12-11
6
-14/+195
*
GH-135379: Top of stack caching for the JIT. (GH-135465)
Mark Shannon
2025-12-11
11
-68/+338
*
GH-142305: JIT: Deduplicating GOT symbols in the trace (#142316)
Diego Russo
2025-12-10
2
-24/+98
*
gh-131372: Include LDVERSION and EXE in base_interpreter value (#142256)
Karolina Surma
2025-12-10
1
-1/+3
*
gh-142454: Make the JIT digest more deterministic by sorting the files in Too...
Miro HronĨok
2025-12-09
1
-1/+1
*
Fix typo in `Tools/wasm/README.md` (#142426)
Stan Ulbrych
2025-12-08
1
-2/+2
*
gh-142278: Add granular change detection for platforms in CI (#142350)
Stan Ulbrych
2025-12-08
1
-5/+82
*
GH-139757: JIT: Remove redundant branches to jumps in the assembly optimizer ...
Mark Shannon
2025-12-08
4
-66/+208
*
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...
Pablo Galindo Salgado
2025-12-06
1
-1/+1
*
Extract data from `Tools/wasm/wasi` that varies between Python versions into ...
Brett Cannon
2025-12-05
2
-6/+18
*
Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (...
Brett Cannon
2025-12-05
1
-17/+39
*
gh-115952: Fix a potential virtual memory allocation denial of service in pic...
Serhiy Storchaka
2025-12-05
2
-0/+1301
*
gh-141976: Check stack bounds in JIT optimizer (GH-142201)
Ken Jin
2025-12-04
2
-2/+13
*
gh-141004: Add a CI job ensuring that new C APIs include documentation (GH-14...
Peter Bierma
2025-12-04
2
-0/+286
*
Being more flexible in when not to explicitly set the sysroot when compiling ...
Brett Cannon
2025-12-03
1
-1/+1
*
GH-142050: Jit stencils on Windows contain debug data (#142052)
Chris Eibl
2025-12-03
2
-0/+5
*
GH-141794: Limit size of generated machine code. (GH-142228)
Mark Shannon
2025-12-03
2
-1/+7
*
gh-139707: Add mechanism for distributors to supply error messages for missin...
Stan Ulbrych
2025-12-01
1
-0/+50
*
gh-142025: Add c-analyzer include for pyexpat.c (GH-142026)
dgpb
2025-11-28
1
-0/+4
*
gh-133228: c-analyzer clang preprocessor (GH-133229)
dgpb
2025-11-27
6
-3/+125
*
gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)
Victor Stinner
2025-11-27
1
-0/+1
*
Remove ``Misc/ACKS`` check from patchcheck, documentation (#141960)
Stan Ulbrych
2025-11-26
1
-8/+0
*
Simplify setting CLI options for WASI builds (GH-141769)
Brett Cannon
2025-11-19
2
-17/+21
*
gh-141172: Update to wasi-sdk-29 (GH-141684)
Alex Crichton
2025-11-19
1
-3/+3
*
gh-139103: fix free-threading `dataclass.__init__` perf issue (gh-141596)
Edward Xu
2025-11-19
1
-0/+12
*
GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141...
Mark Shannon
2025-11-18
3
-6/+7
*
gh-141376: Remove exceptions from `make smelly` (GH-141392)
Petr Viktorin
2025-11-14
1
-11/+0
*
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
8
-19/+156
*
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka
2025-11-13
1
-2/+2
*
gh-140260: fix data race in `_struct` module initialization with subinterpret...
Shamil
2025-11-13
1
-0/+1
*
Add details about JIT build infrastructure and updating dependencies to `Tool...
Savannah Ostrowski
2025-11-12
2
-0/+31
*
GH-140479: Update JIT builds to use LLVM 21 (#140973)
Savannah Ostrowski
2025-11-12
2
-12/+12
*
gh-141376: Rename _AsyncioDebug to _Py_AsyncioDebug (GH-141391)
Petr Viktorin
2025-11-12
1
-1/+1
*
GH-136895: Fixes for pulling LLVM as a release artifact (#141002)
Savannah Ostrowski
2025-11-06
1
-0/+5
*
gh-133467: Fix typeobject `tp_base` race in free threading (gh-140549)
Edward Xu
2025-11-05
1
-4/+0
*
gh-138189: Document type slots, and other constants, as part of Limited API (...
Petr Viktorin
2025-11-04
1
-1/+1
*
JIT: Fix compiler warning from visibility attribute in typedef (#139981)
Savannah Ostrowski
2025-11-03
1
-2/+2
*
GH-136895: Update JIT builds to use LLVM 20 (#140329)
Savannah Ostrowski
2025-11-03
4
-19/+32
*
gh-140312: Set lltrace on JIT debug builds (GH-140313)
Ken Jin
2025-11-01
1
-3/+5
*
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka
2025-10-31
1
-3/+3
*
Make printing log lines to the terminal a little cleaner when building WASI (...
Brett Cannon
2025-10-30
1
-29/+48
*
GH-140768: Warn when the WASI SDK version doesn't match the supported version...
Brett Cannon
2025-10-30
1
-19/+38
*
gh-139188: Remove `Tools/tz/zdump.py` script (GH-139189)
Stan Ulbrych
2025-10-30
2
-83/+0
*
gh-139198: Remove `Tools/scripts/checkpip.py` script (GH-139199)
Stan Ulbrych
2025-10-30
2
-34/+0
*
gh-140544: store pointer to interpreter state as a thread local for fast acce...
Kumar Aditya
2025-10-25
1
-0/+1
*
GH-135904: JIT compiler: Support 19 bit branch instructions on AArch64 for Ma...
Mark Shannon
2025-10-23
3
-17/+59
[next]