summaryrefslogtreecommitdiff
path: root/Lib/test/test_long_future.py
Commit message (Expand)AuthorAgeFilesLines
* Use a more idiomatic check in check_truediv.Mark Dickinson2009-12-271-3/+2
* Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus ...Mark Dickinson2009-12-271-1/+2
* Issue #1811: Improve accuracy and consistency of true division for integers.Mark Dickinson2009-12-271-0/+168
* Issue #7553: test_long_future wasn't testing properly. Thanks Florent XiclunaMark Dickinson2009-12-211-9/+7
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+1
* Convert test_long_future to use unittest.Collin Winter2007-04-051-50/+50
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix typo in error reporting. This doesn't need to go into the releaseTim Peters2001-09-071-1/+1
* Added some underflow-to-0.0 long/long true division tests.Tim Peters2001-09-061-0/+6
* Fixed a typo and added more tests.Tim Peters2001-09-041-1/+12
* Change long/long true division to return as many good bits as it can;Tim Peters2001-09-041-0/+38