| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #29156: Remove superfluous pow test. | Serhiy Storchaka | 2017-01-04 | 1 | -1/+1 |
|\ |
|
| * | Remove unused support.run_unittest imports. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+1 |
* | | Issue #29156: Remove superfluous pow test. | Serhiy Storchaka | 2017-01-04 | 1 | -3/+0 |
|/ |
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -4/+1 |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -22/+22 |
* | Merged revisions 83212,83829,83833,83838-83839,83878,84019,84025,84028,84032,... | Florent Xicluna | 2010-08-14 | 1 | -2/+2 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -0/+3 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -12/+12 |
* | SF bug 705231: Assertion failed, python aborts. | Tim Peters | 2003-05-24 | 1 | -0/+17 |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -3/+1 |
* | Port test_pow.py to PyUnit. From SF patch #662807 | Walter Dörwald | 2003-02-03 | 1 | -124/+110 |
* | Fix typo in abstract.c which caused __rpow__ to not be invoked. | Raymond Hettinger | 2002-12-07 | 1 | -0/+5 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Format strings (tuples,) appropriately | Neal Norwitz | 2002-04-01 | 1 | -2/+2 |
* | Whitespace normalization. | Tim Peters | 2001-09-04 | 1 | -1/+0 |
* | Restore a line deleted by mistake. | Tim Peters | 2001-09-03 | 1 | -0/+2 |
* | New restriction on pow(x, y, z): If z is not None, x and y must be of | Tim Peters | 2001-09-03 | 1 | -9/+9 |
* | Revert the previous patch to test_pow.py and move the test to test_unary.py | Fred Drake | 2001-08-30 | 1 | -10/+0 |
* | Added a regression test for the negation-of-exponentiation optimization | Fred Drake | 2001-08-30 | 1 | -0/+11 |
* | Make the test pass now that 10**-15 returns a float instead of raising | Guido van Rossum | 2001-07-12 | 1 | -3/+1 |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -2/+2 |
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -24/+24 |
* | SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than | Tim Peters | 2000-10-06 | 1 | -30/+55 |
* | Revise tests to support str(<long int object>) not appending "L". | Fred Drake | 1999-12-23 | 1 | -12/+12 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -8/+8 |
* | Use fuzzy comparison from test_support to compare outcome of | Guido van Rossum | 1997-11-24 | 1 | -1/+4 |
* | Test set for new pow() function | Guido van Rossum | 1994-08-12 | 1 | -0/+92 |