summaryrefslogtreecommitdiff
path: root/py/intdivmod.c
AgeCommit message (Collapse)Author
2014-04-04py: This time, real proper overflow checking of small int power.Damien George
Previous overflow test was inadequate.
2014-03-22Fixed floor division on mp ints and small ints. Added a floordivide test case.Rachel Dowdall