]> granicus.if.org Git - python/commit
Merged revisions 76861 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Wed, 16 Dec 2009 20:23:42 +0000 (20:23 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 16 Dec 2009 20:23:42 +0000 (20:23 +0000)
commit664b511c0acdfdecdec92d2255ffd94c4e6d5f7a
tree075cdf8651d66f24e42c1b87e57e7423e3e7a9d3
parentef1992b9fbcfb1dae7e946bfc42403fcaae9f044
Merged revisions 76861 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76861 | mark.dickinson | 2009-12-16 20:13:40 +0000 (Wed, 16 Dec 2009) | 3 lines

  Issue #3366: Add expm1 function to math module.  Thanks Eric Smith for
  testing on Windows.
........
13 files changed:
Doc/library/math.rst
Lib/test/math_testcases.txt
Lib/test/test_math.py
Misc/NEWS
Modules/Setup.dist
Modules/_math.c [new file with mode: 0644]
Modules/_math.h [new file with mode: 0644]
Modules/mathmodule.c
PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj
PC/VS8.0/pythoncore.vcproj
PCbuild/pythoncore.vcproj
setup.py