COMMITS
/ Objects/dictobject.c December 12, 2024
M
[3.12] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-127813)
Miss Islington (bot) committed
October 29, 2024
M
[3.12] gh-116938: Fix `dict.update` docstring and remove erraneous full stop from `dict` documentation (GH-125421) (#126151)
Miss Islington (bot) committed
September 27, 2024
P
July 30, 2024
D
[3.12] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122327)
Dino Viehland committed
May 21, 2023
D
gh-104717: Add comment about manual loop unrolling (gh-104718)
Dong-hee Na committed
May 10, 2023
E
gh-104252: Immortalize Py_EMPTY_KEYS (gh-104253)
Eric Snow committed
March 21, 2023
E
gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Eric Snow committed
March 17, 2023
I
gh-102701: Fix overflow in dictobject.c (GH-102750)
Inada Naoki committed
March 9, 2023
E
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Eric Snow committed
E
gh-100227: Move next_keys_version to PyInterpreterState (gh-102335)
Eric Snow committed
March 8, 2023
E
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
Eric Snow committed
I
C
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer committed
February 8, 2023
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 29, 2022
V
gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)
Victor Stinner committed
November 16, 2022
E
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow committed
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333)
Victor Stinner committed
October 8, 2022
C
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer committed
October 7, 2022
C
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer committed
September 20, 2022
S
Fix minor comment typo in dictobject.c (GH-96960)
Samuel committed
September 9, 2022
N
gh-96364: Fix text signatures of `__getitem__` for `list` and `dict` (GH-96365)
Nikita Sobolev committed
August 18, 2022
M
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH-95948)
Matthias Görgens committed
August 1, 2022
M
GH-95245: Store object values and dict pointers in single tagged pointer. (GH-95278)
Mark Shannon committed
July 25, 2022
M
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon committed
May 5, 2022
May 3, 2022
M
Add more stats for freelist use and allocations. (GH-92211)
Mark Shannon committed
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
March 31, 2022
V
bpo-47164: Add _PyASCIIObject_CAST() macro (GH-32191)
Victor Stinner committed
March 4, 2022
M
bpo-46903: Handle str-subclasses in virtual instance dictionaries. (GH-31658)
Mark Shannon committed
March 3, 2022
I
dict: Fix refleak (GH-31650)
Inada Naoki committed
March 2, 2022
I
dict: Internal cleanup (GH-31641)
Inada Naoki committed
March 1, 2022
I
bpo-46845: Reduce dict size when all keys are Unicode (GH-31564)
Inada Naoki committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
February 22, 2022
I
dict: Add dk_log2_index_bytes (GH-31439)
Inada Naoki committed
February 19, 2022
I
dict: Use DK_LOG_SIZE in hot loop. (GH-31405)
Inada Naoki committed
February 8, 2022
February 7, 2022
V
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
Victor Stinner committed
February 1, 2022
M
bpo-46072: Add some object layout and allocation stats (GH-31051)
Mark Shannon committed
January 21, 2022
V
bpo-46417: Use _PyType_CAST() in Objects directory (GH-30764)
Victor Stinner committed
December 7, 2021
November 19, 2021
D
bpo-45609: Specialize STORE_SUBSCR (GH-29242)
Dennis Sweeney committed
October 21, 2021
C
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes committed
October 13, 2021
M
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
October 6, 2021
September 19, 2021
S
Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450)
Serhiy Storchaka committed
September 17, 2021
M
bpo-45219: Factor dictkey indexing (GH-28389)
Mark Shannon committed