1. 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
  2. dbaf746 bpo-29956: Improve the math.exp() related documentation. (#1073) by Serhiy Storchaka · 7 years ago
  3. a0ce375 bpo-29962: add math.remainder (#950) by Mark Dickinson · 7 years ago
  4. 7341259 Fix misleading documentation for math.exp. (#951) by Mark Dickinson · 7 years ago
  5. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  6. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  7. 4770d6e Add versionadded tags for (c)math.tau. by Georg Brandl · 8 years ago
  8. 0a891d7 Issue #12345: Add mathemathcal constant tau to math and cmath. by Guido van Rossum · 8 years ago
  9. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  10. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  11. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  12. 276e9c8 merge 3.4 by Benjamin Peterson · 9 years ago
  13. 19a3f17 use imperative by Benjamin Peterson · 9 years ago
  14. e960d18 versionadded by Benjamin Peterson · 9 years ago
  15. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  16. a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 10 years ago
  17. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  18. 3137885 #12211: remove paragraph about NaNs by Andrew Kuchling · 10 years ago
  19. 8cb1ec3 #12211: clarify math.copysign() documentation and docstring by Andrew Kuchling · 10 years ago
  20. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  21. cc5ea62 #15438: merge with 3.2. by Ezio Melotti · 11 years ago
  22. 739d549 #15438: add a note to math.pow() that suggests using **/pow() for integers. Patch by Mark Dickinson. by Ezio Melotti · 11 years ago
  23. 37bfa23 math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  24. 288234f math.fsum docs did not show up because of a misplaced testsetup directive by Łukasz Langa · 12 years ago
  25. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 12 years ago
  26. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 12 years ago
  27. 9415afc meth.log2 doc: add a link to int.bit_length() by Victor Stinner · 13 years ago
  28. eaee138 note the point of having log2 by Benjamin Peterson · 13 years ago
  29. fa0e3d5 Issue #11888: Add log2 function to math module. Patch written by Mark Dickinson. by Victor Stinner · 13 years ago
  30. 12e6c25 Fix markup and wording. by Raymond Hettinger · 13 years ago
  31. 1081d48 Add links to make the math docs more usable. by Raymond Hettinger · 13 years ago
  32. c762242 Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups. by Mark Dickinson · 14 years ago
  33. 8e0c996 Issue #9165: Add math.isfinite and cmath.isfinite. by Mark Dickinson · 14 years ago
  34. 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 · 14 years ago
  35. 42dfeec Merged revisions 79871 via svnmerge from by Mark Dickinson · 14 years ago
  36. 603b753 Merged revisions 79858 via svnmerge from by Mark Dickinson · 14 years ago
  37. fc21e01 remove obsolete sentence by Ezio Melotti · 15 years ago
  38. 45f992a Merged revisions 76878 via svnmerge from by Mark Dickinson · 15 years ago
  39. 664b511 Merged revisions 76861 via svnmerge from by Mark Dickinson · 15 years ago
  40. 05d2e08 Merged revisions 76755 via svnmerge from by Mark Dickinson · 15 years ago
  41. 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 · 15 years ago
  42. 56e0966 Fix versionadded for py3k math.gamma by Mark Dickinson · 15 years ago
  43. 12c4bdb Merged revisions 75117 via svnmerge from by Mark Dickinson · 15 years ago
  44. a6053b4 Merged revisions 74542,74544-74548,74550,74554-74555,74578,74588,74590,74603,74616-74618,74621 via svnmerge from by Georg Brandl · 15 years ago
  45. 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 15 years ago
  46. cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 15 years ago
  47. 60fe6b0 Fix header level for 'Constants' section of math.rst by Mark Dickinson · 15 years ago
  48. 477be82 Add links to helpful external resources. by Raymond Hettinger · 15 years ago
  49. f3936f8 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 15 years ago
  50. bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 16 years ago
  51. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  52. 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 · 16 years ago
  53. 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 · 16 years ago
  54. 9abf93d murder some versionadded and versionchanged directives in their beds by Benjamin Peterson · 16 years ago
  55. 4aab711 Merged revisions 65366 via svnmerge from by Mark Dickinson · 16 years ago
  56. aa7633a Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from by Mark Dickinson · 16 years ago
  57. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  58. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  59. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  60. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  61. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  62. 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
  63. 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 16 years ago
  64. 2a03373 ceil and floor return ints in 3k. by Georg Brandl · 16 years ago
  65. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 16 years ago
  66. 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 17 years ago
  67. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  68. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  69. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago