summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_xrange.py
Commit message (Expand)AuthorAgeFilesLines
* Rename test_xrange.py to test_range.py and fix theWalter Dörwald2007-05-211-68/+0
* repr(range(10)) now returns 'range(0, 10)' for clarity.Walter Dörwald2007-05-211-1/+1
* Add a few simple repr tests.Walter Dörwald2007-05-201-0/+5
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-27/+23
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-6/+1
* Fix xrange tests now that xrange() (like many other places) no longerThomas Wouters2006-04-171-1/+4
* 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