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
*
gh-112050: Adapt collections.deque to Argument Clinic (#113963)
mpage
2024-01-29
4
-0/+6
*
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher
2024-01-29
2
-2/+27
*
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer
2024-01-27
4
-9/+13
*
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
Donghee Na
2024-01-26
1
-7/+7
*
gh-112529: Implement GC for free-threaded builds (#114262)
Sam Gross
2024-01-25
4
-9/+128
*
gh-112075: Add try-incref functions from nogil branch for use in dict thread ...
Dino Viehland
2024-01-25
1
-0/+136
*
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom
2024-01-25
2
-0/+31
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
5
-3/+39
*
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
Mark Shannon
2024-01-24
2
-3/+6
*
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross
2024-01-23
6
-14/+68
*
gh-112532: Improve mimalloc page visiting (#114133)
Sam Gross
2024-01-22
1
-0/+4
*
gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)
Sam Gross
2024-01-20
1
-0/+71
*
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
Donghee Na
2024-01-18
4
-30/+21
*
gh-112529: Track if debug allocator is used as underlying allocator (#113747)
Sam Gross
2024-01-16
3
-0/+6
*
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
Donghee Na
2024-01-16
4
-20/+14
*
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka
2024-01-16
4
-0/+6
*
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
Donghee Na
2024-01-15
4
-4/+11
*
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...
Mark Shannon
2024-01-15
1
-1/+1
*
Fix a grammatical error in `pycore_pymem.h` (#112993)
Joseph Pearson
2024-01-12
1
-1/+1
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
3
-55/+56
*
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher
2024-01-12
2
-32/+0
*
gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)
Donghee Na
2024-01-11
3
-45/+28
*
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
Nikita Sobolev
2024-01-11
4
-0/+6
*
gh-111968: Unify naming scheme for freelist (gh-113919)
Donghee Na
2024-01-10
1
-1/+1
*
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free li...
Sam Gross
2024-01-10
1
-0/+4
*
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)
Donghee Na
2024-01-10
4
-29/+21
*
GH-113860: All executors are now defined in terms of micro ops. Convert count...
Mark Shannon
2024-01-10
4
-7/+8
*
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)
Donghee Na
2024-01-09
6
-22/+63
*
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...
Pablo Galindo Salgado
2024-01-08
4
-6/+0
*
gh-113688: Split up gcmodule.c (gh-113715)
Sam Gross
2024-01-05
1
-0/+31
*
gh-112532: Tag mimalloc heaps and pages (#113742)
Sam Gross
2024-01-05
2
-1/+3
*
gh-112532: Isolate abandoned segments by interpreter (#113717)
Sam Gross
2024-01-04
4
-18/+53
*
gh-111926: Set up basic sementics of weakref API for freethreading (gh-113621)
Donghee Na
2024-01-03
1
-19/+37
*
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross
2023-12-26
4
-1/+35
*
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...
Yilei Yang
2023-12-25
1
-2/+0
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
1
-23/+23
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
3
-991/+771
*
gh-111178: Make slot functions in typeobject.c have compatible types (GH-112752)
Christopher Chavez
2023-12-20
1
-1/+1
*
gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)
Sam Gross
2023-12-16
1
-0/+39
*
GH-111485: Sort metadata tables for easier checking of future diffs (GH-113101)
Mark Shannon
2023-12-14
1
-1503/+1503
*
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon
2023-12-14
1
-1/+1
*
gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...
Eric Snow
2023-12-13
1
-2/+1
*
gh-112723: Call `PyThreadState_Clear()` from the correct interpreter (#112776)
Sam Gross
2023-12-13
2
-2/+2
*
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow
2023-12-13
1
-0/+2
*
GH-108866: Guarantee forward progress in executors. (GH-113006)
Mark Shannon
2023-12-12
2
-2/+2
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
2
-3/+13
*
GH-111485: Factor out tier 2 code generation from the rest of the interpreter...
Mark Shannon
2023-12-12
1
-1/+1
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-1/+13
*
GH-111485: Factor out generation of uop IDs from cases generator. (GH-112877)
Mark Shannon
2023-12-11
2
-96/+269
*
gh-112867: fix for WITH_PYMALLOC_RADIX_TREE=0 (GH-112885)
Neil Schemenauer
2023-12-09
1
-0/+2
[next]