]> granicus.if.org Git - python/commit
Merged revisions 62380,62382-62383 via svnmerge from
authorChristian Heimes <christian@cheimes.de>
Sat, 19 Apr 2008 00:31:39 +0000 (00:31 +0000)
committerChristian Heimes <christian@cheimes.de>
Sat, 19 Apr 2008 00:31:39 +0000 (00:31 +0000)
commit53876d9cd8a67d9e67772e082deab92a598f74b3
tree2d605900cab56cbfe55c6ca6e41f1a0c0cb6f91b
parentdc3e06ce3a24882a6b68ec19544910095770111e
Merged revisions 62380,62382-62383 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r62380 | christian.heimes | 2008-04-19 01:13:07 +0200 (Sat, 19 Apr 2008) | 3 lines

  I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.

  The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
........
  r62382 | christian.heimes | 2008-04-19 01:40:40 +0200 (Sat, 19 Apr 2008) | 2 lines

  Added new files to Windows project files
  More Windows related fixes are coming soon
........
  r62383 | christian.heimes | 2008-04-19 01:49:11 +0200 (Sat, 19 Apr 2008) | 1 line

  Stupid me. Py_RETURN_NAN should actually return something ...
........
27 files changed:
Doc/library/cmath.rst
Doc/library/math.rst
Include/Python.h
Include/complexobject.h
Include/floatobject.h
Include/pymath.h [new file with mode: 0644]
Include/pyport.h
Lib/test/cmath_testcases.txt [new file with mode: 0644]
Lib/test/ieee754.txt [new file with mode: 0644]
Lib/test/test_cmath.py
Lib/test/test_float.py
Lib/test/test_math.py
Makefile.pre.in
Modules/cmathmodule.c
Modules/mathmodule.c
Objects/complexobject.c
Objects/doubledigits.c [deleted file]
Objects/floatobject.c
Objects/longobject.c
PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PC/pyconfig.h
PCbuild/pythoncore.vcproj
Python/hypot.c [deleted file]
Python/pymath.c [new file with mode: 0644]
configure