Mark Dickinson
|
dab089632f
|
Merged revisions 82607 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82607 | mark.dickinson | 2010-07-06 16:00:40 +0100 (Tue, 06 Jul 2010) | 1 line
Indentation and PEP 7 fixes.
........
|
2010-07-06 15:03:42 +00:00 |
Mark Dickinson
|
d2d23784c9
|
Merged revisions 82595 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82595 | mark.dickinson | 2010-07-05 21:14:26 +0100 (Mon, 05 Jul 2010) | 1 line
Post-detabification cleanup.
........
|
2010-07-05 20:16:40 +00:00 |
Antoine Pitrou
|
c83ea137d7
|
Untabify C files. Will watch buildbots.
|
2010-05-09 14:46:46 +00:00 |
Mark Dickinson
|
1730fdc130
|
Inverse hyperbolic trigonometric functions should call m_log1p, not log1p.
|
2009-12-21 15:40:33 +00:00 |
Mark Dickinson
|
12748b003c
|
Issue #7518: Move substitute definitions of C99 math functions from
pymath.c to Modules/_math.c.
|
2009-12-21 15:22:00 +00:00 |
Mark Dickinson
|
9cae178f21
|
Issue #3366: Add expm1 function to math module. Thanks Eric Smith for
testing on Windows.
|
2009-12-16 20:13:40 +00:00 |