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
/
Lib
/
test
/
test_capi
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-134584: Remove redundant refcount from `_STORE_ATTR_SLOT` (#142729)
Savannah Ostrowski
13 days
1
-1/+19
*
gh-134584: JIT: Eliminate redundant refcount ops for X_INT (GH-142765)
Ken Jin
13 days
1
-8/+73
*
gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` ...
Nadeshiko Manju
13 days
1
-0/+17
*
gh-134584: Remove custom float decref ops (GH-142576)
Ken Jin
13 days
1
-4/+4
*
GH-142718: JIT: Fix crash due to incorrect caching on side exits when exiting...
Mark Shannon
13 days
1
-0/+22
*
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)
Donghee Na
13 days
1
-0/+19
*
gh-134584: Eliminate redundant refcounting from _CALL_LIST_APPEND (GH-142711)
Nadeshiko Manju
13 days
1
-0/+12
*
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_LIST_INT (gh-14...
Donghee Na
2025-12-14
1
-0/+18
*
gh-134584: Eliminate redundant refcounting from `_CALL_BUILTION_O` (GH-142695)
PuQing
2025-12-14
1
-0/+15
*
gh-134584: Eliminate redundant refcounting from `_CALL_STR_1` (GH-136070)
Nadeshiko Manju
2025-12-14
1
-0/+14
*
gh-134584: Cleanups for GH-135860 (GH-142604)
Ken Jin
2025-12-13
1
-2/+1
*
gh-134584: Revert partially GH-135860 (GH-142620)
Ken Jin
2025-12-12
1
-1/+2
*
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
Sam Gross
2025-12-11
1
-0/+7
*
gh-134584: Eliminate redundant refcounting from ``_CALL_LEN`` (gh-136104)
Donghee Na
2025-12-11
1
-0/+1
*
gh-134584: Eliminate redundant refcounting from `_CALL_TUPLE_1` (GH-135860)
Noam Cohen
2025-12-11
1
-0/+15
*
gh-142276: Watch attribute loads when promoting JIT constants (GH-142303)
Ken Jin
2025-12-08
1
-0/+22
*
GH-141861: Fix invalid memory read in the ENTER_EXECUTOR (GH-141921)
Sergey Miryanov
2025-11-24
1
-0/+32
*
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
Petr Viktorin
2025-11-24
1
-1/+2
*
gh-141833: Remove the bad lines in `test_attr_promotion_failure` (GH-141841)
Yongzi Li
2025-11-22
1
-2/+0
*
gh-141070: Add PyUnstable_Object_Dump() function (#141072)
Victor Stinner
2025-11-18
1
-0/+52
*
gh-139109: JIT _EXIT_TRACE to ENTER_EXECUTOR rather than _DEOPT (GH-141573)
Ken Jin
2025-11-15
1
-0/+36
*
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
1
-58/+7
*
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...
Cody Maloney
2025-11-13
1
-1/+4
*
gh-140936: Fix JIT assertion crash at finalization if some generator is alive...
Mikhail Efimov
2025-11-12
1
-0/+19
*
gh-141042: fix sNaN's packing for mixed floating-point formats (#141107)
Sergey B Kirpichev
2025-11-12
1
-10/+44
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
2
-0/+203
*
gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED...
Sergey Miryanov
2025-11-02
1
-0/+7
*
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka
2025-10-31
1
-1/+1
*
gh-139951: Tests on tuple GC tracking (#140575)
Mikhail Efimov
2025-10-28
1
-0/+19
*
gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233)
Ken Jin
2025-10-27
1
-0/+24
*
gh-130317: Fix SNaN broken tests on HP PA RISC (#140452)
Stefano Rivera
2025-10-22
1
-0/+5
*
gh-139924: Add PyFunction_PYFUNC_EVENT_MODIFY_QUALNAME event for function wat...
Dino Viehland
2025-10-10
1
-0/+4
*
gh-111489: Add PyTuple_FromArray() function (#139691)
Victor Stinner
2025-10-10
1
-0/+22
*
gh-139393: fix `_CALL_LEN` JIT tests for tuples (#139394)
Bénédikt Tran
2025-09-28
1
-3/+11
*
gh-133059: Increase the small positive integer cache to 1024 (GH-133160)
dgpb
2025-09-24
1
-2/+2
*
gh-136003: Close file descriptors in test (GH-139225)
Petr Viktorin
2025-09-22
1
-0/+2
*
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Peter Bierma
2025-09-18
1
-0/+66
*
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
Mark Shannon
2025-09-18
1
-0/+27
*
GH-132732: Use pure op machinery to optimize various instructions with `_POP_...
Savannah Bailey
2025-09-15
1
-0/+85
*
gh-129813, PEP 782: Add PyBytesWriter_Format() (#138824)
Victor Stinner
2025-09-12
1
-0/+15
*
gh-129813, PEP 782: Add PyBytesWriter C API (#138822)
Victor Stinner
2025-09-12
1
-0/+75
*
gh-88886: Remove excessive encoding name normalization (GH-137167)
Serhiy Storchaka
2025-09-09
1
-1/+0
*
gh-137210: Add a struct, slot & function for checking an extension's ABI (GH-...
Petr Viktorin
2025-09-05
1
-0/+154
*
gh-138431: JIT Optimizer --- Fix round-tripping references for str and tuple ...
Ken Jin
2025-09-03
1
-0/+16
*
gh-134170: Add colorization to unraisable exceptions (#134183)
Peter Bierma
2025-08-04
1
-1/+9
*
GH-132732: Use pure op machinery to optimize `COMPARE_OP_INT/FLOAT/STR` (#137...
Savannah Bailey
2025-07-26
1
-3/+39
*
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (G...
Serhiy Storchaka
2025-07-22
1
-117/+0
*
gh-124621: Emscripten: Add support for async input devices (GH-136822)
Hood Chatham
2025-07-19
1
-0/+25
*
gh-132629: Deprecate accepting out-of-range values for unsigned integers in P...
Serhiy Storchaka
2025-07-13
1
-15/+55
*
gh-135075: Make PyObject_SetAttr() fail with NULL value and exception (#136180)
Victor Stinner
2025-07-03
1
-0/+25
[next]