]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 76978 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Mon, 21 Dec 2009 15:27:41 +0000 (15:27 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 21 Dec 2009 15:27:41 +0000 (15:27 +0000)
commitf371859a4f0705062e94798e21ebe3705d891a37
treec4b520a35156bd0d6729980b1253a4ce04bf39c3
parent0f72d6c25fb3ff16b4c459221d56f87f221c59d0
Merged revisions 76978 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76978 | mark.dickinson | 2009-12-21 15:22:00 +0000 (Mon, 21 Dec 2009) | 3 lines

  Issue #7518:  Move substitute definitions of C99 math functions from
  pymath.c to Modules/_math.c.
........
Include/pymath.h
Modules/Setup.dist
Modules/_math.c
Modules/_math.h
Modules/cmathmodule.c
Modules/mathmodule.c
Python/pymath.c
setup.py