summaryrefslogtreecommitdiff
path: root/tests/basics/builtin_divmod.py
AgeCommit message (Collapse)Author
2017-03-04tests/basic: Split tests into working with small ints and not working.Paul Sokolovsky
Tests which don't work with small ints are suffixed with _intbig.py. Some of these may still work with long long ints and need to be reclassified later.
2015-10-01py: Catch all cases of integer (big and small) division by zero.Damien George
2015-06-13py: Implement divmod for mpz bignum.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George