summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_index.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Fix those parts in the testsuite that assumed that sys.maxint would cause ove...Kristján Valur Jónsson2007-05-031-3/+6
* Subclasses of int/long are allowed to define an __index__.Neal Norwitz2006-08-151-8/+9
* Whitespace normalization.Tim Peters2006-08-151-2/+2
* Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbotsNeal Norwitz2006-08-121-2/+9
* Patch #1538606, Patch to fix __index__() clipping.Neal Norwitz2006-08-121-48/+126
* Minor bugs in the __index__ code (PEP 357), with tests.Armin Rigo2006-03-301-95/+73
* whitespace normalisationAnthony Baxter2006-03-301-11/+11
* Checking in the test for PEP 357.Armin Rigo2006-03-301-0/+159
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-0/+0