Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
dbb718fa8775731666bb9cbc73662fadee41ea8f
/
Lib
/
test
/
test_long.py
7852616
Return reasonable results for math.log(long) and math.log10(long) (we were
by Tim Peters
· 24 years ago
0dad0f7
Revert one of the "division fixes" in test_long. It intends to try both
by Tim Peters
· 24 years ago
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 24 years ago
83e7ccc
Whitespace normalization.
by Tim Peters
· 24 years ago
9fffa3e
Raise OverflowError when appropriate on long->float conversion. Most of
by Tim Peters
· 24 years ago
32f453e
New restriction on pow(x, y, z): If z is not None, x and y must be of
by Tim Peters
· 24 years ago
a365309
Add a test for the new // operator too.
by Tim Peters
· 24 years ago
26c7fa3
SF bug [#454456] int overflow code needs tests.
by Tim Peters
· 24 years ago
971e069
Remove test_long's expected-output file.
by Tim Peters
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
6e277cf
Christian Tismer: added test to ensure that multiplication commutes.
by Guido van Rossum
· 25 years ago
db1bd5c
Revise tests to support str(<long int object>) not appending "L".
by Fred Drake
· 25 years ago
4581a0c
New test_long.py from Tim Peters.
by Guido van Rossum
· 27 years ago
4365cab
Add Tim Peters' test for long ints
by Guido van Rossum
· 27 years ago