COMMITS
/ Objects/listobject.c October 11, 2018
R
Micro-optimize list index range checks (GH-9784)
Raymond Hettinger committed
August 11, 2018
S
bpo-34151: Improve performance of some list operations (GH-8332)
Sergey Fedoseev committed
August 3, 2018
V
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 22, 2018
E
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Eddie Elizondo committed
January 29, 2018
V
bpo-28685: Fix compiler warning (GH-5423)
Victor Stinner committed
December 3, 2017
S
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Serhiy Storchaka committed
November 21, 2017
V
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner committed
November 2, 2017
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
Serhiy Storchaka committed
March 12, 2017
S
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka committed
March 11, 2017
S
bpo-20185: Convert list object implementation to Argument Clinic. (#542)
Serhiy Storchaka committed
March 6, 2017
S
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() and tuple(). (#518)
Serhiy Storchaka committed
March 5, 2017
S
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka committed
February 22, 2017
X
bpo-27660: remove unnecessary overflow checks in list_resize (GH-189)
Xiang Zhang committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
January 21, 2017
S
Issue #29331: Simplified argument parsing in sorted() and list.sort().
Serhiy Storchaka committed
January 14, 2017
M
Issue #1621: Overflow should not be possible in listextend()
Martin Panter committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
September 7, 2016
B
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson committed
B
make sure to not call memcpy with a NULL second argument
Benjamin Peterson committed
August 21, 2016
M
Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch by Xiang Zhang.
Mark Dickinson committed
July 25, 2016
M
Issue #1621: Avoid signed overflow in list and tuple operations
Martin Panter committed
July 3, 2016
S
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka 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
January 25, 2016
R
Tests versus zero are more compact than tests versus -1.
Raymond Hettinger committed
December 27, 2015
S
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
April 23, 2015
B
merge 3.4 (#24044)
Benjamin Peterson committed
B
merge 3.3 (#24044)
Benjamin Peterson committed
B
merge 3.2 (#24044)
Benjamin Peterson committed
B
properly handle malloc failure (closes #24044)
Benjamin Peterson committed
February 25, 2015
B
merge 3.4 (#23515)
Benjamin Peterson committed
B
fix merge_collapse to actually maintain the invariant it purports to (closes #23515)
Benjamin Peterson committed
August 2, 2014
T
Issue #22077: Improve index error messages for bytearrays, bytes, lists, and
Terry Jan Reedy committed
March 15, 2014
B
avoid referencing past the bounds of an array
Benjamin Peterson committed
B
avoid referencing out-of-bounds memory
Benjamin Peterson committed
March 5, 2014
K
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson committed
K
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson committed
November 21, 2013
V
Close #19578: Fix list_ass_subscript(), handle list_resize() failure
Victor Stinner committed