Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-04 | tests/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-08 | py/compile: Fix edge case when constant-folding negation of integer. | Damien George | |
Also adds tests specifically for testing constant folding. | |||
2014-10-22 | py: Fix smallint modulo with negative arguments. | Damien George | |
Addresses issue #927. |