summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pow.py
Commit message (Collapse)AuthorAgeFilesLines
* Revise tests to support str(<long int object>) not appending "L".Fred Drake1999-12-231-12/+12
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-8/+8
|
* Use fuzzy comparison from test_support to compare outcome ofGuido van Rossum1997-11-241-1/+4
| | | | pow(x,y,z) to pow(x,y)%z.
* Test set for new pow() functionGuido van Rossum1994-08-121-0/+92