| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-17 | tests/basics/int_big_error.py: Use bytearray to test for int overflow. | Damien George | |
| In Python 3.7 "1 >> (big int)" is now allowed, it no longer raises an OverflowError. So use bytearray to test big-int conversion overflow. | |||
| 2015-10-01 | py: Catch all cases of integer (big and small) division by zero. | Damien George | |
| 2015-10-01 | tests: Add further tests for mpz code. | Damien George | |
| 2015-03-03 | tests: Add tests for boundmeth; and bignum cmp, unary, float, error. | Damien George | |
