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
/
Include
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul
4 days
3
-7/+7
*
gh-144490: Fix mimalloc debug build for C++ (#144620)
Alper
4 days
1
-2/+2
*
gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482)
Alper
8 days
1
-1/+1
*
gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)
Ken Jin
8 days
1
-0/+5
*
gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)
kangtastic
8 days
4
-0/+21
*
gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)
Sam Gross
8 days
3
-0/+13
*
gh-77188: Add support for pickling private methods and nested classes (GH-21480)
Zackery Spytz
9 days
1
-1/+6
*
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
Mark Shannon
9 days
5
-1021/+1090
*
gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)
Sam Gross
11 days
5
-9/+91
*
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
Mark Shannon
12 days
4
-968/+1012
*
gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)
Hai Zhu
12 days
4
-985/+889
*
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Pablo Galindo Salgado
2026-01-30
1
-0/+1
*
gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)
Sam Gross
2026-01-30
2
-4/+8
*
gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)
Hai Zhu
2026-01-30
4
-889/+985
*
gh-144319: Add huge pages support for pymalloc (#144320)
Pablo Galindo Salgado
2026-01-29
1
-3/+19
*
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Sam Gross
2026-01-27
1
-10/+0
*
GH-126910: add test for manual frame unwinding (#144137)
Diego Russo
2026-01-27
1
-0/+1
*
gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode(...
Serhiy Storchaka
2026-01-26
4
-0/+7
*
gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (...
AN Long
2026-01-25
3
-991/+1014
*
gh-130415: Narrow types to constants in branches involving specialized compar...
reiden
2026-01-24
1
-0/+2
*
gh-144007: Eliminate redundant refcounting in the JIT for BINARY_OP (GH-144011)
AN Long
2026-01-24
3
-5/+5
*
gh-144005: Eliminate redundant refcounting in the JIT for BINARY_OP_EXTEND (#...
AN Long
2026-01-23
3
-7/+7
*
GH-139109: Partial reworking of JIT data structures (GH-144105)
Mark Shannon
2026-01-22
4
-69/+96
*
gh-130415: Narrowing to constants in branches involving `is` comparisons with...
reiden
2026-01-22
2
-0/+16
*
GH-138245: Perform boolean guards by testing a single bit, rather than a full...
Mark Shannon
2026-01-21
2
-997/+1259
*
gh-141504: Move PYTHON_UOPS_OPTIMIZE to policy object (GH-144082)
Donghee Na
2026-01-20
1
-0/+1
*
gh-144012: Check null binary op extend (#144014)
AN Long
2026-01-18
2
-2/+2
*
gh-143421: Use new buffer to save optimized uops (GH-143682)
Hai Zhu
2026-01-17
2
-0/+3
*
gh-143946: Show `JitOptSymbol` on abstract stack when set PYTHON_OPT_DEBUG > ...
Hai Zhu
2026-01-17
1
-1/+15
*
gh-142913: Export JIT functions for _testinternalcapi (#143958)
Ken Jin
2026-01-17
1
-2/+2
*
gh-143943: add missing header file for `pycore_optimizer_types.h` (GH-143947)
Hai Zhu
2026-01-17
1
-0/+1
*
gh-132657: Add maybe_enable_deferred_ref_count() (gh-142843)
Neil Schemenauer
2026-01-17
1
-0/+1
*
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#14...
Dino Viehland
2026-01-16
6
-13/+13
*
gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)
Peter Bierma
2026-01-16
1
-1/+1
*
GH-143493: Conform to spec for generator expressions while supporting virtual...
Mark Shannon
2026-01-16
3
-2/+4
*
gh-141504: Refactor policy object into a single opt_config (gh-143644)
Donghee Na
2026-01-15
3
-23/+25
*
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64e...
Serhiy Storchaka
2026-01-14
4
-0/+7
*
gh-143123: Protect against recursive tracer calls/finalization (GH-143126)
Ken Jin
2026-01-14
2
-1/+2
*
gh-138050: Use cold flag instead of warm flag in `MAKE_WARM` (GH-143827)
Hai Zhu
2026-01-14
1
-1/+1
*
gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-1...
reiden
2026-01-12
3
-839/+851
*
gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT...
Nadeshiko Manju
2026-01-12
3
-21/+21
*
gh-134584: JIT: Remove redundant refcount for _BINARY_OP_SUBSCR_DICT (GH-143724)
Cajetan Rodrigues
2026-01-12
3
-7/+7
*
gh-134584: JIT: Remove redundant refcounting for UNARY_{INVERT|NEGATIVE} (GH-...
Ken Jin
2026-01-11
3
-833/+833
*
gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)
Nadeshiko Manju
2026-01-10
2
-2/+3
*
gh-142764: Restore REPLACE_OPCODE_IF_EVALUATES_PURE optimization for some ops...
Ken Jin
2026-01-09
2
-934/+957
*
gh-143421: Allocate all JIT state in one go (GH-143626)
Ken Jin
2026-01-09
2
-3/+4
*
gh-143421: Lazily allocate tracer code and opt buffers (GH-143597)
Ken Jin
2026-01-09
2
-4/+4
*
gh-120321: Make gen.gi_frame.clear() thread-safe (gh-143112)
Sam Gross
2026-01-08
1
-1/+1
*
gh-143421: Move `JitOptContext` from stack allocation to per-thread heap allo...
Hai Zhu
2026-01-08
3
-124/+142
*
gh-134584: Eliminate redundant refcounting from `TO_BOOL_STR` (GH-143417)
Nadeshiko Manju
2026-01-06
3
-25/+31
[next]