Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
355637be326a66cee1da4282b8c730bd7adc8f27
/
Lib
/
test
/
test_int.py
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
784a47f
Issue #8825: additional testcases for int(string, 0) and long(string, 0).
by Mark Dickinson
· 15 years ago
b0f5adc
use assert[Not]IsInstance where appropriate
by Ezio Melotti
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
6736cf8
Issue #3166: Make long -> float (and int -> float) conversions
by Mark Dickinson
· 16 years ago
1a70798
Issue #3439: add bit_length method to int and long.
by Mark Dickinson
· 17 years ago
979395b
Moved testing of builtin types out of test_builtin and into type specific modules
by Benjamin Peterson
· 17 years ago