1. 84e6311 Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj. by Mark Dickinson · 8 years ago
  2. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  3. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  4. ebe95fd Issue #26305: Argument Clinic now escapes braces. No need to double them. by Serhiy Storchaka · 8 years ago
  5. a72f0cd Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  6. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  7. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  8. 1009bf1 Issue #23501: Argumen Clinic now generates code into separate files by default. by Serhiy Storchaka · 9 years ago
  9. 79d8f3f Regenerated Argument Clinic checksums. by Serhiy Storchaka · 9 years ago
  10. cc8617b Issue #21092: Merge from 3.4. by Mark Dickinson · 9 years ago
  11. dfe0b23 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. by Mark Dickinson · 9 years ago
  12. b0fc490 Issue #20152: Convert the cmath module to Argument Clinic. by Brett Cannon · 10 years ago
  13. de08cb6 Fix compilation failure (followup to #21803) by Antoine Pitrou · 10 years ago
  14. 1088d98 The function name for cmath.isinf in PyArg_ParseTuple() was wrong. by Brett Cannon · 10 years ago
  15. 58ceecf Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath.rect(0.0,-0.0) results. by Mark Dickinson · 11 years ago
  16. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  17. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  18. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 14 years ago
  19. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  20. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  21. f371859 Merged revisions 76978 via svnmerge from by Mark Dickinson · 14 years ago
  22. 216dc7b Merged revisions 74305 via svnmerge from by Mark Dickinson · 15 years ago
  23. e5842c1 Merged revisions 74303 via svnmerge from by Mark Dickinson · 15 years ago
  24. 1bd2e29 Merged revisions 70062 via svnmerge from by Mark Dickinson · 15 years ago
  25. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  26. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  27. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  28. e57950f Merged revisions 62420-62421,62423-62424 via svnmerge from by Christian Heimes · 16 years ago
  29. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  30. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  31. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  32. b67ad7e Patch #826074: cmath.log optional base argument, fixes #823209 by Raymond Hettinger · 20 years ago
  33. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  34. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  35. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  36. f4e3484 Use the PyModule_*() API instead of manipulating the module dictionary directly. by Fred Drake · 22 years ago
  37. dc5a508 SF bug 525705: [2.2] underflow raise OverflowException. by Tim Peters · 22 years ago
  38. 387c547 Revert parts of patch #453627, documenting the resulting test failures instead. by Martin v. Löwis · 23 years ago
  39. a40c793 Rework the way we try to check for libm overflow, given that C99 no longer by Tim Peters · 23 years ago
  40. 655c955 Patch #453627: Define the following macros when compiling on a UnixWare 7.x system: by Martin v. Löwis · 23 years ago
  41. 1c8e1f0 asin micro-optimization suggested in email. by Tim Peters · 23 years ago
  42. edf2210 Bug #133297: cmath.asin is the same as cmath.asinh. by Tim Peters · 23 years ago
  43. 8cb82bd Rename some constants for easier readability. by Tim Peters · 23 years ago
  44. 14e2640 Mechanical edits just so I can read it. by Tim Peters · 23 years ago
  45. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  46. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  47. eb61b6e Fix typo in previous patch. by Thomas Wouters · 24 years ago
  48. ccada24 *** empty log message *** by Thomas Wouters · 24 years ago
  49. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  50. f1ca898 ANSI-fication by Peter Schneider-Kamp · 24 years ago
  51. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  52. f385c5e Patch by Nadav Horesh to make acosh and asinh better. by Guido van Rossum · 24 years ago
  53. 0e11c49 Docstring fix: acosh() returns the hyperbolic arccosine, not the by Fred Drake · 25 years ago
  54. 11a5071 Jim Ahlstrom patch: Watcom chokes on a long expression in c_asinh(). by Guido van Rossum · 25 years ago
  55. c6e2290 Added Doc strings -- by Chris Petrilli. by Guido van Rossum · 26 years ago
  56. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  57. 45b8391 New form of PyFPE_END_PROTECT macro. by Guido van Rossum · 27 years ago
  58. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  59. 09f99df Removed redundant inclusion of <errno.h> (sorry, Roj!). by Guido van Rossum · 27 years ago
  60. 24070ca Renamed Grandly by Roger E. Masse · 27 years ago
  61. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  62. 9e720e3 complex -> Py_complex by Guido van Rossum · 28 years ago
  63. 9c8a0c4 Made all c_* symbols static. by Guido van Rossum · 28 years ago
  64. 71aa32f complex math by Guido van Rossum · 28 years ago