1. dc3f99f bpo-37548: Document range of atan, acos and asin (GH-14717) by Giovanni Cappellotto · 6 years ago
  2. 231aad3 bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147) by Serhiy Storchaka · 6 years ago
  3. e119b3d bpo-37178: Allow a one argument form of math.perm() (GH-13905) by Raymond Hettinger · 6 years ago
  4. 8f4bbb5 Fix grammar (GH-13801) by Raymond Hettinger · 6 years ago
  5. 963eb0f bpo-35431: Drop the k <= n requirement (GH-13798) by Raymond Hettinger · 6 years ago
  6. 5ae299a bpo-37128: Add math.perm(). (GH-13731) by Serhiy Storchaka · 6 years ago
  7. b7fade4 Put math.comb() docs is correct place alphabetically (GH-13734) by Raymond Hettinger · 6 years ago
  8. 2b843ac bpo-35431: Refactor math.comb() implementation. (GH-13725) by Serhiy Storchaka · 6 years ago
  9. 4a68650 bpo-35431: Implemented math.comb (GH-11414) by Yash Aggarwal · 6 years ago
  10. 4612671 bpo-25735: math.factorial doc should mention integer return type (GH-6420) by Akshay Sharma · 6 years ago
  11. 73934b9 bpo-36887: add math.isqrt (GH-13244) by Mark Dickinson · 6 years ago
  12. 6faad35 bpo-36908: 'This module is always available' isn't helpful. (#13297) by Ned Batchelder · 6 years ago
  13. bc09851 bpo-35606: Implement math.prod (GH-11359) by Pablo Galindo · 7 years ago
  14. 9c18b1a bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561) by Raymond Hettinger · 7 years ago
  15. c6dabe3 bpo-33089: Multidimensional math.hypot() (GH-8474) by Raymond Hettinger · 7 years ago
  16. 308eab9 bpo-26701: Add documentation for __trunc__ (GH-6022) by Eric Appelt · 7 years ago
  17. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 8 years ago
  18. dbaf746 bpo-29956: Improve the math.exp() related documentation. (#1073) by Serhiy Storchaka · 8 years ago
  19. a0ce375 bpo-29962: add math.remainder (#950) by Mark Dickinson · 8 years ago
  20. 7341259 Fix misleading documentation for math.exp. (#951) by Mark Dickinson · 8 years ago
  21. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 9 years ago
  22. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 9 years ago
  23. 4770d6e Add versionadded tags for (c)math.tau. by Georg Brandl · 9 years ago
  24. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 9 years ago
  25. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  26. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  27. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 10 years ago
  28. 276e9c8 merge 3.4 by Benjamin Peterson · 10 years ago
  29. 19a3f17 use imperative by Benjamin Peterson · 10 years ago
  30. e960d18 versionadded by Benjamin Peterson · 10 years ago
  31. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 10 years ago
  32. a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 11 years ago
  33. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  34. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 11 years ago
  35. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 11 years ago
  36. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  37. cc5ea62 #15438: merge with 3.2. by Ezio Melotti · 12 years ago
  38. 739d549 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 12 years ago
  39. 37bfa23 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 13 years ago
  40. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 13 years ago
  41. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 13 years ago
  42. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
  43. 9415afc meth.log2 doc: add a link to int.bit_length() by Victor Stinner · 14 years ago
  44. eaee138 note the point of having log2 by Benjamin Peterson · 14 years ago
  45. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 14 years ago
  46. 12e6c25 Fix markup and wording. by Raymond Hettinger · 14 years ago
  47. 1081d48 Add links to make the math docs more usable. by Raymond Hettinger · 14 years ago
  48. c762242 Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. by Mark Dickinson · 15 years ago
  49. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 15 years ago
  50. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 15 years ago
  51. 42dfeec Merged revisions 79871 via svnmerge from by Mark Dickinson · 15 years ago
  52. 603b753 Merged revisions 79858 via svnmerge from by Mark Dickinson · 15 years ago
  53. fc21e01 remove obsolete sentence by Ezio Melotti · 16 years ago
  54. 45f992a Merged revisions 76878 via svnmerge from by Mark Dickinson · 16 years ago
  55. 664b511 Merged revisions 76861 via svnmerge from by Mark Dickinson · 16 years ago
  56. 05d2e08 Merged revisions 76755 via svnmerge from by Mark Dickinson · 16 years ago
  57. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 16 years ago
  58. 56e0966 Fix versionadded for py3k math.gamma by Mark Dickinson · 16 years ago
  59. 12c4bdb Merged revisions 75117 via svnmerge from by Mark Dickinson · 16 years ago
  60. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 16 years ago
  61. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 16 years ago
  62. cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 16 years ago
  63. 60fe6b0 Fix header level for 'Constants' section of math.rst by Mark Dickinson · 16 years ago
  64. 477be82 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  65. f3936f8 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
  66. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 17 years ago
  67. 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
  68. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 17 years ago
  69. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 17 years ago
  70. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 17 years ago
  71. 4aab711 Merged revisions 65366 via svnmerge from by Mark Dickinson · 17 years ago
  72. aa7633a Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from by Mark Dickinson · 17 years ago
  73. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 17 years ago
  74. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 17 years ago
  75. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 17 years ago
  76. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 17 years ago
  77. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 17 years ago
  78. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 17 years ago
  79. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 17 years ago
  80. 2a03373 ceil and floor return ints in 3k. by Georg Brandl · 17 years ago
  81. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 18 years ago
  82. 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 18 years ago
  83. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 18 years ago
  84. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  85. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago