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: Make collections.deque thread-safe in free-threaded builds (#113830)
mpage
2024-02-15
1
-0/+2
*
gh-112529: Use _PyThread_Id() in mimalloc in free-threaded build (#115488)
Sam Gross
2024-02-14
2
-4/+13
*
gh-115041: Add wrappers that are atomic only in free-threaded builds (#115046)
mpage
2024-02-14
1
-0/+35
*
gh-115441: Fix missing braces warning (#115460)
Sam Gross
2024-02-14
1
-11/+0
*
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
Donghee Na
2024-02-14
6
-40/+34
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
Eric Snow
2024-02-13
3
-0/+42
*
GH-113710: Improve `_SET_IP` and `_CHECK_VALIDITY` (GH-115248)
Mark Shannon
2024-02-13
2
-2/+5
*
GH-113710: Backedge counter improvements. (GH-115166)
Mark Shannon
2024-02-13
1
-2/+4
*
gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)
Ken Jin
2024-02-13
3
-10/+17
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
4
-0/+60
*
gh-114271: Make `PyInterpreterState.threads.count` thread-safe in free-thread...
mpage
2024-02-12
1
-1/+1
*
gh-110850: Add PyTime_t C API (GH-115215)
Petr Viktorin
2024-02-12
1
-48/+51
*
GH-113710: Fix updating of dict version tag and add watched dict stats (GH-11...
Mark Shannon
2024-02-12
1
-2/+3
*
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...
Donghee Na
2024-02-10
9
-26/+10
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
5
-0/+84
*
gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h (#1...
Carl Meyer
2024-02-07
1
-12/+12
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
3
-34/+33
*
gh-112075: Add critical sections for most dict APIs (#114508)
Dino Viehland
2024-02-06
1
-0/+46
*
gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)
Sam Gross
2024-02-06
2
-6/+11
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
4
-0/+6
*
gh-112075: Add gc shared bits (#114931)
Dino Viehland
2024-02-05
1
-0/+17
*
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon
2024-02-05
3
-33/+34
*
gh-104530: Enable native Win32 condition variables by default (GH-104531)
Andrew Rogers
2024-02-02
1
-5/+5
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
6
-8/+22
*
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
Donghee Na
2024-02-01
5
-22/+17
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
1
-9/+18
*
Fix comment in pycore_runtime.h (GH-110540)
He Weidong
2024-02-01
1
-1/+1
*
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)
Donghee Na
2024-01-31
1
-1/+2
*
gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
Eugene Toder
2024-01-30
4
-0/+48
*
gh-112075: Dictionary global version counter should use atomic increments (#1...
Dino Viehland
2024-01-29
1
-0/+6
*
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
[next]