1. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  2. 784a47f Issue #8825: additional testcases for int(string, 0) and long(string, 0). by Mark Dickinson · 15 years ago
  3. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. 6736cf8 Issue #3166: Make long -> float (and int -> float) conversions by Mark Dickinson · 16 years ago
  6. 1a70798 Issue #3439: add bit_length method to int and long. by Mark Dickinson · 17 years ago
  7. 979395b Moved testing of builtin types out of test_builtin and into type specific modules by Benjamin Peterson · 17 years ago