| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123990: Good bye WITH_FREELISTS macro (gh-124358) | Donghee Na | 2024-09-24 | 1 | -2/+0 |
|
|
* | gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830) | Sam Gross | 2024-08-12 | 1 | -3/+5 |
|
|
* | gh-100240: Use a consistent implementation for freelists (#121934) | Sam Gross | 2024-07-22 | 1 | -50/+9 |
|
|
* | gh-121288: Make error message for index() methods consistent (GH-121395) | Serhiy Storchaka | 2024-07-05 | 1 | -1/+1 |
|
|
* | Fix typos in comments (#120821) | Xie Yanbo | 2024-06-24 | 1 | -2/+2 |
|
|
* | gh-119344: Make critical section API public (#119353) | Sam Gross | 2024-06-21 | 1 | -1/+1 |
|
|
* | gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#120442) | Nikita Sobolev | 2024-06-21 | 1 | -12/+33 |
|
|
* | gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303) | Nikita Sobolev | 2024-06-11 | 1 | -1/+8 |
|
|
* | gh-119053: Implement the fast path for list.__getitem__ (gh-119112) | Donghee Na | 2024-05-21 | 1 | -5/+10 |
|
|
* | gh-118561: Fix crash involving list.extend in free-threaded build (#118723) | Sam Gross | 2024-05-09 | 1 | -1/+2 |
|
|
* | gh-117657: Fix TSAN list set failure (#118260) | Dino Viehland | 2024-05-02 | 1 | -3/+6 |
|
|
* | gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990) | Donghee Na | 2024-04-18 | 1 | -2/+1 |
|
|
* | gh-112087: Make `list.extend(dict)` behave atomically (#117438) | Sam Gross | 2024-04-02 | 1 | -0/+5 |
|
|
* | GH-116939: Rewrite binarysort() (#116940) | Tim Peters | 2024-03-22 | 1 | -57/+131 |
|
|
* | gh-116621: Specialize list.extend for dict items (gh-116888) | Donghee Na | 2024-03-19 | 1 | -3/+36 |
|
|
* | Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956) | Victor Stinner | 2024-03-18 | 1 | -1/+1 |
|
|
* | gh-116621: Specialize list.extend for dict keys/values (gh-116816) | Donghee Na | 2024-03-15 | 1 | -0/+37 |
|
|
* | GH-116554: Relax list.sort()'s notion of "descending" runs (#116578) | Tim Peters | 2024-03-13 | 1 | -54/+103 |
|
|
* | gh-116621: Set manual critical section for list.extend (gh-116657) | Donghee Na | 2024-03-12 | 1 | -45/+93 |
|
|
* | gh-112087: Make list.sort to be thread-safe for PEP 703. (gh-116553) | Donghee Na | 2024-03-10 | 1 | -4/+7 |
|
|
* | gh-112087: Store memory allocation information into _PyListArray (gh-116529) | Donghee Na | 2024-03-09 | 1 | -14/+112 |
|
|
* | gh-116381: Remove bad specializations, add fail stats (GH-116464) | Ken Jin | 2024-03-07 | 1 | -3/+3 |
|
|
* | gh-116381: Specialize CONTAINS_OP (GH-116385) | Ken Jin | 2024-03-06 | 1 | -3/+3 |
|
|
* | gh-112087: Update list_get_item_ref to optimistically avoid locking (gh-116353) | Donghee Na | 2024-03-05 | 1 | -11/+60 |
|
|
* | gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233) | Donghee Na | 2024-03-05 | 1 | -50/+82 |
|
|
* | gh-112087: Use QSBR technique for list_new/clear for free-thread build (gh-11... | Donghee Na | 2024-03-01 | 1 | -6/+29 |
|
|
* | gh-112087: Make list_{concat, repeat, inplace_repeat, ass_item) to be thread... | Donghee Na | 2024-02-21 | 1 | -40/+82 |
|
|
* | gh-115733: Fix crash involving exhausted list iterator (#115740) | Sam Gross | 2024-02-20 | 1 | -3/+3 |
|
|
* | gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505) | Donghee Na | 2024-02-16 | 1 | -3/+3 |
|
|
* | 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 | 1 | -17/+17 |
|
|
* | gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (g... | Donghee Na | 2024-02-10 | 1 | -10/+0 |
|
|
* | gh-112087: Make list_{count, index, contains} to be thread-safe. (gh-114916) | Donghee Na | 2024-02-06 | 1 | -19/+33 |
|
|
* | gh-114329: Add `PyList_GetItemRef` function (GH-114504) | Sam Gross | 2024-02-02 | 1 | -0/+15 |
|
|
* | gh-111968: Use per-thread freelists for dict in free-threading (gh-114323) | Donghee Na | 2024-02-01 | 1 | -0/+4 |
|
|
* | gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651) | Donghee Na | 2024-01-31 | 1 | -7/+15 |
|
|
* | 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 | 1 | -2/+2 |
|
|
* | gh-112087: Remove duplicated critical_section (gh-114268) | Donghee Na | 2024-01-18 | 1 | -6/+3 |
|
|
* | gh-112087: Update list impl to be thread-safe with manual CS (gh-113863) | Donghee Na | 2024-01-16 | 1 | -16/+53 |
|
|
* | gh-111968: Explicit handling for finalized freelist (gh-113929) | Donghee Na | 2024-01-12 | 1 | -15/+7 |
|
|
* | gh-111968: Unify naming scheme for freelist (gh-113919) | Donghee Na | 2024-01-10 | 1 | -2/+2 |
|
|
* | gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584) | Donghee Na | 2024-01-09 | 1 | -11/+11 |
|
|
* | gh-112087: Update list.{pop,clear,reverse,remove} to use CS (gh-113764) | Donghee Na | 2024-01-09 | 1 | -6/+11 |
|
|
* | gh-111178: Avoid calling functions from incompatible pointer types in listobj... | Christopher Chavez | 2024-01-02 | 1 | -72/+92 |
|
|
* | gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862) | Victor Stinner | 2023-11-13 | 1 | -112/+167 |
|
|
* | gh-106168: Revert the "size before item" setting (#111683) | scoder | 2023-11-03 | 1 | -1/+1 |
|
|
* | gh-106320: Remove private _PyEval function (#108433) | Victor Stinner | 2023-08-24 | 1 | -0/+1 |
|
|
* | gh-106320: Remove private _PyObject C API (#107147) | Victor Stinner | 2023-07-23 | 1 | -1/+1 |
|
|
* | gh-96844: Improve error message of list.remove (gh-106455) | Dong-hee Na | 2023-07-05 | 1 | -1/+1 |
|
|