| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | cleanup | Guido van Rossum | 1995-01-22 | 1 | -4/+0 |
|
|
* | rearrange declarations somewhat | Guido van Rossum | 1995-01-12 | 1 | -11/+11 |
|
|
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
|
|
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -0/+4 |
|
|
* | add hypot() | Guido van Rossum | 1994-10-20 | 1 | -0/+2 |
|
|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -1/+15 |
|
|
* | * Makefile: added all: and default: targets. | Guido van Rossum | 1993-07-05 | 1 | -3/+0 |
|
|
* | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -0/+3 |
|
|
* | * Microscopic corrections to make things compile on the Cray APP. | Guido van Rossum | 1993-04-07 | 1 | -0/+5 |
|
|
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -24/+4 |
|
|
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 |
|
|
* | lint | Guido van Rossum | 1992-03-27 | 1 | -1/+1 |
|
|
* | Get rid of RuntimeError. | Guido van Rossum | 1992-02-26 | 1 | -1/+1 |
|
|
* | Get rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined. | Guido van Rossum | 1992-01-14 | 1 | -5/+4 |
|
|
* | Improve error handling. | Guido van Rossum | 1991-12-16 | 1 | -5/+30 |
|
|
* | Added PROTO macro where needed. | Guido van Rossum | 1991-11-12 | 1 | -3/+3 |
|
|
* | Added frexp, ldexp, modf, fmod. | Guido van Rossum | 1991-10-24 | 1 | -12/+75 |
|
|