COMMITS
/ Objects/dictobject.c September 5, 2016
B
remove memory indirections in dict_traverse (closes #27956)
Benjamin Peterson committed
July 10, 2016
R
Merge: #20647: Update dictobject.c comments to account for randomized string hashes.
R David Murray committed
R
#20647: Update dictobject.c comments to account for randomized string hashes.
R David Murray committed
March 30, 2016
S
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka committed
S
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka committed
March 4, 2016
B
merge 3.5 (closes #26478)
Benjamin Peterson committed
B
merge 3.4 (closes #26478)
Benjamin Peterson committed
B
properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478)
Benjamin Peterson committed
January 31, 2016
R
Issue #23601: Use small object allocator for dict key objects
Raymond Hettinger committed
January 20, 2016
V
Add _PyThreadState_UncheckedGet()
Victor Stinner committed
January 14, 2016
D
- merge 3.5
doko@ubuntu.com committed
D
dictobject.c(dict_sizeof): Make it static again.
doko@ubuntu.com committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
December 22, 2015
S
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka committed
S
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
November 20, 2015
V
Issue #25557: Refactor _PyDict_LoadGlobal()
Victor Stinner committed
October 2, 2015
S
Issue #24483: C implementation of functools.lru_cache() now calculates key's
Serhiy Storchaka committed
July 5, 2015
B
merge 3.4 (#24407)
Benjamin Peterson committed
B
merge 3.3 (#24407)
Benjamin Peterson committed
B
protect against mutation of the dict during insertion (closes #24407)
Benjamin Peterson committed
May 30, 2015
E
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow committed
May 6, 2015
B
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
October 17, 2014
A
A
May 3, 2014
R
Issue 21101: Internal API for dict getitem and setitem where the hash value is known.
Raymond Hettinger committed
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 26, 2014
L
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
January 14, 2014
M
Fix minor bug in dict.__contains__ docstring.
Meador Inge committed
January 7, 2014
L
Issue #19273: The marker comments Argument Clinic uses have been changed
Larry Hastings committed
November 23, 2013
L
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings committed
November 19, 2013
V
Issue #19646: repr(dict) now uses _PyUnicodeWriter API for better performances
Victor Stinner committed
November 18, 2013
L
Argument Clinic: rename "self" to "module" for module-level functions.
Larry Hastings committed
November 6, 2013
V
Issue #19512: Add a new _PyDict_DelItemId() function, similar to
Victor Stinner committed
October 19, 2013
L
Issue #16612: Add "Argument Clinic", a compile-time preprocessor
Larry Hastings committed
September 2, 2013
R
Factor-out the common code for setting a KeyError.
Raymond Hettinger committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
July 22, 2013
V
Issue #18520: Fix _PyDict_GetItemId(), suppress _PyUnicode_FromId() error
Victor Stinner committed
July 17, 2013
V
Issue #18408: Fix dict_repr(), don't call PyObject_Repr() with an exception set
Victor Stinner committed
July 16, 2013
V
Issue #18408: dict_new() now fails on new_keys_object() error
Victor Stinner committed
V
Cleanup dictobject.c
Victor Stinner committed
V
Issue #18408: Fix PyDict_GetItemString(), suppress PyUnicode_FromString() error
Victor Stinner committed
July 8, 2013
V
Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failure
Victor Stinner committed
May 17, 2013
R
Issue #17563: Fix dict resize performance regression.
Raymond Hettinger committed