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.0b2
v3.14.0b2
Hugo van Kemenade
2025-05-26
1
-2/+2
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
7
-0/+30
*
[3.14] gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (GH-134286) (...
Miss Islington (bot)
2025-05-25
1
-0/+8
*
[3.14] GH-130397: remove special-casing of C stack depth for WASI (GH-134469)...
Miss Islington (bot)
2025-05-22
1
-3/+0
*
[3.14] gh-132775: Make _PyXI_session Opaque (gh-134522)
Miss Islington (bot)
2025-05-22
1
-50/+8
*
[3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStatele...
Miss Islington (bot)
2025-05-21
1
-2/+2
*
[3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)
Miss Islington (bot)
2025-05-21
2
-4/+25
*
[3.14] gh-129748: Update mimalloc to use atomic store for mi_block_set_nextx ...
Miss Islington (bot)
2025-05-20
2
-5/+5
*
[3.14] gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (GH-133...
Miss Islington (bot)
2025-05-20
4
-7/+0
*
[3.14] gh-133779: Revert Windows generation of pyconfig.h and go back to a st...
Steve Dower
2025-05-19
1
-0/+13
*
[3.14] gh-128045: Mark unknown opcodes as deopting to themselves (GH-128044) ...
Miss Islington (bot)
2025-05-19
1
-0/+29
*
[3.14] gh-132641: fix race in `lru_cache` under free-threading (GH-133787) (#...
Miss Islington (bot)
2025-05-14
1
-0/+2
*
[3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Miss Islington (bot)
2025-05-13
2
-6/+11
*
[3.14] gh-132775: Add _PyFunction_GetXIData() (gh-133955)
Miss Islington (bot)
2025-05-12
1
-0/+7
*
[3.14] gh-132775: Add _PyCode_GetScriptXIData() (gh-133676)
Miss Islington (bot)
2025-05-08
2
-0/+9
*
[3.14] gh-133583: Add support for fixed size unsigned integers in argument pa...
Miss Islington (bot)
2025-05-08
1
-0/+5
*
[3.14] gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133625)
Eric Snow
2025-05-08
3
-0/+50
*
Post 3.14.0b1
Hugo van Kemenade
2025-05-07
1
-1/+1
*
Python 3.14.0b1
v3.14.0b1
Hugo van Kemenade
2025-05-06
1
-3/+3
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
5
-22/+9
*
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#13...
Petr Viktorin
2025-05-06
3
-50/+0
*
Remove duplicate includes: Include/internal/ (#132624)
Adam Turner
2025-05-06
2
-4/+0
*
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow
2025-05-05
1
-0/+7
*
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow
2025-05-05
3
-0/+50
*
GH-131798: Split CALL_LEN into several uops (GH-133180)
Diego Russo
2025-05-05
3
-197/+202
*
gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
Neil Schemenauer
2025-05-05
1
-3/+3
*
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow
2025-05-05
2
-0/+56
*
gh-133140: Add `PyUnstable_Object_IsUniquelyReferenced` for free-threading (#...
Peter Bierma
2025-05-05
1
-0/+2
*
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
Neil Schemenauer
2025-05-05
1
-0/+10
*
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...
Irit Katriel
2025-05-05
5
-9/+22
*
gh-133371: Don't optimize `LOAD_FAST` instructions whose local is killed by `...
mpage
2025-05-05
1
-1/+2
*
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...
Yan Yanchii
2025-05-04
1
-3/+3
*
bpo-44172: Keep reference to original window in curses subwindow objects (GH-...
Michael Forney
2025-05-04
1
-1/+2
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
5
-4/+13
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
4
-0/+56
*
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Ken Jin
2025-05-02
3
-170/+175
*
gh-128972: Add `_Py_ALIGN_AS` and revert `PyASCIIObject` memory layout. (GH-1...
Petr Viktorin
2025-05-02
2
-10/+61
*
gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)
Sam Gross
2025-05-02
1
-0/+5
*
gh-133258: Fix crash in test_index (GH-133262)
Irit Katriel
2025-05-01
2
-2/+2
*
gh-133261: Use __builtin_frame_address() on GCC 9 and older (#133269)
Victor Stinner
2025-05-01
1
-2/+2
*
gh-133256: Add _Py_NONSTRING macro (#133257)
Victor Stinner
2025-05-01
2
-1/+16
*
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
Irit Katriel
2025-05-01
6
-274/+295
*
PyStats: Make sure that the `failure_kinds` array is big enough. (#133245)
Mark Shannon
2025-05-01
1
-1/+1
*
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow
2025-05-01
2
-56/+0
*
gh-132775: Add _PyPickle_GetXIData() (gh-133107)
Eric Snow
2025-04-30
1
-0/+7
*
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Eric Snow
2025-04-30
2
-0/+56
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
4
-99/+45
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
14
-127/+245
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
2025-04-29
2
-10/+69
*
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...
Petr Viktorin
2025-04-29
1
-4/+0
[next]