COMMITS
/ Objects/rangeobject.c February 18, 2020
P
bpo-37207: Use vectorcall for range() (GH-18464)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
January 30, 2020
H
January 5, 2020
P
bpo-39200: Correct the error message for range() empty constructor (GH-17813)
Pablo Galindo committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 3, 2019
S
bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877)
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) committed
December 11, 2018
S
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Serhiy Storchaka committed
October 31, 2018
Z
Fix a possible crash in range.__reversed__(). (GH-10252)
Zackery Spytz committed
August 24, 2018
A
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880)
Alexey Izbyshev committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
March 30, 2017
S
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka committed
March 20, 2017
4
bpo-28876: bool of large range raises OverflowError (#699)
4kir4 committed
October 8, 2016
S
Issue #28376: Creating instances of range_iterator by calling range_iterator
Serhiy Storchaka committed
S
Issue #28376: Creating instances of range_iterator by calling range_iterator
Serhiy Storchaka committed
S
Merge from 3.5.
Serhiy Storchaka committed
S
Issue #28376: The constructor of range_iterator now checks that step is not 0.
Serhiy Storchaka committed
September 12, 2016
B
Issue #28045: Merge from 3.5
Berker Peksag committed
B
Issue #28045: Fix comment in range_contains_long()
Berker Peksag committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
June 18, 2016
S
Issue #27333: Simplified testing step on 0.
Serhiy Storchaka committed
S
Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs.
Serhiy Storchaka committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
December 27, 2015
S
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
May 30, 2015
S
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka committed
S
Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),
Serhiy Storchaka committed
April 22, 2015
B
merge 3.4 (#22785)
Benjamin Peterson committed
B
improved range docstring (closes #22785)
Benjamin Peterson committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
January 9, 2015
B
remove buzzword (closes #23210)
Benjamin Peterson 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
March 4, 2014
K
Merge with 3.3
Kristján Valur Jónsson committed
K
Fix pickling of rangeiter. rangeiter_setstate would not allow setting it
Kristján Valur Jónsson committed
October 5, 2013
E
#19067: merge with 3.3.
Ezio Melotti committed
E
#19067: use imperative mood in range object docstrings. Patch by Marco Buttu.
Ezio Melotti committed
August 27, 2013
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
S
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka committed
November 17, 2012
M
Issue #16451: Refactor to remove duplication between range and slice in slice index computations.
Mark Dickinson committed
November 4, 2012
M
Issue #16402: Merge fix from 3.2
Mark Dickinson committed
M
Issue #16402: In range slicing, fix shadowing of exceptions from __index__ method.
Mark Dickinson committed
October 7, 2012
C
Issue #14783: Merge changes from 3.2.
Chris Jerdonek committed
C
Issue #14783: Improve int() docstring and also str(), range(), and slice().
Chris Jerdonek committed
May 16, 2012
A
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
Antoine Pitrou committed
A
Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows.
Antoine Pitrou 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