summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xrange.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 76295 via svnmerge fromMark Dickinson2009-11-151-0/+69
* Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-071-1/+1
* Added better pickling support to xrange objects.Alexandre Vassalotti2008-06-101-9/+10
* Issue 2582: Fix pickling of xrange objects.Alexandre Vassalotti2008-06-101-0/+10
* Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always atThomas Wouters2006-04-041-6/+1
* Get test to pass on amd64 (opteron). This is pretty hacky, butNeal Norwitz2004-10-141-2/+7
* Bug 1003935: xrange overflowsTim Peters2004-08-081-1/+6
* Exercise xrange a bitNeal Norwitz2004-07-081-0/+59