Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
* | Fix those parts in the testsuite that assumed that sys.maxint would cause ove... | Kristján Valur Jónsson | 2007-05-03 | 1 | -3/+6 |
* | Subclasses of int/long are allowed to define an __index__. | Neal Norwitz | 2006-08-15 | 1 | -8/+9 |
* | Whitespace normalization. | Tim Peters | 2006-08-15 | 1 | -2/+2 |
* | Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots | Neal Norwitz | 2006-08-12 | 1 | -2/+9 |
* | Patch #1538606, Patch to fix __index__() clipping. | Neal Norwitz | 2006-08-12 | 1 | -48/+126 |
* | Minor bugs in the __index__ code (PEP 357), with tests. | Armin Rigo | 2006-03-30 | 1 | -95/+73 |
* | whitespace normalisation | Anthony Baxter | 2006-03-30 | 1 | -11/+11 |
* | Checking in the test for PEP 357. | Armin Rigo | 2006-03-30 | 1 | -0/+159 |
* | Checking in the code for PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -0/+0 |