Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docstring fix: acosh() returns the hyperbolic arccosine, not the | Fred Drake | 1999-03-16 | 1 | -1/+1 |
| | | | | | hyperbolic cosine. Problem report via David Ascher by one of his students. | ||||
* | Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). | Guido van Rossum | 1999-01-14 | 1 | -1/+5 |
| | | | | Break it up. | ||||
* | Added Doc strings -- by Chris Petrilli. | Guido van Rossum | 1998-12-04 | 1 | -17/+119 |
| | |||||
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
| | | | | on BeOS or Windows. | ||||
* | New form of PyFPE_END_PROTECT macro. | Guido van Rossum | 1997-03-14 | 1 | -1/+1 |
| | |||||
* | Changes for Lee Busby's SIGFPE patch set. | Guido van Rossum | 1997-02-14 | 1 | -0/+2 |
| | | | | | Two new modules fpectl and fpetest. Surround various and sundry f.p. operations with PyFPE_*_PROTECT macros. | ||||
* | Removed redundant inclusion of <errno.h> (sorry, Roj!). | Guido van Rossum | 1996-12-10 | 1 | -2/+0 |
| | |||||
* | Renamed Grandly | Roger E. Masse | 1996-12-09 | 1 | -19/+19 |
| | |||||
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -0/+2 |
| | |||||
* | complex -> Py_complex | Guido van Rossum | 1996-07-21 | 1 | -56/+56 |
| | |||||
* | Made all c_* symbols static. | Guido van Rossum | 1996-05-24 | 1 | -20/+20 |
| | |||||
* | complex math | Guido van Rossum | 1996-01-12 | 1 | -0/+314 |