1. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  2. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  3. 20c6381 Removed references to getdoublearg and get2doublearg rename macros and by Roger E. Masse · 28 years ago
  4. 4a48809 Correct *another* mistake (initmath() always fell through to fatal error). by Guido van Rossum · 28 years ago
  5. 4c4cbf3 Correct 1-char typo / syntax error. by Guido van Rossum · 28 years ago
  6. fc93f75 Better error checking in initmath(). by Barry Warsaw · 28 years ago
  7. 8b43b19 Renamed by Barry Warsaw · 28 years ago
  8. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  9. 213a685 Move backup definition for hypot() to Python/hypot.c. by Guido van Rossum · 28 years ago
  10. 3bcf7d2 Avoid complaint about inconsistent hypot() linkage on NT. by Guido van Rossum · 28 years ago
  11. 6412b1d Hack for Mac (where fabs is not usable as a function pointer). by Guido van Rossum · 28 years ago
  12. 557d6d6 Don't make an exception for NeXT (BBUM says it's no longer needed). by Guido van Rossum · 28 years ago
  13. 7081cf5 Microsoft C changes by Guido van Rossum · 28 years ago
  14. 3206268 added default hypot() implementation by Guido van Rossum · 29 years ago
  15. 9caac91 NeXT doesn't like me to declare hypot(double, double) by Guido van Rossum · 29 years ago
  16. 6964f73 include mymath.h by Guido van Rossum · 29 years ago
  17. 27fda28 cleanup by Guido van Rossum · 30 years ago
  18. b941868 rearrange declarations somewhat by Guido van Rossum · 30 years ago
  19. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  20. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  21. 411a8bd add hypot() by Guido van Rossum · 30 years ago
  22. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  23. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  24. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  25. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  26. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  27. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  28. df840d9 lint by Guido van Rossum · 32 years ago
  29. 444db07 Get rid of RuntimeError. by Guido van Rossum · 32 years ago
  30. 2d709b1 Get rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined. by Guido van Rossum · 33 years ago
  31. 8832b62 Improve error handling. by Guido van Rossum · 33 years ago
  32. 98d5433 Added PROTO macro where needed. by Guido van Rossum · 33 years ago
  33. d18ad58 Added frexp, ldexp, modf, fmod. by Guido van Rossum · 33 years ago
  34. 1492c27 Add some err_errno calls that were missing by Guido van Rossum · 33 years ago
  35. 76f2f2e Apparently MPW has power() instead of pow(). by Guido van Rossum · 33 years ago
  36. 5b7f945 Moved get*doublearg() routines to modsupport.c by Guido van Rossum · 33 years ago
  37. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  38. 801f473 Add <errno.h>. by Guido van Rossum · 34 years ago
  39. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  40. eb38d24 DECREF pi and e after inserting in symbol table. by Guido van Rossum · 34 years ago
  41. 738d4dd Take out duplication of code in initmodule(). by Guido van Rossum · 34 years ago
  42. 85a5fbb Initial revision by Guido van Rossum · 34 years ago