summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* gh-110481: Implement inter-thread queue for biased reference counting (#114824)Sam Gross2024-02-095-0/+84
* gh-114828: parenthesize non-atomic macro definitions in pycore_symtable.h (#1...Carl Meyer2024-02-071-12/+12
* GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...Mark Shannon2024-02-073-34/+33
* gh-112075: Add critical sections for most dict APIs (#114508)Dino Viehland2024-02-061-0/+46
* gh-115035: Mark ThreadHandles as non-joinable earlier after forking (#115042)Sam Gross2024-02-062-6/+11
* gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)Sam Gross2024-02-061-0/+10
* gh-91602: Add iterdump() support for filtering database objects (#114501)Mariusz Felisiak2024-02-064-0/+6
* gh-112075: Add gc shared bits (#114931)Dino Viehland2024-02-051-0/+17
* GH-108362: Incremental GC implementation (GH-108038)Mark Shannon2024-02-053-33/+34
* GH-113462: Limit the number of versions that a single class can use. (GH-114900)Mark Shannon2024-02-051-0/+1
* gh-104530: Enable native Win32 condition variables by default (GH-104531)Andrew Rogers2024-02-021-5/+5
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-021-0/+1
* GH-113710: Add a "globals to constants" pass (GH-114592)Mark Shannon2024-02-028-9/+32
* GH-113655 Lower C recursion limit from 4000 to 3000 on Windows. (GH-114896)Mark Shannon2024-02-021-1/+1
* gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)Donghee Na2024-02-015-22/+17
* gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...Sam Gross2024-02-012-11/+21
* Fix comment in pycore_runtime.h (GH-110540)He Weidong2024-02-011-1/+1
* gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)Donghee Na2024-01-312-1/+6
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-301-0/+1
* gh-112919: Speed-up datetime, date and time.replace() (GH-112921)Eugene Toder2024-01-304-0/+48
* gh-112075: Dictionary global version counter should use atomic increments (#1...Dino Viehland2024-01-291-0/+6
* gh-112050: Adapt collections.deque to Argument Clinic (#113963)mpage2024-01-294-0/+6
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-293-2/+29
* gh-113055: Use pointer for interp->obmalloc state (gh-113412)Neil Schemenauer2024-01-274-9/+13
* gh-112087: Make list_repr and list_length to be thread-safe (gh-114582)Donghee Na2024-01-261-0/+4
* gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)Donghee Na2024-01-261-7/+7
* gh-112529: Implement GC for free-threaded builds (#114262)Sam Gross2024-01-255-10/+131
* gh-112075: Add try-incref functions from nogil branch for use in dict thread ...Dino Viehland2024-01-251-0/+136
* gh-114312: Collect stats for unlikely events (GH-114493)Michael Droettboom2024-01-253-0/+45
* GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)Mark Shannon2024-01-245-3/+39
* GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)Mark Shannon2024-01-242-3/+6
* GH-114456: lower the recursion limit under WASI for debug builds (GH-114457)Brett Cannon2024-01-231-4/+7
* gh-111964: Implement stop-the-world pauses (gh-112471)Sam Gross2024-01-238-15/+72
* gh-112532: Improve mimalloc page visiting (#114133)Sam Gross2024-01-221-0/+4
* gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)Sam Gross2024-01-201-0/+71
* gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)Donghee Na2024-01-184-30/+21
* Post 3.13.0a3Thomas Wouters2024-01-171-1/+1
* Python 3.13.0a3v3.13.0a3Thomas Wouters2024-01-171-2/+2
* gh-112529: Track if debug allocator is used as underlying allocator (#113747)Sam Gross2024-01-163-0/+6
* gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)Donghee Na2024-01-164-20/+14
* gh-113626: Add allow_code parameter in marshal functions (GH-113648)Serhiy Storchaka2024-01-164-0/+6
* GH-113655: Lower the C recursion limit on various platforms (GH-113944)Mark Shannon2024-01-161-2/+6
* gh-111968: Use per-thread slice_cache in free-threading (gh-113972)Donghee Na2024-01-154-4/+11
* GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...Mark Shannon2024-01-151-1/+1
* Fix a grammatical error in `pycore_pymem.h` (#112993)Joseph Pearson2024-01-121-1/+1
* gh-113710: Add types to the interpreter DSL (#113711)Ken Jin2024-01-123-55/+56
* GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)Brandt Bucher2024-01-123-33/+8
* gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)Donghee Na2024-01-113-45/+28
* GH-113853: Guarantee forward progress in executors (GH-113854)Mark Shannon2024-01-111-1/+1
* gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)Nikita Sobolev2024-01-114-0/+6