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.14.0a7
v3.14.0a7
Hugo van Kemenade
2025-04-08
1
-2/+2
*
gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)
Irit Katriel
2025-04-08
1
-1/+1
*
gh-126703: Add freelist for range and range_iter objects (GH-128619)
Pieter Eendebak
2025-04-06
1
-0/+4
*
gh-131591: Handle includes for iOS in remote_debugging.c (#132050)
Pablo Galindo Salgado
2025-04-06
1
-0/+1
*
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
Chris Eibl
2025-04-05
1
-1/+3
*
gh-126703: Add PyCFunction freelist (GH-128692)
Pieter Eendebak
2025-04-05
1
-0/+4
*
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon
2025-04-04
3
-11/+12
*
gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)
Irit Katriel
2025-04-04
1
-1/+1
*
GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289)
Chris Eibl
2025-04-04
1
-1/+3
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
9
-0/+49
*
GH-131904: Fix Py_STACKREF_DEBUG build (GH-132022)
Mark Shannon
2025-04-03
1
-4/+19
*
GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)
Brandt Bucher
2025-04-01
2
-146/+141
*
GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
Brandt Bucher
2025-04-01
3
-203/+193
*
gh-131987: Bump the magic number (#131991)
mpage
2025-04-01
1
-1/+2
*
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage
2025-04-01
6
-100/+195
*
gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784)
Vincent Fazio
2025-03-31
1
-7/+10
*
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
Amit Lavon
2025-03-30
3
-98/+103
*
gh-130924: Do not create cells for usages of names in local annotations (#131...
Jelle Zijlstra
2025-03-29
1
-0/+1
*
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
Dino Viehland
2025-03-28
1
-0/+4
*
gh-131738: optimize builtin any/all/tuple calls with a generator expression a...
Irit Katriel
2025-03-28
7
-4/+22
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
3
-0/+41
*
Revise `pycore_stackref.h` comments. (#130601)
Neil Schemenauer
2025-03-27
1
-3/+3
*
gh-131782: Fix cast to match type of `bits` in `_Py_TryIncrefCompareStackRef`...
Neil Schemenauer
2025-03-27
1
-1/+1
*
GH-119866: Don't clear frame->stackpointer on release builds (GH-131750)
Brandt Bucher
2025-03-26
1
-3/+5
*
gh-131586: Avoid refcount contention in some "special" calls (#131588)
Sam Gross
2025-03-26
8
-2/+81
*
gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)
Sam Gross
2025-03-26
3
-3/+30
*
GH-131729: Code-gen better liveness analysis (GH-131732)
Mark Shannon
2025-03-26
1
-3/+3
*
gh-130881: Handle conditionally defined annotations (#130935)
Jelle Zijlstra
2025-03-26
6
-4/+18
*
gh-111178: Fix function signature in pyexpat.c (#131674)
Victor Stinner
2025-03-24
1
-0/+20
*
gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548)
Sam Gross
2025-03-24
2
-1/+22
*
gh-128715: Expose ctypes.CField, with info attributes (GH-128950)
Petr Viktorin
2025-03-24
4
-0/+28
*
gh-130312: SET_ADD should not lock (#130136)
Dino Viehland
2025-03-21
1
-0/+2
*
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
Victor Stinner
2025-03-21
3
-11/+12
*
GH-130415: Optimize constant comparison in JIT builds (GH-131489)
Savannah Ostrowski
2025-03-21
2
-29/+34
*
gh-131238: Add pycore_interpframe_structs.h header (#131553)
Victor Stinner
2025-03-21
4
-75/+98
*
gh-131238: Remove pycore_object_deferred.h from pycore_object.h (#131549)
Victor Stinner
2025-03-21
4
-10/+11
*
GH-131331: Rename "not" to "invert" (GH-131334)
Bénédikt Tran
2025-03-20
1
-1/+1
*
GH-127705: Don't call _Py_ForgetReference before _Py_Dealloc (GH-131508)
Mark Shannon
2025-03-20
1
-3/+0
*
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon
2025-03-20
1
-0/+4
*
GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-13...
Mark Shannon
2025-03-20
1
-959/+0
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
3
-6/+4
*
gh-131238: Cleanup pycore_runtime.h includes (#131486)
Victor Stinner
2025-03-20
5
-6/+4
*
gh-131238: Remove pycore_lock.h includes (#131483)
Victor Stinner
2025-03-19
14
-16/+3
*
gh-131238: Move pycore_obmalloc.h include to pycore_runtime_structs.h (#131482)
Victor Stinner
2025-03-19
4
-40/+28
*
gh-131238: Use pycore_interp_structs.h header (#131481)
Victor Stinner
2025-03-19
8
-12/+10
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
3
-9/+4
*
gh-131238: Remove many includes from pycore_interp.h (#131472)
Victor Stinner
2025-03-19
2
-20/+1
*
gh-130931: Add pycore_interpframe.h internal header (#131249)
Victor Stinner
2025-03-19
3
-365/+384
*
gh-131238: Remove pycore_runtime.h from pycore_pystate.h (#131356)
Victor Stinner
2025-03-19
6
-14/+17
*
gh-130931: Add pycore_typedefs.h internal header (#131396)
Victor Stinner
2025-03-19
11
-28/+52
[next]