index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_long_future.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a more idiomatic check in check_truediv.
Mark Dickinson
2009-12-27
1
-3/+2
*
Use ldexp(q, exp) instead of q*2.**exp in true division test, to avoid bogus ...
Mark Dickinson
2009-12-27
1
-1/+2
*
Issue #1811: Improve accuracy and consistency of true division for integers.
Mark Dickinson
2009-12-27
1
-0/+168
*
Issue #7553: test_long_future wasn't testing properly. Thanks Florent Xicluna
Mark Dickinson
2009-12-21
1
-9/+7
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-1/+1
*
Convert test_long_future to use unittest.
Collin Winter
2007-04-05
1
-50/+50
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Fix typo in error reporting. This doesn't need to go into the release
Tim Peters
2001-09-07
1
-1/+1
*
Added some underflow-to-0.0 long/long true division tests.
Tim Peters
2001-09-06
1
-0/+6
*
Fixed a typo and added more tests.
Tim Peters
2001-09-04
1
-1/+12
*
Change long/long true division to return as many good bits as it can;
Tim Peters
2001-09-04
1
-0/+38