summaryrefslogtreecommitdiff
path: root/Lib/test/test_pow.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36027: Extend three-argument pow to negative second argument (GH-13266)Mark Dickinson2019-06-021-0/+26
* Issue #29156: Remove superfluous pow test.Serhiy Storchaka2017-01-041-3/+0
|\
| * Issue #29156: Remove superfluous pow test.Serhiy Storchaka2017-01-041-3/+0
* | Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-241-1/+1
|/
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+1
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-22/+22
* Syntax cleanup.Florent Xicluna2010-07-281-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-0/+3
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-12/+12
* SF bug 705231: Assertion failed, python aborts.Tim Peters2003-05-241-0/+17
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Port test_pow.py to PyUnit. From SF patch #662807Walter Dörwald2003-02-031-124/+110
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-071-0/+5
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Format strings (tuples,) appropriatelyNeal Norwitz2002-04-011-2/+2
* Whitespace normalization.Tim Peters2001-09-041-1/+0
* Restore a line deleted by mistake.Tim Peters2001-09-031-0/+2
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-031-9/+9
* Revert the previous patch to test_pow.py and move the test to test_unary.pyFred Drake2001-08-301-10/+0
* Added a regression test for the negation-of-exponentiation optimizationFred Drake2001-08-301-0/+11
* 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