COMMITS
/ Objects/odictobject.c November 11, 2017
S
bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728)
Serhiy Storchaka committed
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
September 17, 2017
S
bpo-31497: Add private helper _PyType_Name(). (#3630)
Serhiy Storchaka committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
September 5, 2017
J
bpo-30662: fixed OrderedDict.__init__ docstring re PEP 468 (#2179)
Jonathan Eunice committed
August 3, 2017
I
bpo-29304: Simplify dict lookup functions (GH-2407)
INADA Naoki committed
April 21, 2017
S
bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751)
Serhiy Storchaka committed
January 24, 2017
S
Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict
Serhiy Storchaka committed
January 19, 2017
S
Issue #29289: Argument Clinic generates reasonable name for the parameter "default".
Serhiy Storchaka committed
January 17, 2017
V
Convert some OrderedDict methods to Argument Clinic
Victor Stinner committed
January 14, 2017
M
Merge doc fixes from 3.6
Martin Panter committed
M
Merge doc fixes from 3.5
Martin Panter committed
M
Fix grammar, typos and markup in documentation and code comments
Martin Panter committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
December 7, 2016
I
Issue #28818: Simplify lookdict functions
INADA Naoki committed
December 6, 2016
V
Use _PyObject_CallNoArg()
Victor Stinner committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
October 30, 2016
S
Merge from 3.5.
Serhiy Storchaka committed
S
Backed out changeset 9f7505019767 (issue #27275).
Serhiy Storchaka committed
October 25, 2016
S
Issue #27275: Fixed implementation of pop() and popitem() methods in
Serhiy Storchaka committed
S
Issue #27275: Fixed implementation of pop() and popitem() methods in
Serhiy Storchaka committed
September 9, 2016
E
Issue #27576: Fix call order in OrderedDict.__init__().
Eric Snow committed
September 8, 2016
E
Issue #24254: Drop cls.__definition_order__.
Eric Snow committed
B
fix spelling
Benjamin Peterson committed
V
Implement compact dict
Victor Stinner committed
September 5, 2016
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed
August 5, 2016
M
Merge spelling and grammar fixes from 3.5
Martin Panter committed
August 4, 2016
M
Fix spelling and grammar in documentation and code comments
Martin Panter committed
June 8, 2016
V
odict: Remove useless ";" after function definition
Victor Stinner committed
February 8, 2016
S
Issue #25949: __dict__ for an OrderedDict instance is now created only when
Serhiy Storchaka committed
January 19, 2016
S
Issue #25935: Garbage collector now breaks reference loops with OrderedDict.
Serhiy Storchaka committed
December 22, 2015
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
November 13, 2015
S
Issue #25462: The hash of the key now is calculated only once in most
Serhiy Storchaka committed
November 6, 2015
S
Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more
Serhiy Storchaka committed
S
Issue #24726: Revert setting the value on the dict if
Serhiy Storchaka committed
S
Issue #25558: Refactoring OrderedDict iteration.
Serhiy Storchaka committed
November 4, 2015
S
Issue #25449: Fixed a crash and leaking NULL in repr() of OrderedDict that
Serhiy Storchaka committed
S
Issue #25449: Iterating OrderedDict with keys with unstable hash now raises
Serhiy Storchaka committed
November 1, 2015
S
Issue #25395: Fixed crash when highly nested OrderedDict structures were
Serhiy Storchaka committed
October 22, 2015
S
Issue #25410: C implementation of OrderedDict now uses type(self) instead of
Serhiy Storchaka committed
October 20, 2015
S
Issue #25410: Fixed a memory leak in OrderedDict in the case when key's hash
Serhiy Storchaka committed
October 18, 2015
S
Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedDict.
Serhiy Storchaka committed
October 14, 2015
S
Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()
Serhiy Storchaka committed
September 18, 2015
V
odictobject.c: fix compiler warning
Victor Stinner committed
September 3, 2015
V
Issue #24992: Fix error handling and a race condition (related to garbage
Victor Stinner committed
August 7, 2015
E
Issue #24667: Resize odict in all cases that the underlying dict resizes.
Eric Snow committed
June 7, 2015
B
repair my irrational excuberance
Benjamin Peterson committed
B
remove unnecessary braces and indentation
Benjamin Peterson committed