Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f91ad6a5da65cbbf561c6859611b05c5fd83dedc
/
Lib
/
test
/
test_index.py
170eee9
Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform.
by Kristján Valur Jónsson
· 18 years ago
271a868
Subclasses of int/long are allowed to define an __index__.
by Neal Norwitz
· 19 years ago
c02c1c8
Whitespace normalization.
by Tim Peters
· 19 years ago
1872b1c
Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots
by Neal Norwitz
· 19 years ago
8a87f5d
Patch #1538606, Patch to fix __index__() clipping.
by Neal Norwitz
· 19 years ago
314861c
Minor bugs in the __index__ code (PEP 357), with tests.
by Armin Rigo
· 19 years ago
4ef3a23
whitespace normalisation
by Anthony Baxter
· 19 years ago
5eca19b
Checking in the test for PEP 357.
by Armin Rigo
· 19 years ago
38fff8c
Checking in the code for PEP 357.
by Guido van Rossum
· 19 years ago