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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF bug #513866: Float/long comparison anomaly.
Tim Peters
2004-09-23
1
-2/+102
*
Changed Karatsuba cutoff to match current reality.
Tim Peters
2004-08-30
1
-1/+1
*
test_float_overflow(): make shuge (added last week) a little less
Guido van Rossum
2003-02-03
1
-1/+1
*
Fix SF bug# 676155, RuntimeWarning with tp_compare
Neal Norwitz
2003-01-28
1
-2/+4
*
Change int() so that passing a string, unicode, float or long argument
Walter Dörwald
2002-11-19
1
-10/+14
*
Added a test specifically to tickle Karatsuba; it costs no appreciable
Tim Peters
2002-08-13
1
-0/+26
*
test_division(): Added one larger digits value, to ensure that the
Tim Peters
2002-08-13
1
-1/+2
*
Machines-- and Python --are a lot faster in relevant ways since this
Tim Peters
2002-08-13
1
-3/+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
-1/+1
*
Return reasonable results for math.log(long) and math.log10(long) (we were
Tim Peters
2001-09-05
1
-3/+37
*
Revert one of the "division fixes" in test_long. It intends to try both
Tim Peters
2001-09-04
1
-2/+2
*
The first batch of changes recommended by the fixdiv tool. These are
Guido van Rossum
2001-09-04
1
-5/+5
*
Whitespace normalization.
Tim Peters
2001-09-04
1
-1/+1
*
Raise OverflowError when appropriate on long->float conversion. Most of
Tim Peters
2001-09-04
1
-0/+37
*
New restriction on pow(x, y, z): If z is not None, x and y must be of
Tim Peters
2001-09-03
1
-4/+13
*
Add a test for the new // operator too.
Tim Peters
2001-08-23
1
-0/+4
*
SF bug [#454456] int overflow code needs tests.
Tim Peters
2001-08-23
1
-0/+61
*
Remove test_long's expected-output file.
Tim Peters
2001-08-23
1
-4/+8
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-4/+4
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-1/+0
*
Christian Tismer: added test to ensure that multiplication commutes.
Guido van Rossum
2000-04-10
1
-0/+2
*
Revise tests to support str(<long int object>) not appending "L".
Fred Drake
1999-12-23
1
-2/+8
*
New test_long.py from Tim Peters.
Guido van Rossum
1998-10-02
1
-11/+124
*
Add Tim Peters' test for long ints
Guido van Rossum
1998-08-13
1
-0/+139