| Commit message (Expand) | Author | Age | Files | Lines |
* | closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800) | Miss Islington (bot) | 2018-02-22 | 1 | -1/+1 |
|
|
* | bpo-28685: Fix compiler warning (GH-5423) | Victor Stinner | 2018-01-29 | 1 | -1/+2 |
|
|
* | bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#... | embg | 2018-01-29 | 1 | -71/+337 |
|
|
* | 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 | -24/+3 |
|
|
* | 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 | -4/+6 |
|
|
* | bpo-29748: Added the slice index converter in Argument Clinic. (#549) | Serhiy Storchaka | 2017-03-19 | 1 | -3/+3 |
|
|
* | bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) | Serhiy Storchaka | 2017-03-12 | 1 | -2/+2 |
|
|
* | bpo-20185: Convert list object implementation to Argument Clinic. (#542) | Serhiy Storchaka | 2017-03-11 | 1 | -150/+223 |
|
|
* | 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 |
|
|
* | bpo-27660: remove unnecessary overflow checks in list_resize (GH-189) | Xiang Zhang | 2017-02-22 | 1 | -12/+7 |
|
|
* | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | Serhiy Storchaka | 2017-01-23 | 1 | -4/+2 |
|
|
* | Issue #29331: Simplified argument parsing in sorted() and list.sort(). | Serhiy Storchaka | 2017-01-21 | 1 | -15/+15 |
|
|
* | Issue #1621: Overflow should not be possible in listextend() | Martin Panter | 2017-01-14 | 1 | -0/+3 |
|
|
* | Backed out changeset b9c9691c72c5 | Victor Stinner | 2016-12-04 | 1 | -1/+2 |
|
|
* | Replace PyObject_CallFunctionObjArgs() with fastcall | Victor Stinner | 2016-12-01 | 1 | -2/+1 |
|
|
* | replace PY_SIZE_MAX with SIZE_MAX | Benjamin Peterson | 2016-09-07 | 1 | -2/+2 |
|
|
* | merge 3.5 | Benjamin Peterson | 2016-09-07 | 1 | -6/+9 |
|\ |
|
| * | make sure to not call memcpy with a NULL second argument | Benjamin Peterson | 2016-09-07 | 1 | -6/+9 |
|
|
* | | Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch ... | Mark Dickinson | 2016-08-21 | 1 | -11/+1 |
|
|
* | | Issue #1621: Avoid signed overflow in list and tuple operations | Martin Panter | 2016-07-25 | 1 | -8/+10 |
|
|
* | | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, | Serhiy Storchaka | 2016-07-03 | 1 | -0/+10 |
|
|
* | | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -2/+2 |
|\ \
| |/ |
|
* | | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -7/+13 |
|\ \
| |/ |
|
| * | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -7/+13 |
|
|
* | | Tests versus zero are more compact than tests versus -1. | Raymond Hettinger | 2016-01-25 | 1 | -6/+6 |
|
|
* | | Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. | Serhiy Storchaka | 2015-12-27 | 1 | -8/+2 |
|/ |
|
* | Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. | Serhiy Storchaka | 2015-12-19 | 1 | -1/+1 |
|
|
* | merge 3.4 (#24044) | Benjamin Peterson | 2015-04-23 | 1 | -2/+4 |
|\ |
|
| * | merge 3.3 (#24044) | Benjamin Peterson | 2015-04-23 | 1 | -2/+4 |
| |\ |
|
| | * | merge 3.2 (#24044) | Benjamin Peterson | 2015-04-23 | 1 | -2/+4 |
| | |\ |
|
| | | * | properly handle malloc failure (closes #24044) | Benjamin Peterson | 2015-04-23 | 1 | -2/+4 |
|
|
* | | | | merge 3.4 (#23515) | Benjamin Peterson | 2015-02-25 | 1 | -1/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | fix merge_collapse to actually maintain the invariant it purports to (closes ... | Benjamin Peterson | 2015-02-25 | 1 | -1/+2 |
|
|
* | | | | Issue #22077: Improve index error messages for bytearrays, bytes, lists, and | Terry Jan Reedy | 2014-08-02 | 1 | -2/+2 |
|/ / / |
|
* | | | merge 3.3 | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | avoid referencing past the bounds of an array | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
|
|
* | | | merge 3.3 | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | avoid referencing out-of-bounds memory | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
|
|
* | | | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 1 | -0/+2 |
|
|
* | | | Close #19578: Fix list_ass_subscript(), handle list_resize() failure | Victor Stinner | 2013-11-21 | 1 | -2/+3 |
|
|
* | | | Add _PyUnicodeWriter_WriteASCIIString() function | Victor Stinner | 2013-11-19 | 1 | -8/+1 |
|
|
* | | | Issue #19513: Disable overallocation of the PyUnicodeWriter before the last w... | Victor Stinner | 2013-11-19 | 1 | -0/+1 |
|
|
* | | | Issue #19513: Simplify list_repr() | Victor Stinner | 2013-11-18 | 1 | -8/+2 |
|
|
* | | | Issue #19513: repr(list) now uses the PyUnicodeWriter API, it is faster than | Victor Stinner | 2013-11-18 | 1 | -16/+28 |
|
|