COMMITS
/ Objects/dictobject.c August 9, 2021
M
bpo-44826: Specialize STORE_ATTR (GH-27590)
Mark Shannon committed
August 4, 2021
M
bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)
Mark Shannon committed
August 2, 2021
M
bpo-44206: Make sure that dict-keys's version is set to zero when value is popped (GH-27542)
Mark Shannon committed
July 1, 2021
V
bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947)
Victor Stinner committed
June 10, 2021
M
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon committed
May 29, 2021
M
Fix MSVC compiler warnings in dictobject.c (GH-26432)
Mark Shannon committed
May 28, 2021
P
bpo-44206: Fix compiler warnings in dictobject.c (GH-26440)
Pablo Galindo committed
M
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon committed
May 13, 2021
I
bpo-44114: Remove redundant cast. (GH-26098)
Inada Naoki committed
J
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures (GH-26062)
Joe Marshall committed
April 30, 2021
M
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon committed
April 29, 2021
H
bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186)
Hristo Venev committed
April 10, 2021
V
bpo-43770: Refactor type_new() function (GH-25325)
Victor Stinner committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
February 21, 2021
V
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
Victor Stinner committed
February 20, 2021
P
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
Pablo Galindo committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
December 5, 2020
B
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
October 26, 2020
S
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka committed
S
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)
Serhiy Storchaka committed
October 25, 2020
P
Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
Pablo Galindo committed
October 20, 2020
P
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo committed
August 7, 2020
I
bpo-41493: Refactoring dictresize (GH-21751)
Inada Naoki committed
August 4, 2020
I
bpo-41431: Optimize dict_merge for copy (GH-21674)
Inada Naoki committed
July 19, 2020
S
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
Serhiy Storchaka committed
June 23, 2020
V
bpo-40521: Cleanup code of free lists (GH-21082)
Victor Stinner committed
V
bpo-40521: Make dict free lists per-interpreter (GH-20645)
Victor Stinner committed
June 15, 2020
P
bpo-40890: Fix compiler warning in dictobject.c (GH-20876)
Pablo Galindo committed
June 12, 2020
D
bpo-40890: Add `mapping` property to dict views (GH-20749)
Dennis Sweeney committed
June 10, 2020
D
bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718)
Dennis Sweeney committed
June 2, 2020
V
bpo-40839: PyDict_GetItem() requires the GIL (GH-20580)
Victor Stinner committed
May 11, 2020
May 5, 2020
V
bpo-40521: Disable free lists in subinterpreters (GH-19937)
Victor Stinner committed
April 29, 2020
V
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
April 2, 2020
D
bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280)
Dong-hee Na committed
March 26, 2020
A
bpo-39943: Properly const the pointers in dictkeys_get_index (GH-19170)
Andy Lester committed
February 25, 2020
B
bpo-36144: Dictionary Union (PEP 584) (#12088)
Brandt Bucher committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
February 3, 2020
V
bpo-39542: Simplify _Py_NewReference() (GH-18332)
Victor Stinner committed
December 31, 2019
November 7, 2019
I
bpo-38613: Optimize set operations of dict keys. (GH-16961)
Inada Naoki committed
October 23, 2019
S
bpo-38555: Fix an undefined behavior. (GH-16883)
Serhiy Storchaka committed
October 19, 2019
D
October 13, 2019
Z
bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241)
Zackery Spytz committed