summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a6v3.15.0a6Hugo van Kemenade48 hours1-2/+2
* gh-141563: Add missing cast to _PyDateTime_IMPORT() (#144667)Victor Stinner3 days1-1/+1
* gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)Sacul3 days3-7/+7
* gh-144490: Fix mimalloc debug build for C++ (#144620)Alper3 days1-2/+2
* gh-141563: make `PyDateTime_IMPORT` thread-safe (#144210)Kumar Aditya4 days1-2/+17
* gh-144490: Fix C++ compatibility in pycore_cell.h (GH-144482)Alper6 days1-1/+1
* gh-144549: Fix tail calling interpreter on Windows for FT (GH-144550)Ken Jin7 days1-0/+5
* gh-101178: Add Ascii85, Base85, and Z85 support to binascii (GH-102753)kangtastic7 days4-0/+21
* gh-139103: Improve namedtuple scaling in free-threaded build (gh-144332)Sam Gross7 days3-0/+13
* gh-77188: Add support for pickling private methods and nested classes (GH-21480)Zackery Spytz8 days1-1/+6
* GH-144179: Use recorded values to make optimizer more robust (GH-144437)Mark Shannon8 days5-1021/+1090
* gh-120321: Add gi_state, cr_state, and ag_state attributes (gh-144409)Sam Gross10 days5-9/+91
* GH-144179: Add value recording to JIT tracing front-end (GH-144303)Mark Shannon11 days4-968/+1012
* gh-144145: Revert PR#144122 for performance and potential bugs. (GH-144391)Hai Zhu11 days4-985/+889
* gh-144319: Fix huge page safety in pymalloc arenas (#144331)Pablo Galindo Salgado14 days2-0/+2
* gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)Sam Gross14 days2-4/+8
* gh-144145: Track nullness of properties in the Tier 2 JIT optimizer (GH-144122)Hai Zhu14 days4-889/+985
* gh-144319: Add huge pages support for pymalloc (#144320)Pablo Galindo Salgado2026-01-291-3/+19
* gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)Sam Gross2026-01-271-10/+0
* GH-126910: add test for manual frame unwinding (#144137)Diego Russo2026-01-271-0/+1
* gh-143883: Use named parameters in PyModExport-related declarations & docs (G...Nathan Goldbaum2026-01-271-4/+4
* gh-144001: Support ignorechars in binascii.a2b_base64() and base64.b64decode(...Serhiy Storchaka2026-01-264-0/+7
* gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (...AN Long2026-01-253-991/+1014
* gh-130415: Narrow types to constants in branches involving specialized compar...reiden2026-01-241-0/+2
* gh-144007: Eliminate redundant refcounting in the JIT for BINARY_OP (GH-144011)AN Long2026-01-243-5/+5
* gh-144005: Eliminate redundant refcounting in the JIT for BINARY_OP_EXTEND (#...AN Long2026-01-233-7/+7
* GH-139109: Partial reworking of JIT data structures (GH-144105)Mark Shannon2026-01-224-69/+96
* gh-130415: Narrowing to constants in branches involving `is` comparisons with...reiden2026-01-222-0/+16
* GH-138245: Perform boolean guards by testing a single bit, rather than a full...Mark Shannon2026-01-212-997/+1259
* gh-143869: Add PEP 757 functions to the limited API (#143906)Sergey B Kirpichev2026-01-212-39/+38
* gh-141504: Move PYTHON_UOPS_OPTIMIZE to policy object (GH-144082)Donghee Na2026-01-201-0/+1
* gh-144012: Check null binary op extend (#144014)AN Long2026-01-182-2/+2
* gh-143421: Use new buffer to save optimized uops (GH-143682)Hai Zhu2026-01-172-0/+3
* gh-143946: Show `JitOptSymbol` on abstract stack when set PYTHON_OPT_DEBUG > ...Hai Zhu2026-01-171-1/+15
* gh-142913: Export JIT functions for _testinternalcapi (#143958)Ken Jin2026-01-171-2/+2
* gh-143943: add missing header file for `pycore_optimizer_types.h` (GH-143947)Hai Zhu2026-01-171-0/+1
* gh-132657: Add maybe_enable_deferred_ref_count() (gh-142843)Neil Schemenauer2026-01-171-0/+1
* gh-142913: Add test case for interpreter generator w/ overridden opcodes (#14...Dino Viehland2026-01-166-13/+13
* gh-141070: Rename `PyUnstable_Object_Dump` to `PyObject_Dump` (GH-142848)Peter Bierma2026-01-162-4/+4
* GH-143493: Conform to spec for generator expressions while supporting virtual...Mark Shannon2026-01-163-2/+4
* gh-141504: Refactor policy object into a single opt_config (gh-143644)Donghee Na2026-01-153-23/+25
* Post 3.15.0a5Hugo van Kemenade2026-01-141-1/+1
* Python 3.15.0a5v3.15.0a5Hugo van Kemenade2026-01-141-2/+2
* gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64e...Serhiy Storchaka2026-01-144-0/+7
* gh-143123: Protect against recursive tracer calls/finalization (GH-143126)Ken Jin2026-01-142-1/+2
* gh-138050: Use cold flag instead of warm flag in `MAKE_WARM` (GH-143827)Hai Zhu2026-01-141-1/+1
* Merge branch 'main' of https://github.com/python/cpythonHugo van Kemenade2026-01-1320-1502/+1925
|\
| * gh-134584: Eliminate redundant refcounting in TO_BOOL_INT, TO_BOOL_LIST (GH-1...reiden2026-01-123-839/+851
| * gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT...Nadeshiko Manju2026-01-123-21/+21
| * gh-134584: JIT: Remove redundant refcount for _BINARY_OP_SUBSCR_DICT (GH-143724)Cajetan Rodrigues2026-01-123-7/+7