Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -1/+1 |
* | Issue #8825: additional testcases for int(string, 0) and long(string, 0). | Mark Dickinson | 2010-05-26 | 1 | -0/+6 |
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -5/+5 |
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -6/+6 |
* | Issue #3166: Make long -> float (and int -> float) conversions | Mark Dickinson | 2009-04-20 | 1 | -0/+34 |
* | Issue #3439: add bit_length method to int and long. | Mark Dickinson | 2008-12-17 | 1 | -0/+35 |
* | Moved testing of builtin types out of test_builtin and into type specific mod... | Benjamin Peterson | 2008-05-03 | 1 | -0/+331 |