COMMITS
/ Objects/rangeobject.c 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
November 5, 2011
B
add introspection to range objects (closes #9896)
Benjamin Peterson committed
October 23, 2011
April 15, 2011
January 16, 2011
M
rangeobject.c (compute_slice_indices): Make function static.
Matthias Klose committed
January 13, 2011
B
plug reference leak
Benjamin Peterson committed
January 12, 2011
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 20, 2010
B
pep 7 actually wants the brace on a new line
Benjamin Peterson committed
B
code style and simplification
Benjamin Peterson committed
G
Add error handling in range_count.
Georg Brandl committed
B
count() should return integers #10474
Benjamin Peterson committed
September 13, 2010
D
Issue #9213: Add index and count methods to range objects, needed to
Daniel Stutzbach committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
November 16, 2009
B
fix one visible and several possible refleaks in rangeobject.c
Benjamin Peterson committed
November 15, 2009
M
Fix another case of potential signed overflow.
Mark Dickinson committed
M
r76292 commit accidentally committed some extra code; remove it
Mark Dickinson committed
M
Issue #7298: Fix a variety of problems leading to wrong results with
Mark Dickinson committed
September 24, 2009
M
Issue #1766304: The range.__contains__ optimization should only be
Mark Dickinson committed
September 22, 2009
M
Issue #1766304: Optimize membership testing for ranges: 'n in range(...)'
Mark Dickinson committed
September 1, 2009
G
#6814: remove traces of xrange().
Georg Brandl committed
June 28, 2009
M
Fix description of range_length_obj
Mark Dickinson committed
June 24, 2009
B
this is also no longer true
Benjamin Peterson committed
B
fix comment
Benjamin Peterson committed
M
Issue #6334: Fix buggy internal length calculation in builtin range function
Mark Dickinson committed
June 12, 2009
R
Fix SystemError and a wasps nest of ref counting issues.
Raymond Hettinger committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed