1. 418f81d Issue #1766304: The range.__contains__ optimization should only be by Mark Dickinson · 16 years ago
  2. 3e124ae Issue #1766304: Optimize membership testing for ranges: 'n in range(...)' by Mark Dickinson · 16 years ago
  3. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  4. 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 16 years ago
  5. d0d0b65 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  6. 7505607 Issue 2582: Fix pickling of range objects. by Alexandre Vassalotti · 17 years ago
  7. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  8. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  9. 2a857de Update name of test. by Walter Dörwald · 18 years ago
  10. 4ad9421 Rename test_xrange.py to test_range.py and fix the type name in various spots. by Walter Dörwald · 18 years ago[Renamed (96%) from Lib/test/test_xrange.py]
  11. 03b43d8 repr(range(10)) now returns 'range(0, 10)' for clarity. by Walter Dörwald · 18 years ago
  12. 67d9993 Add a few simple repr tests. by Walter Dörwald · 18 years ago
  13. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
  14. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  15. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  16. 07519f8 Fix xrange tests now that xrange() (like many other places) no longer by Thomas Wouters · 19 years ago
  17. 64fa74d Get test to pass on amd64 (opteron). This is pretty hacky, but by Neal Norwitz · 21 years ago
  18. feec453 Bug 1003935: xrange overflows by Tim Peters · 21 years ago
  19. 1c0423a Exercise xrange a bit by Neal Norwitz · 21 years ago