Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Christian Tismer: added test to ensure that multiplication commutes. | Guido van Rossum | 2000-04-10 | 1 | -0/+2 |
| | | | | | | [The test is in a slightly odd place, in test_division_2; but it exercises the recent change to long_mult(), and that's all we really ask for. --GvR] | ||||
* | Revise tests to support str(<long int object>) not appending "L". | Fred Drake | 1999-12-23 | 1 | -2/+8 |
| | |||||
* | New test_long.py from Tim Peters. | Guido van Rossum | 1998-10-02 | 1 | -11/+124 |
| | |||||
* | Add Tim Peters' test for long ints | Guido van Rossum | 1998-08-13 | 1 | -0/+139 |