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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.15.0a6
v3.15.0a6
Hugo van Kemenade
48 hours
1
-2/+2
*
gh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)
Victor Stinner
3 days
1
-1/+1
*
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Sacul
3 days
3
-7/+7
*
gh-144490: Fix mimalloc debug build for C++ (#144620)
Alper
3 days
1
-2/+2
*
gh-141563: make `PyDateTime_IMPORT` thread-safe (#144210)
Kumar Aditya
4 days
1
-2/+17
*
gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482)
Alper
6 days
1
-1/+1
*
gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)
Ken Jin
7 days
1
-0/+5
*
gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)
kangtastic
7 days
4
-0/+21
*
gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)
Sam Gross
7 days
3
-0/+13
*
gh-77188: Add support for pickling private methods and nested classes (GH-21480)
Zackery Spytz
8 days
1
-1/+6
*
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
Mark Shannon
8 days
5
-1021/+1090
*
gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)
Sam Gross
10 days
5
-9/+91
*
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
Mark Shannon
11 days
4
-968/+1012
*
gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)
Hai Zhu
11 days
4
-985/+889
*
gh-144319: Fix huge page safety in pymalloc arenas (#144331)
Pablo Galindo Salgado
14 days
2
-0/+2
*
gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)
Sam Gross
14 days
2
-4/+8
*
gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)
Hai Zhu
14 days
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-143883: Use named parameters in PyModExport-related declarations & docs (G...
Nathan Goldbaum
2026-01-27
1
-4/+4
*
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-143869: Add PEP 757 functions to the limited API (#143906)
Sergey B Kirpichev
2026-01-21
2
-39/+38
*
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
2
-4/+4
*
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
*
Post 3.15.0a5
Hugo van Kemenade
2026-01-14
1
-1/+1
*
Python 3.15.0a5
v3.15.0a5
Hugo van Kemenade
2026-01-14
1
-2/+2
*
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
*
Merge branch 'main' of https://github.com/python/cpython
Hugo van Kemenade
2026-01-13
20
-1502/+1925
|
\
|
*
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
[next]