1. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  2. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  3. eb61b6e Fix typo in previous patch. by Thomas Wouters · 24 years ago
  4. ccada24 *** empty log message *** by Thomas Wouters · 24 years ago
  5. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  6. f1ca898 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  7. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  8. f385c5e Patch by Nadav Horesh to make acosh and asinh better. by Guido van Rossum · 24 years ago
  9. 0e11c49 Docstring fix: acosh() returns the hyperbolic arccosine, not the by Fred Drake · 25 years ago
  10. 11a5071 Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). by Guido van Rossum · 26 years ago
  11. c6e2290 Added Doc strings -- by Chris Petrilli. by Guido van Rossum · 26 years ago
  12. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  13. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  14. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  15. 09f99df Removed redundant inclusion of <errno.h> (sorry, Roj!). by Guido van Rossum · 28 years ago
  16. 24070ca Renamed Grandly by Roger E. Masse · 28 years ago
  17. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  18. 9e720e3 complex -> Py_complex by Guido van Rossum · 28 years ago
  19. 9c8a0c4 Made all c_* symbols static. by Guido van Rossum · 28 years ago
  20. 71aa32f complex math by Guido van Rossum · 29 years ago