Commits
User selector
Commit History
Commits on Sep 27, 2006
[Backport of rev. 42093 by neal.norwitz]
Show description for e703122committed
Commits on Mar 22, 2004
Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD.
Show description for 77d9a3ecommitted
Commits on Nov 19, 2003
Commits on Oct 12, 2003
Simplify and speedup uses of Py_BuildValue():
Show description for 8ae4689committed
Commits on Dec 29, 2002
SF patch #659536: Use PyArg_UnpackTuple where possible.
Show description for ea3fdf4committed
Commits on Dec 14, 2002
Commits on Aug 2, 2002
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Show description for fe51c6dcommitted
Commits on Jun 13, 2002
Commits on May 13, 2002
Added degrees() and radians() to mathmodule. Closes patch 552452 and
Show description for d6f2267committed
Commits on Sep 6, 2001
Revert parts of patch #453627, documenting the resulting test failures
Show description for 387c547committed
Commits on Sep 5, 2001
Rework the way we try to check for libm overflow, given that C99 no longer
Show description for a40c793committedPatch #453627: Define the following macros when compiling on a UnixWare 7.x system:
Show description for 655c955committedloghelper(): Try to nudge the compiler into doing mults in an order that
Show description for e5ca6c7committedReturn reasonable results for math.log(long) and math.log10(long) (we were
Show description for 7852616committed
Commits on Sep 4, 2001
Mechanical fiddling to make this easier to work with in my editor.
Show description for 63c9453committed
Commits on Aug 7, 2001
Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from
Show description for fe71f81committed
Commits on Jun 10, 2001
- committed
Peter Schneider-Kamp
Commits on Oct 12, 2000
- committed
Stop raising OverflowError on underflows reported by libm (errno==ERANGE and
Show description for 1d12061committed
Commits on Sep 16, 2000
Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough.
Show description for 78fc0b5committed
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 8586991committedDo the absolute minimal amount of modifications to eradicate
Show description for 9bfd2bfcommitted
Commits on Aug 10, 2000
remove all occurence of math.rint() from the sources
Show description for 10e1bf2committed
Peter Schneider-Kamp
Commits on Jul 31, 2000
merge Include/my*.h into Include/pyport.h
Show description for 7e01890committed
Peter Schneider-Kamp
Commits on Jul 21, 2000
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Show description for f3f33dccommitted
Commits on Jul 3, 2000
- committed
ANSI-fication, remove Py_PROTO, etc.
Show description for 40c4868committed
Commits on Jul 2, 2000
Repair docs for math.frexp (they were wrong).
Show description for c9c02c4committed
Commits on Jun 30, 2000
Commits on May 11, 2000
The addition of rint() (by Peter Schneider-Kamp; I forgot to mention
Show description for c9a5f34committed- committed
Commits on May 8, 2000
Trent Mick:
Show description for c554505committed
Commits on Dec 8, 1998
- committed