COMMITS
/ Objects/tupleobject.c 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
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
October 23, 2010
B
follow up to #9778: define and use an unsigned hash type
Benjamin Peterson committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 1, 2010
E
Merged revisions 78515-78516,78522 via svnmerge from
Ezio Melotti committed
December 12, 2009
A
Merged revisions 76763 via svnmerge from
Antoine Pitrou committed
March 23, 2009
A
Merged revisions 70550 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 70546 via svnmerge from
Antoine Pitrou committed
March 21, 2009