summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pow.py
Commit message (Expand)AuthorAgeFilesLines
* Make the test pass now that 10**-15 returns a float instead of raisingGuido van Rossum2001-07-121-3/+1
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-24/+24
* SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather thanTim Peters2000-10-061-30/+55
* 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
* Test set for new pow() functionGuido van Rossum1994-08-121-0/+92