index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
tupleobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
1
-2/+2
*
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev
2019-02-25
1
-16/+17
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-2/+3
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0/+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner
2018-11-01
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-1...
Pablo Galindo
2018-10-28
1
-4/+4
*
bpo-34751: improved hash function for tuples (GH-9471)
jdemeyer
2018-10-28
1
-25/+46
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-1/+1
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-2/+2
*
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Eddie Elizondo
2018-02-22
1
-1/+1
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
1
-1/+1
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)
Serhiy Storchaka
2017-12-03
1
-3/+0
*
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner
2017-11-21
1
-8/+3
*
bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...
stratakis
2017-11-02
1
-17/+1
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-08
1
-0/+1
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
1
-3/+3
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
1
-3/+3
*
bpo-20186: Convert tuple object implementation to Argument Clinic. (#614)
Serhiy Storchaka
2017-03-19
1
-46/+74
*
bpo-29737: Optimize concatenating with empty tuple. (#524)
Serhiy Storchaka
2017-03-06
1
-0/+8
*
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...
Serhiy Storchaka
2017-03-06
1
-8/+3
*
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-05
1
-0/+6
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-4/+2
*
Issue #1621: Avoid signed overflow in list and tuple operations
Martin Panter
2016-07-25
1
-2/+2
*
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka
2016-07-03
1
-0/+10
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-1/+1
|
\
*
\
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-1/+1
|
\
\
|
|
/
|
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-1/+1
*
|
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka
2015-12-27
1
-4/+1
|
/
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-12/+0
|
\
|
*
Issue #23629: Fix the default __sizeof__ implementation for variable-sized ob...
Antoine Pitrou
2015-03-10
1
-12/+0
*
|
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
Victor Stinner
2014-08-17
1
-1/+1
*
|
Issue #22077: Improve index error messages for bytearrays, bytes, lists, and
Terry Jan Reedy
2014-08-02
1
-1/+1
|
/
*
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson
2014-03-05
1
-2/+2
|
\
|
*
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson
2014-03-05
1
-2/+2
*
|
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-4/+2
|
\
\
|
|
/
|
*
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-4/+2
*
|
Issue #19513: repr(tuple) now uses _PyUnicodeWriter for better performances
Victor Stinner
2013-11-19
1
-27/+37
*
|
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-24/+24
*
|
Issue #9566: More long/Py_ssize_t fixes in tuple and list iterators (it_index)
Victor Stinner
2013-06-24
1
-2/+2
*
|
Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64
Victor Stinner
2013-06-24
1
-1/+1
*
|
Issuse #17932: Fix an integer overflow issue on Windows 64-bit in tuple
Victor Stinner
2013-06-04
1
-1/+1
*
|
Add a comment about *not* caching the hash value. Issue #9685 suggested to me...
Christian Heimes
2013-01-07
1
-0/+3
|
/
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
1
-4/+4
|
\
|
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-11
1
-5/+5
*
|
Issue #16096: Fix several occurrences of potential signed integer overflow. ...
Mark Dickinson
2012-10-06
1
-8/+4
*
|
PyTuple_Pack() was missing va_end() in its error branch which lead to a resou...
Christian Heimes
2012-09-10
1
-1/+3
|
\
\
|
|
/
|
*
PyTuple_Pack() was missing va_end() in its error branch which lead to a resou...
Christian Heimes
2012-09-10
1
-1/+3
*
|
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-0/+16
[next]