| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in t... | Antoine Pitrou | 2012-04-04 | 1 | -2/+2 |
|
|
* | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+31 |
|
|
* | | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Issue #14387: Do not include accu.h from Python.h. | Antoine Pitrou | 2012-03-22 | 1 | -0/+1 |
|
|
* | | Consolidate the occurrances of the prime used as the multiplier when hashing. | Gregory P. Smith | 2012-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Consolidate the occurrances of the prime used as the multiplier when hashing | Gregory P. Smith | 2012-01-14 | 1 | -1/+1 |
|
|
* | | Revert "Accept None as start and stop parameters for list.index() and tuple.i... | Petri Lehtinen | 2011-11-06 | 1 | -11/+4 |
|\ \
| |/ |
|
| * | Revert "Accept None as start and stop parameters for list.index() and tuple.i... | Petri Lehtinen | 2011-11-06 | 1 | -11/+4 |
|
|
* | | Accept None as start and stop parameters for list.index() and tuple.index(). | Petri Lehtinen | 2011-11-05 | 1 | -4/+11 |
|\ \
| |/ |
|
| * | Accept None as start and stop parameters for list.index() and tuple.index() | Petri Lehtinen | 2011-11-05 | 1 | -4/+11 |
|
|
* | | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -39/+36 |
|\ \
| |/ |
|
| * | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -39/+36 |
|
|
* | | Issue #1621: Fix undefined behaviour in bytes.__hash__, str.__hash__, tuple._... | Mark Dickinson | 2011-09-24 | 1 | -4/+5 |
|
|
* | | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 1 | -4/+2 |
|
|
* | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -1/+1 |
|/ |
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+1 |
|
|
* | follow up to #9778: define and use an unsigned hash type | Benjamin Peterson | 2010-10-23 | 1 | -2/+2 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -736/+736 |
|
|
* | Merged revisions 78515-78516,78522 via svnmerge from | Ezio Melotti | 2010-03-01 | 1 | -4/+4 |
|
|
* | Merged revisions 76763 via svnmerge from | Antoine Pitrou | 2009-12-12 | 1 | -1/+2 |
|
|
* | Merged revisions 70550 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -3/+3 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -0/+54 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
|
|
* | Merged revisions 68381 via svnmerge from | Benjamin Peterson | 2009-01-11 | 1 | -2/+2 |
|
|
* | merge from trunk | Benjamin Peterson | 2008-10-11 | 1 | -1/+3 |
|
|
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 1 | -2/+3 |
|
|
* | Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,... | Amaury Forgeot d'Arc | 2008-06-17 | 1 | -0/+12 |
|
|
* | Fixed a bug in the representation of self-referential tuples. | Alexandre Vassalotti | 2008-05-03 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -6/+19 |
|
|
* | Issue 2025: Add index() and count() methods to tuple so that it will follow | Raymond Hettinger | 2008-02-07 | 1 | -0/+54 |
|
|