COMMITS
/ Objects/listobject.c 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
November 19, 2013
V
Add _PyUnicodeWriter_WriteASCIIString() function
Victor Stinner committed
V
Issue #19513: Disable overallocation of the PyUnicodeWriter before the last write
Victor Stinner committed
November 18, 2013
V
Issue #19513: Simplify list_repr()
Victor Stinner committed
V
Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than
Victor Stinner committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
July 19, 2013
V
Issue #18408: Fix list_ass_slice(), handle list_resize() failure
Victor Stinner committed
July 17, 2013
V
Issue #18408: Fix listpop(), handle list_ass_slice() failure
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix list.extend(), handle list_resize() failure
Victor Stinner committed
July 8, 2013
V
Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).
Victor Stinner committed
June 24, 2013
V
Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)
Victor Stinner committed
October 6, 2012
A
Issue #16148: implemented PEP 424
Armin Ronacher committed
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
April 4, 2012
A
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
Antoine Pitrou committed
April 3, 2012
K
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson committed
March 22, 2012
A
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou committed
A
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou committed
November 14, 2011
A
Issue #13389: Full garbage collection passes now clear the freelists for
Antoine Pitrou committed
November 6, 2011
P
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
Petri Lehtinen committed
P
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
Petri Lehtinen committed
A
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
Amaury Forgeot d'Arc committed
November 5, 2011
P
Accept None as start and stop parameters for list.index() and tuple.index().
Petri Lehtinen committed
P
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen committed
October 8, 2011
October 6, 2011
A
Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.
Antoine Pitrou committed
A
Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists.
Antoine Pitrou committed
September 25, 2011