| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -6/+6 |
|
|
* | bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2019-05-03 | 1 | -1/+1 |
|
|
* | bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11... | Serhiy Storchaka | 2018-12-11 | 1 | -2/+6 |
|
|
* | Fix a possible crash in range.__reversed__(). (GH-10252) | Zackery Spytz | 2018-10-31 | 1 | -0/+1 |
|
|
* | closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in ran... | Alexey Izbyshev | 2018-08-24 | 1 | -4/+4 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -6/+6 |
|
|
* | bpo-30592: Fixed error messages for some builtins. (#1996) | Serhiy Storchaka | 2017-06-08 | 1 | -1/+1 |
|
|
* | bpo-29878: Add global instances of int for 0 and 1. (#852) | Serhiy Storchaka | 2017-03-30 | 1 | -106/+38 |
|
|
* | bpo-28876: bool of large range raises OverflowError (#699) | 4kir4 | 2017-03-20 | 1 | -1/+11 |
|
|
* | Issue #28376: Creating instances of range_iterator by calling range_iterator | Serhiy Storchaka | 2016-10-08 | 1 | -41/+0 |
|
|
* | Issue #28376: Creating instances of range_iterator by calling range_iterator | Serhiy Storchaka | 2016-10-08 | 1 | -0/+7 |
|
|
* | Merge from 3.5. | Serhiy Storchaka | 2016-10-08 | 1 | -3/+11 |
|\ |
|
| * | Issue #28376: The constructor of range_iterator now checks that step is not 0. | Serhiy Storchaka | 2016-10-08 | 1 | -3/+11 |
|
|
* | | Issue #28045: Merge from 3.5 | Berker Peksag | 2016-09-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #28045: Fix comment in range_contains_long() | Berker Peksag | 2016-09-12 | 1 | -1/+1 |
|
|
* | | replace PY_LONG_LONG with long long | Benjamin Peterson | 2016-09-06 | 1 | -1/+1 |
|
|
* | | Issue #27333: Simplified testing step on 0. | Serhiy Storchaka | 2016-06-18 | 1 | -11/+4 |
|
|
* | | Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. | Serhiy Storchaka | 2016-06-18 | 1 | -5/+5 |
|/ |
|
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|
|
* | 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 | -3/+3 |
|
|
* | Issue #20440: Applied yet one patch for using Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 1 | -5/+3 |
|
|
* | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
|
|
* | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -1/+4 |
|\ |
|
| * | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -1/+4 |
|
|
* | | merge 3.4 (#22785) | Benjamin Peterson | 2015-04-22 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | improved range docstring (closes #22785) | Benjamin Peterson | 2015-04-22 | 1 | -1/+5 |
|
|
* | | Removed unintentional trailing spaces in non-external and non-generated C files. | Serhiy Storchaka | 2015-03-18 | 1 | -2/+2 |
|/ |
|
* | remove buzzword (closes #23210) | Benjamin Peterson | 2015-01-09 | 1 | -1/+1 |
|
|
* | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 1 | -4/+27 |
|\ |
|
| * | Make the various iterators' "setstate" sliently and consistently clip the | Kristján Valur Jónsson | 2014-03-05 | 1 | -4/+27 |
|
|
* | | Merge with 3.3 | Kristján Valur Jónsson | 2014-03-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix pickling of rangeiter. rangeiter_setstate would not allow setting it | Kristján Valur Jónsson | 2014-03-04 | 1 | -1/+1 |
|
|
* | | #19067: merge with 3.3. | Ezio Melotti | 2013-10-05 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. | Ezio Melotti | 2013-10-05 | 1 | -3/+3 |
|
|
* | | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|
|
* | | Issue #16451: Refactor to remove duplication between range and slice in slice... | Mark Dickinson | 2012-11-17 | 1 | -199/+6 |
|/ |
|
* | Issue #16402: Merge fix from 3.2 | Mark Dickinson | 2012-11-04 | 1 | -5/+5 |
|\ |
|
| * | Issue #16402: In range slicing, fix shadowing of exceptions from __index__ me... | Mark Dickinson | 2012-11-04 | 1 | -5/+5 |
|
|
* | | Issue #14783: Merge changes from 3.2. | Chris Jerdonek | 2012-10-07 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #14783: Improve int() docstring and also str(), range(), and slice(). | Chris Jerdonek | 2012-10-07 | 1 | -1/+2 |
|
|
* | | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)... | Antoine Pitrou | 2012-05-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32)... | Antoine Pitrou | 2012-05-16 | 1 | -1/+1 |
|
|
* | | 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/+92 |
|
|
* | | add introspection to range objects (closes #9896) | Benjamin Peterson | 2011-11-05 | 1 | -1/+9 |
|
|
* | | Issue #13201: equality for range objects is now based on equality of the unde... | Mark Dickinson | 2011-10-23 | 1 | -2/+133 |
|/ |
|
* | #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indice... | Ezio Melotti | 2011-04-15 | 1 | -1/+1 |
|
|
* | rangeobject.c (compute_slice_indices): Make function static. | Matthias Klose | 2011-01-16 | 1 | -1/+1 |
|
|