COMMITS
/ Objects/tupleobject.c 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 30, 2017
S
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)
Serhiy Storchaka committed
March 19, 2017
S
bpo-20186: Convert tuple object implementation to Argument Clinic. (#614)
Serhiy Storchaka committed
March 6, 2017
S
bpo-29737: Optimize concatenating with empty tuple. (#524)
Serhiy Storchaka committed
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
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka 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 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
December 27, 2015
S
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka committed
March 10, 2015
A
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
Antoine Pitrou committed
A
Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.
Antoine Pitrou committed
August 17, 2014
V
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner committed
August 2, 2014
T
Issue #22077: Improve index error messages for bytearrays, bytes, lists, and
Terry Jan Reedy 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
February 9, 2014
S
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka committed
S
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka committed
November 19, 2013
V
Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances
Victor Stinner committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
June 24, 2013
V
Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)
Victor Stinner committed
V
Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64
Victor Stinner committed
June 4, 2013
V
Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple
Victor Stinner committed
January 7, 2013
December 11, 2012
G
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith committed
G
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith committed
October 6, 2012
M
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
Mark Dickinson committed
September 10, 2012
C
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
Christian Heimes committed
C
PyTuple_Pack() was missing va_end() in its error branch which lead to a resource leak.
Christian Heimes 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
January 14, 2012
G
Consolidate the occurrances of the prime used as the multiplier when hashing.
Gregory P. Smith committed
G
Consolidate the occurrances of the prime used as the multiplier when hashing
Gregory P. Smith 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
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 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 24, 2011