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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
3
-9/+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
1
-0/+51
*
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
3
-9/+9
*
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
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
4
-3/+12
*
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-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
1
-1/+1
*
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
Irit Katriel
2025-05-01
4
-200/+220
*
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow
2025-05-01
1
-51/+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
1
-0/+51
*
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon
2025-04-30
2
-25/+30
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
13
-11/+127
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
2025-04-29
2
-10/+69
*
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon
2025-04-29
1
-0/+1
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
2025-04-29
3
-4/+2
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
2025-04-29
1
-6/+8
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
2025-04-29
2
-0/+7
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
2025-04-28
1
-0/+7
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
2025-04-28
3
-2/+4
*
gh-132775: Add _PyBytes_GetXIData() (gh-133101)
Eric Snow
2025-04-28
1
-0/+23
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
2025-04-28
2
-0/+4
*
gh-132775: Add _PyModule_GetFilenameObject() and _PyModule_GetFilenameUTF8() ...
Eric Snow
2025-04-28
1
-0/+6
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
2025-04-28
1
-33/+33
*
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra
2025-04-28
4
-0/+7
*
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra
2025-04-28
3
-8/+23
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
2025-04-25
3
-16/+22
*
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow
2025-04-25
2
-14/+1
*
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow
2025-04-25
2
-1/+14
*
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
Tomas R.
2025-04-24
3
-141/+146
*
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
Tomas R.
2025-04-24
3
-141/+146
*
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
Pablo Galindo Salgado
2025-04-23
1
-0/+4
*
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
Tomas R.
2025-04-22
3
-180/+190
*
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev
2025-04-22
1
-0/+9
*
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross
2025-04-21
4
-108/+113
*
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma
2025-04-21
2
-0/+4
*
gh-127117: ensure that `_initial_thread` is the last field of `PyInterpreterS...
Bénédikt Tran
2025-04-20
1
-6/+6
*
gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)
Bénédikt Tran
2025-04-19
1
-0/+6
*
gh-128398: improve error messages when incorrectly using `with` and `async wi...
Bénédikt Tran
2025-04-19
1
-0/+11
[next]