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
/
Lib
/
test
/
test_xrange.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issues #16029, #16030: Fix pickling and repr of large xranges.
Mark Dickinson
2012-09-28
1
-0/+75
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-2/+2
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-6/+6
*
Issue #5080: turn the DeprecationWarning from float arguments passed
Mark Dickinson
2010-01-01
1
-1/+1
*
Avoid signed overflow in some xrange calculations, and extend
Mark Dickinson
2009-11-15
1
-0/+68
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-6/+6
*
Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.
Hirokazu Yamamoto
2008-10-23
1
-1/+1
*
Added better pickling support to xrange objects.
Alexandre Vassalotti
2008-06-10
1
-9/+10
*
Issue 2582: Fix pickling of xrange objects.
Alexandre Vassalotti
2008-06-10
1
-0/+10
*
Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at
Thomas Wouters
2006-04-04
1
-6/+1
*
Get test to pass on amd64 (opteron). This is pretty hacky, but
Neal Norwitz
2004-10-14
1
-2/+7
*
Bug 1003935: xrange overflows
Tim Peters
2004-08-08
1
-1/+6
*
Exercise xrange a bit
Neal Norwitz
2004-07-08
1
-0/+59