| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify and speedup uses of Py_BuildValue(): | Raymond Hettinger | 2003-10-12 | 1 | -6/+2 |
|
|
* | SF patch #659536: Use PyArg_UnpackTuple where possible. | Raymond Hettinger | 2002-12-29 | 1 | -2/+2 |
|
|
* | Apply SF patch 652930: Add optional base argument to math.log(x[, base]). | Raymond Hettinger | 2002-12-14 | 1 | -15/+47 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -18/+18 |
|
|
* | Added degrees() and radians() to mathmodule. Closes patch 552452 and | Raymond Hettinger | 2002-05-13 | 1 | -0/+27 |
|
|
* | Revert parts of patch #453627, documenting the resulting test failures | Martin v. Löwis | 2001-09-06 | 1 | -17/+1 |
|
|
* | Rework the way we try to check for libm overflow, given that C99 no longer | Tim Peters | 2001-09-05 | 1 | -29/+13 |
|
|
* | Patch #453627: Define the following macros when compiling on a UnixWare 7.x s... | Martin v. Löwis | 2001-09-05 | 1 | -1/+17 |
|
|
* | loghelper(): Try to nudge the compiler into doing mults in an order that | Tim Peters | 2001-09-05 | 1 | -1/+1 |
|
|
* | Return reasonable results for math.log(long) and math.log10(long) (we were | Tim Peters | 2001-09-05 | 1 | -4/+64 |
|
|
* | Mechanical fiddling to make this easier to work with in my editor. | Tim Peters | 2001-09-04 | 1 | -18/+12 |
|
|
* | Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from | Tim Peters | 2001-08-07 | 1 | -15/+18 |
|
|
* | annoying whitespace inconsistency | Peter Schneider-Kamp | 2001-06-10 | 1 | -1/+1 |
|
|
* | Repaired a comment and asserted a precondition. | Tim Peters | 2000-10-12 | 1 | -1/+2 |
|
|
* | Stop raising OverflowError on underflows reported by libm (errno==ERANGE and | Tim Peters | 2000-10-12 | 1 | -18/+42 |
|
|
* | Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. | Tim Peters | 2000-09-16 | 1 | -1/+2 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Do the absolute minimal amount of modifications to eradicate | Barry Warsaw | 2000-09-01 | 1 | -2/+1 |
|
|
* | remove all occurence of math.rint() from the sources | Peter Schneider-Kamp | 2000-08-10 | 1 | -7/+0 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 1 | -2/+0 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -2/+2 |
|
|
* | Typo repair in docstring -- my fault. | Tim Peters | 2000-07-03 | 1 | -1/+1 |
|
|
* | ANSI-fication, remove Py_PROTO, etc. | Fred Drake | 2000-07-03 | 1 | -84/+74 |
|
|
* | Repair docs for math.frexp (they were wrong). | Tim Peters | 2000-07-02 | 1 | -1/+3 |
|
|
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 1 | -6/+0 |
|
|
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 1 | -22/+7 |
|
|
* | The addition of rint() (by Peter Schneider-Kamp; I forgot to mention | Guido van Rossum | 2000-05-11 | 1 | -0/+4 |
|
|
* | Added math.rint() -- round according to current IEEE754 mode | Guido van Rossum | 2000-05-11 | 1 | -0/+3 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-05-08 | 1 | -4/+4 |
|
|
* | Correctly document atan2. | Guido van Rossum | 1998-12-08 | 1 | -1/+1 |
|
|
* | Added Doc strings -- by Chris Petrilli. | Guido van Rossum | 1998-12-04 | 1 | -50/+97 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) | Guido van Rossum | 1997-05-20 | 1 | -5/+0 |
|
|
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -3/+3 |
|
|
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -0/+6 |
|
|
* | Removed references to getdoublearg and get2doublearg rename macros and | Roger E. Masse | 1996-12-18 | 1 | -8/+5 |
|
|
* | Correct *another* mistake (initmath() always fell through to fatal error). | Guido van Rossum | 1996-12-18 | 1 | -0/+1 |
|
|
* | Correct 1-char typo / syntax error. | Guido van Rossum | 1996-12-18 | 1 | -1/+1 |
|
|
* | Better error checking in initmath(). | Barry Warsaw | 1996-12-17 | 1 | -2/+13 |
|
|
* | Renamed | Barry Warsaw | 1996-12-09 | 1 | -43/+42 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Move backup definition for hypot() to Python/hypot.c. | Guido van Rossum | 1996-08-29 | 1 | -27/+0 |
|
|
* | Avoid complaint about inconsistent hypot() linkage on NT. | Guido van Rossum | 1996-08-21 | 1 | -0/+2 |
|
|
* | Hack for Mac (where fabs is not usable as a function pointer). | Guido van Rossum | 1996-08-08 | 1 | -0/+5 |
|
|
* | Don't make an exception for NeXT (BBUM says it's no longer needed). | Guido van Rossum | 1996-07-30 | 1 | -1/+1 |
|
|
* | Microsoft C changes | Guido van Rossum | 1996-05-23 | 1 | -1/+4 |
|
|
* | added default hypot() implementation | Guido van Rossum | 1996-01-12 | 1 | -4/+21 |
|
|
* | NeXT doesn't like me to declare hypot(double, double) | Guido van Rossum | 1995-06-14 | 1 | -1/+1 |
|
|
* | include mymath.h | Guido van Rossum | 1995-03-01 | 1 | -1/+1 |
|
|