Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | There is no TestError, use TestFailed appropriately | Neal Norwitz | 2002-04-01 | 1 | -1/+1 |
| | |||||
* | Get rid of all METH_OLDARGS & PyArg_Parse. | Neal Norwitz | 2002-04-01 | 1 | -0/+90 |
Fix floating point exception if mpz.powm(10, 1, 0) (modulus == 0). Add a test. |