Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |