1. 4fd9cc1 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  2. 1d54b11 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  3. e4fbb02 Remove unused support.run_unittest imports. by Serhiy Storchaka · 8 years ago
  4. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  5. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  6. 02ea12b2 Syntax cleanup. by Florent Xicluna · 14 years ago
  7. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  8. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  9. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  10. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  11. e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 21 years ago
  12. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  13. 363f6d6 Port test_pow.py to PyUnit. From SF patch #662807 by Walter Dörwald · 22 years ago
  14. c2e095f Fix typo in abstract.c which caused __rpow__ to not be invoked. by Raymond Hettinger · 22 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  16. 05c09d0 Format strings (tuples,) appropriately by Neal Norwitz · 22 years ago
  17. 83e7ccc Whitespace normalization. by Tim Peters · 23 years ago
  18. 0628a66 Restore a line deleted by mistake. by Tim Peters · 23 years ago
  19. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  20. 702ca4f Revert the previous patch to test_pow.py and move the test to test_unary.py by Fred Drake · 23 years ago
  21. d256271 Added a regression test for the negation-of-exponentiation optimization by Fred Drake · 23 years ago
  22. 28358fb Make the test pass now that 10**-15 returns a float instead of raising by Guido van Rossum · 23 years ago
  23. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  24. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  25. c54d190 SF bug 115831 and Ping's SF patch 101751, 0.0**-2.0 returns inf rather than by Tim Peters · 24 years ago
  26. db1bd5c Revise tests to support str(<long int object>) not appending "L". by Fred Drake · 25 years ago
  27. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  28. e2d4dd1 Use fuzzy comparison from test_support to compare outcome of by Guido van Rossum · 27 years ago
  29. dc1cdca Test set for new pow() function by Guido van Rossum · 30 years ago