1. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  2. 1b34d25 Issue #5080: turn the DeprecationWarning from float arguments passed by Mark Dickinson · 15 years ago
  3. 009ae86 Avoid signed overflow in some xrange calculations, and extend by Mark Dickinson · 15 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  6. 602d8db Added better pickling support to xrange objects. Cleaned up the unit test. by Alexandre Vassalotti · 17 years ago
  7. 1f2f61a Issue 2582: Fix pickling of xrange objects. by Alexandre Vassalotti · 17 years ago
  8. f4d8f39 Make xrange more Py_ssize_t aware, by assuming a Py_ssize_t is always at by Thomas Wouters · 19 years ago
  9. 64fa74d Get test to pass on amd64 (opteron). This is pretty hacky, but by Neal Norwitz · 21 years ago
  10. feec453 Bug 1003935: xrange overflows by Tim Peters · 21 years ago
  11. 1c0423a Exercise xrange a bit by Neal Norwitz · 21 years ago