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_math.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-62/+62
*
these tests are the result of cpython's incorrect implementation
Benjamin Peterson
2010-07-07
1
-5/+0
*
be more generous to implementations that have implemented correctly
Benjamin Peterson
2010-07-05
1
-2/+2
*
Issue #8986: erfc was raising OverflowError on Linux for arguments in
Mark Dickinson
2010-06-13
1
-0/+9
*
Fix unused variable in test_factorial.
Mark Dickinson
2010-05-12
1
-1/+1
*
testCopysign was defined twice in test_math; combine the definitions
Mark Dickinson
2010-02-06
1
-25/+24
*
Silence -3 warnings. Thanks Florent Xicluna.
Mark Dickinson
2009-12-20
1
-2/+4
*
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
Mark Dickinson
2009-12-16
1
-7/+6
*
Issue #3366: Add lgamma function to math module.
Mark Dickinson
2009-12-11
1
-5/+45
*
test_math ulp computation was wrong on big-endian systems
Mark Dickinson
2009-10-17
1
-1/+1
*
Fix buggy accuracy test
Mark Dickinson
2009-09-30
1
-1/+1
*
Issue #3366: Add gamma function to math module.
Mark Dickinson
2009-09-28
1
-0/+88
*
Use skipUnless to skip math module tests on non-IEEE 754 platforms.
Mark Dickinson
2009-09-18
1
-31/+34
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-74/+74
*
Remove unnecessary double negative
Mark Dickinson
2009-04-24
1
-1/+1
*
Issue #5593: Use more robust test for double-rounding in test_fsum.
Mark Dickinson
2009-04-24
1
-8/+9
*
Rename testSum to testFsum and move it to proper place in test_math.py
Mark Dickinson
2008-07-31
1
-97/+96
*
Rename math.sum to math.fsum
Mark Dickinson
2008-07-30
1
-7/+7
*
More modifications to tests for math.sum: replace the Python
Mark Dickinson
2008-07-29
1
-39/+39
*
Remove math.sum tests related to overflow, special values, and behaviour
Mark Dickinson
2008-07-27
1
-65/+10
*
Issue #2138: Add math.factorial().
Raymond Hettinger
2008-06-09
1
-0/+15
*
Fix typo in testSum
Mark Dickinson
2008-05-30
1
-1/+1
*
Skip math.sum tests on non IEEE 754 platforms, and on IEEE 754 platforms
Mark Dickinson
2008-05-23
1
-0/+16
*
Better error reporting in test_math.py
Mark Dickinson
2008-05-23
1
-0/+4
*
Add tests for math.sum (Issue #2819)
Mark Dickinson
2008-05-23
1
-0/+136
*
Issue #2487. math.ldexp(x, n) raised OverflowError when n was large and
Mark Dickinson
2008-05-09
1
-0/+18
*
Add test for tanh(-0.) == -0. on IEEE 754 systems
Mark Dickinson
2008-04-20
1
-0/+58
*
Yet more explicit special case handling to make
Mark Dickinson
2008-04-20
1
-0/+12
*
Report additional diagnostic information in
Mark Dickinson
2008-04-20
1
-1/+6
*
Additional tests for math.pow, and extra special-case
Mark Dickinson
2008-04-19
1
-10/+124
*
I finally got the time to update and merge Mark's and my trunk-math branch. T...
Christian Heimes
2008-04-18
1
-3/+238
*
Move __builtins__.trunc() to math.trunc() per
Jeffrey Yasskin
2008-02-01
1
-0/+31
*
Continue rolling back pep-3141 changes that changed behavior from 2.5. This
Jeffrey Yasskin
2008-01-05
1
-4/+4
*
Make math.{floor,ceil}({int,long}) return float again for backwards
Jeffrey Yasskin
2008-01-04
1
-0/+8
*
Added copysign(x, y) function to the math module
Christian Heimes
2008-01-03
1
-0/+7
*
Added math.isinf() and math.isnan()
Christian Heimes
2008-01-03
1
-0/+16
*
Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just
Jeffrey Yasskin
2008-01-03
1
-0/+26
*
Make test_math error messages more meaningful for small discrepancies in results
Nick Coghlan
2007-07-27
1
-1/+5
*
Add explicit test for a misbehaving math.floor
Nick Coghlan
2007-07-26
1
-0/+4
*
Whitespace normalization.
Tim Peters
2006-11-03
1
-1/+1
*
Add tests for basic argument errors.
Walter Dörwald
2006-10-29
1
-0/+27
*
Convert test_math to unittest.
Georg Brandl
2006-10-28
1
-201/+207
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4/+4
*
Expand log() tests to include long integers.
Raymond Hettinger
2002-12-18
1
-0/+2
*
Apply SF patch 652930: Add optional base argument to math.log(x[, base]).
Raymond Hettinger
2002-12-14
1
-0/+1
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-1/+1
*
Adds tests for degrees() and radians() functions added to mathmodule.
Raymond Hettinger
2002-05-13
1
-0/+10
[next]