index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
rangeobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-210/+210
*
Merged revisions 76330 via svnmerge from
Mark Dickinson
2009-11-16
1
-1/+1
*
Merged revisions 76295 via svnmerge from
Mark Dickinson
2009-11-15
1
-34/+44
*
Added better pickling support to xrange objects.
Alexandre Vassalotti
2008-06-10
1
-3/+3
*
Issue 2582: Fix pickling of xrange objects.
Alexandre Vassalotti
2008-06-10
1
-0/+11
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-3/+3
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-3/+3
*
Remove unnecessary modulo division.
Raymond Hettinger
2008-02-08
1
-1/+1
*
Remove "static forward" declaration. Move constructors
Martin v. Löwis
2006-04-11
1
-47/+45
*
Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at
Thomas Wouters
2006-04-04
1
-7/+0
*
Remove unnecessary casts in type object initializers.
Georg Brandl
2006-03-30
1
-38/+38
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
1
-7/+7
*
Renamed _length_cue() to __length_hint__(). See:
Armin Rigo
2006-02-11
1
-2/+2
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
1
-8/+10
*
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl
2005-08-26
1
-0/+3
*
Remove PyRange_New().
Raymond Hettinger
2004-12-03
1
-45/+0
*
Bug 1003935: xrange overflows
Tim Peters
2004-08-08
1
-1/+16
*
Trimmed trailing whitespace.
Tim Peters
2004-08-08
1
-5/+5
*
Add a missing decref.
Michael W. Hudson
2004-08-02
1
-0/+1
*
Tidied up the implementations of reversed (including the custom ones
Raymond Hettinger
2004-03-10
1
-1/+13
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
1
-1/+36
*
Renamed PyObject_GenericGetIter to PyObject_SelfIter
Raymond Hettinger
2003-03-17
1
-1/+1
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
1
-8/+1
*
Update comments about the performance of xrange().
Raymond Hettinger
2002-12-11
1
-2/+2
*
Restore attribute access so that the following work again:
Raymond Hettinger
2002-11-07
1
-1/+1
*
Untested code for 64-bit platforms. range_length() is declared as int
Guido van Rossum
2002-09-11
1
-1/+8
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-2/+2
*
Remove the next() method -- one is supplied automatically by
Guido van Rossum
2002-07-16
1
-10/+1
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-2/+2
*
Pyrangeiter_Type && range_iter should be static
Neal Norwitz
2002-06-06
1
-5/+5
*
Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.
Raymond Hettinger
2002-06-05
1
-2/+84
*
SF 564601 adding rangeiterobject to make xrange() iterate like range().
Raymond Hettinger
2002-06-05
1
-46/+91
*
Inverted test for small speedup
Raymond Hettinger
2002-06-04
1
-5/+4
*
Patch #551410: Implement tp_getiter.
Martin v. Löwis
2002-05-08
1
-1/+51
*
Remove old deprecated features from the xrange object.
Fred Drake
2002-05-02
1
-273/+40
*
Fix attribute access for the xrange objects. The tp_getattr and tp_getattro
Fred Drake
2002-05-02
1
-31/+38
*
Remove PyMalloc_New and PyMalloc_Del.
Neil Schemenauer
2002-04-12
1
-2/+2
*
Use pymalloc if it's enabled.
Neil Schemenauer
2002-03-22
1
-2/+2
*
Fix spelling mistakes. Bugfix candidates.
Neal Norwitz
2002-01-29
1
-1/+1
*
long_mul(): The PyNumber_Multiply() call can return a long if the
Guido van Rossum
2001-12-04
1
-0/+6
*
repr's converted to using PyString_FromFormat() instead of sprintf'ing
Barry Warsaw
2001-08-24
1
-19/+19
*
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis
2001-08-16
1
-4/+1
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-16/+28
*
Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed
Thomas Wouters
2001-07-09
1
-16/+219
*
Rip out the fancy behaviors of xrange that nobody uses: repeat, slice,
Guido van Rossum
2001-07-05
1
-222/+15
*
SF patch #103158 by Greg Ball: Don't do unsafe arithmetic in xrange
Guido van Rossum
2001-01-15
1
-10/+80
*
Test for NULL returned from PyObject_NEW().
Guido van Rossum
2000-12-14
1
-0/+3
*
Fixed support for containment test when a negative step is used; this
Fred Drake
2000-11-08
1
-8/+34
*
In the containment test, get the boundary condition right. ">" was used
Fred Drake
2000-11-08
1
-2/+2
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
[next]