1. fe71f81 Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from by Tim Peters · 23 years ago
  2. 07c1922 annoying whitespace inconsistency by Peter Schneider-Kamp · 23 years ago
  3. 2bf405a Repaired a comment and asserted a precondition. by Tim Peters · 24 years ago
  4. 1d12061 Stop raising OverflowError on underflows reported by libm (errno==ERANGE and by Tim Peters · 24 years ago
  5. 78fc0b5 Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. by Tim Peters · 24 years ago
  6. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  7. 9bfd2bf Do the absolute minimal amount of modifications to eradicate by Barry Warsaw · 24 years ago
  8. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  9. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  10. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  11. 489d54e Typo repair in docstring -- my fault. by Tim Peters · 24 years ago
  12. 40c4868 ANSI-fication, remove Py_PROTO, etc. by Fred Drake · 24 years ago
  13. c9c02c4 Repair docs for math.frexp (they were wrong). by Tim Peters · 24 years ago
  14. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  15. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  16. c9a5f34 The addition of rint() (by Peter Schneider-Kamp; I forgot to mention by Guido van Rossum · 24 years ago
  17. 71260b8 Added math.rint() -- round according to current IEEE754 mode by Guido van Rossum · 24 years ago
  18. c554505 Trent Mick: by Guido van Rossum · 24 years ago
  19. b057dd8 Correctly document atan2. by Guido van Rossum · 26 years ago
  20. c6e2290 Added Doc strings -- by Chris Petrilli. by Guido van Rossum · 26 years ago
  21. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  22. 511f163 Removed MetroWerks workaround, replaced by defines in mymath.h (Jack) by Guido van Rossum · 27 years ago
  23. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  24. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  25. 20c6381 Removed references to getdoublearg and get2doublearg rename macros and by Roger E. Masse · 28 years ago
  26. 4a48809 Correct *another* mistake (initmath() always fell through to fatal error). by Guido van Rossum · 28 years ago
  27. 4c4cbf3 Correct 1-char typo / syntax error. by Guido van Rossum · 28 years ago
  28. fc93f75 Better error checking in initmath(). by Barry Warsaw · 28 years ago
  29. 8b43b19 Renamed by Barry Warsaw · 28 years ago
  30. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  31. 213a685 Move backup definition for hypot() to Python/hypot.c. by Guido van Rossum · 28 years ago
  32. 3bcf7d2 Avoid complaint about inconsistent hypot() linkage on NT. by Guido van Rossum · 28 years ago
  33. 6412b1d Hack for Mac (where fabs is not usable as a function pointer). by Guido van Rossum · 28 years ago
  34. 557d6d6 Don't make an exception for NeXT (BBUM says it's no longer needed). by Guido van Rossum · 28 years ago
  35. 7081cf5 Microsoft C changes by Guido van Rossum · 28 years ago
  36. 3206268 added default hypot() implementation by Guido van Rossum · 29 years ago
  37. 9caac91 NeXT doesn't like me to declare hypot(double, double) by Guido van Rossum · 29 years ago
  38. 6964f73 include mymath.h by Guido van Rossum · 29 years ago
  39. 27fda28 cleanup by Guido van Rossum · 29 years ago
  40. b941868 rearrange declarations somewhat by Guido van Rossum · 30 years ago
  41. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  42. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  43. 411a8bd add hypot() by Guido van Rossum · 30 years ago
  44. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  45. f1dc566 * Makefile: added all: and default: targets. by Guido van Rossum · 31 years ago
  46. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  47. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  48. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  49. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  50. df840d9 lint by Guido van Rossum · 32 years ago
  51. 444db07 Get rid of RuntimeError. by Guido van Rossum · 32 years ago
  52. 2d709b1 Get rid of AMOEBA deps; add declaration of fmod() if __STDC__ is not defined. by Guido van Rossum · 33 years ago
  53. 8832b62 Improve error handling. by Guido van Rossum · 33 years ago
  54. 98d5433 Added PROTO macro where needed. by Guido van Rossum · 33 years ago
  55. d18ad58 Added frexp, ldexp, modf, fmod. by Guido van Rossum · 33 years ago
  56. 1492c27 Add some err_errno calls that were missing by Guido van Rossum · 33 years ago
  57. 76f2f2e Apparently MPW has power() instead of pow(). by Guido van Rossum · 33 years ago
  58. 5b7f945 Moved get*doublearg() routines to modsupport.c by Guido van Rossum · 33 years ago
  59. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  60. 801f473 Add <errno.h>. by Guido van Rossum · 34 years ago
  61. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  62. eb38d24 DECREF pi and e after inserting in symbol table. by Guido van Rossum · 34 years ago
  63. 738d4dd Take out duplication of code in initmodule(). by Guido van Rossum · 34 years ago
  64. 85a5fbb Initial revision by Guido van Rossum · 34 years ago