COMMITS
/ Objects/listobject.c March 25, 2019
R
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)
Rémi Lapeyre committed
February 25, 2019
S
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev committed
February 21, 2019
Z
bpo-33989: Ensure that ms.key_compare is always initialized in list_sort_impl(). (GH-8710)
Zackery Spytz committed
S
bpo-36062: Minor speed-up for list slicing and copying. (GH-11967)
Sergey Fedoseev committed
January 2, 2019
December 29, 2018
S
bpo-33234: Simplify list_preallocate_exact() (GH-11220)
Sergey Fedoseev committed
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
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: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 28, 2018
P
bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846)
Pablo Galindo committed
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