aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_pow.py
Commit message (Expand)AuthorAge
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,...Florent Xicluna2010-08-14
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-06
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* SF bug 705231: Assertion failed, python aborts.Tim Peters2003-05-24
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Port test_pow.py to PyUnit. From SF patch #662807Walter Dörwald2003-02-03
* Fix typo in abstract.c which caused __rpow__ to not be invoked.Raymond Hettinger2002-12-07
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Format strings (tuples,) appropriatelyNeal Norwitz2002-04-01
* Whitespace normalization.Tim Peters2001-09-04
* Restore a line deleted by mistake.Tim Peters2001-09-03
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-03
* Revert the previous patch to test_pow.py and move the test to test_unary.pyFred Drake2001-08-30
* Added a regression test for the negation-of-exponentiation optimizationFred Drake2001-08-30
* Make the test pass now that 10**-15 returns a float instead of raisingGuido van Rossum2001-07-12
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather thanTim Peters2000-10-06
* Revise tests to support str(<long int object>) not appending "L".Fred Drake1999-12-23
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Use fuzzy comparison from test_support to compare outcome ofGuido van Rossum1997-11-24
* Test set for new pow() functionGuido van Rossum1994-08-12