summaryrefslogtreecommitdiff
path: root/tests/basics/int-long.py
AgeCommit message (Collapse)Author
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George
From now on, all new tests must use underscore. Addresses issue #727.
2014-05-13tests/int-long.py: Try to expose issue with recent "&" optimization.Paul Sokolovsky
2014-03-22objint_longlong: Add regression test for improper inplace op implementation.Paul Sokolovsky
2014-01-27long int: Implement more operations.Paul Sokolovsky