Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Raise OverflowError when appropriate on long->float conversion. Most of | Tim Peters | 2001-09-04 | 1 | -0/+37 | |
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 1 | -4/+13 | |
* | Add a test for the new // operator too. | Tim Peters | 2001-08-23 | 1 | -0/+4 | |
* | SF bug [#454456] int overflow code needs tests. | Tim Peters | 2001-08-23 | 1 | -0/+61 | |
* | Remove test_long's expected-output file. | Tim Peters | 2001-08-23 | 1 | -4/+8 | |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -4/+4 | |
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+0 | |
* | Christian Tismer: added test to ensure that multiplication commutes. | Guido van Rossum | 2000-04-10 | 1 | -0/+2 | |
* | 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 | |