COMMITS
/ Objects/odictobject.c March 13, 2020
B
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Brandt Bucher committed
March 2, 2020
P
bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749)
Pablo Galindo committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
January 30, 2020
H
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 10, 2019
J
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
S
bpo-33012: Fix signatures of METH_NOARGS funstions. (GH-10736)
Serhiy Storchaka committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
V
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 20, 2018
S
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051)
Sergey Fedoseev committed
October 19, 2018
S
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349)
Serhiy Storchaka committed
July 6, 2018
R
fix two typos in Objects/odictobject.c comments (GH-8040)
Robert Krzyzanowski committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
April 9, 2018
S
bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-6120)
Serhiy Storchaka committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed
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