summaryrefslogtreecommitdiff
path: root/tests/basics/modulo.py
AgeCommit message (Expand)Author
2014-10-22py: Fix smallint modulo with negative arguments.Damien George
2014-04-17tests: Split out those tests requiring float and import.Damien George
2014-03-22Fixed floor division on mp ints and small ints. Added a floordivide test case.Rachel Dowdall
2014-03-22Fixed modulo operator on ints and mp ints to agree with python. Added intdivm...Rachel Dowdall