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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619)
Serhiy Storchaka
2024-02-17
1
-3/+0
*
gh-111968: Split _Py_async_gen_asend_freelist out of _Py_async_gen_fr… (gh-...
Donghee Na
2024-02-17
1
-21/+30
*
gh-113743: Give _PyTypes_AfterFork a prototype. (gh-115563)
Benjamin Peterson
2024-02-16
1
-1/+1
*
gh-112529: Make the GC scheduling thread-safe (#114880)
Sam Gross
2024-02-16
1
-0/+2
*
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
Donghee Na
2024-02-16
4
-35/+46
*
gh-113743: Use per-interpreter locks for types (#115541)
Dino Viehland
2024-02-16
1
-2/+3
*
gh-113743: Make the MRO cache thread-safe in free-threaded builds (#113930)
Dino Viehland
2024-02-15
1
-67/+357
*
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt
2024-02-15
2
-5/+4
*
gh-114570: Add PythonFinalizationError exception (#115352)
Victor Stinner
2024-02-14
1
-0/+5
*
gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)
Donghee Na
2024-02-14
1
-50/+52
*
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
Donghee Na
2024-02-14
7
-128/+117
*
gh-115391: Fix compiler warning in `Objects/longobject.c` (GH-115368)
Kirill Podoprigora
2024-02-13
1
-1/+1
*
gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...
Steve Dower
2024-02-13
1
-4/+3
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-8/+208
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-15/+7
*
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g...
Donghee Na
2024-02-10
6
-44/+19
*
gh-110481: Implement inter-thread queue for biased reference counting (#114824)
Sam Gross
2024-02-09
2
-7/+17
*
gh-115184: Fix refleak tracking issues in free-threaded build (#115188)
Sam Gross
2024-02-09
3
-6/+16
*
gh-112069: Adapt set/frozenset methods to Argument Clinic (#115112)
Tomas R
2024-02-08
2
-157/+673
*
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross
2024-02-07
2
-8/+10
*
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#11...
Mark Shannon
2024-02-07
2
-19/+1
*
gh-112075: Add critical sections for most dict APIs (#114508)
Dino Viehland
2024-02-06
4
-272/+721
*
gh-112087: Make list_{count, index, contains} to be thread-safe. (gh-114916)
Donghee Na
2024-02-06
1
-19/+33
*
gh-112066: Add `PyDict_SetDefaultRef` function. (#112123)
Sam Gross
2024-02-06
1
-20/+71
*
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka
2024-02-05
1
-0/+7
*
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon
2024-02-05
2
-1/+19
*
GH-113462: Limit the number of versions that a single class can use. (GH-114900)
Mark Shannon
2024-02-05
1
-1/+6
*
gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)
Nikita Sobolev
2024-02-04
1
-5/+11
*
gh-114329: Add `PyList_GetItemRef` function (GH-114504)
Sam Gross
2024-02-02
1
-0/+15
*
GH-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
1
-1/+2
*
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
Donghee Na
2024-02-01
4
-49/+51
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
1
-2/+11
*
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)
Donghee Na
2024-01-31
1
-7/+15
*
gh-113939: Frame clear, clear locals (#113940)
Albert Zeyer
2024-01-31
1
-0/+1
*
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
Serhiy Storchaka
2024-01-31
1
-0/+6
*
gh-112075: refactor dictionary lookup functions for better re-usability (#114...
Dino Viehland
2024-01-30
1
-97/+95
*
gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...
Pablo Galindo Salgado
2024-01-30
1
-0/+6
*
gh-114569: Use PyMem_* APIs for non-PyObjects in unicodeobject.c (#114690)
Erlend E. Aasland
2024-01-29
1
-6/+6
*
gh-112075: Use PyMem_* for allocating dict keys objects (#114543)
Dino Viehland
2024-01-29
1
-43/+23
*
gh-55664: Add warning when creating a type using a namespace dictionary with ...
Furkan Onder
2024-01-28
1
-0/+11
*
gh-113560: Improve docstrings for set.issubset() and set.issuperset() (GH-113...
Charlie Zhao
2024-01-27
1
-2/+10
*
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer
2024-01-27
1
-6/+115
*
gh-112087: Make list_repr and list_length to be thread-safe (gh-114582)
Donghee Na
2024-01-26
1
-10/+17
*
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
Donghee Na
2024-01-26
5
-14/+14
*
gh-114569: Use PyMem_* APIs for most non-PyObject uses (#114574)
Erlend E. Aasland
2024-01-26
2
-12/+12
*
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom
2024-01-25
2
-0/+12
*
gh-112075: Adapt more dict methods to Argument Clinic (#114256)
Dino Viehland
2024-01-23
2
-81/+191
*
gh-112532: Improve mimalloc page visiting (#114133)
Sam Gross
2024-01-22
2
-34/+130
*
gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)
Sam Gross
2024-01-20
1
-1/+2
*
gh-111968: Fix --without-freelists build (gh-114270)
Donghee Na
2024-01-18
1
-5/+14
[next]