summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_range.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]In where appropriateEzio Melotti2010-01-231-12/+12
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-20/+20
* remove 2.x specific warningsBenjamin Peterson2009-11-161-4/+0
* Issue #7298: Fix a variety of problems leading to wrong results withMark Dickinson2009-11-151-0/+61
* Issue #1766304: The range.__contains__ optimization should only beMark Dickinson2009-09-241-0/+6
* Issue #1766304: Optimize membership testing for ranges: 'n in range(...)'Mark Dickinson2009-09-221-0/+50
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* Fix SystemError and a wasps nest of ref counting issues.Raymond Hettinger2009-06-121-0/+7
* Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.Hirokazu Yamamoto2008-10-231-1/+1
* Issue 2582: Fix pickling of range objects.Alexandre Vassalotti2008-06-101-0/+10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-3/+3
* Update name of test.Walter Dörwald2007-05-211-1/+1
* Rename test_xrange.py to test_range.py and fix theWalter Dörwald2007-05-211-0/+68