GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
clinic
/
mathmodule.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH...
Serhiy Storchaka
2020-02-23
1
-61
/
+1
*
bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)
ananthan-123
2020-02-19
1
-1
/
+31
*
bpo-39310: Add math.ulp(x) (GH-17965)
Victor Stinner
2020-01-13
1
-1
/
+40
*
bpo-39288: Add math.nextafter(x, y) (GH-17937)
Victor Stinner
2020-01-12
1
-1
/
+49
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-24
1
-49
/
+145
*
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH...
Raymond Hettinger
2019-07-27
1
-11
/
+3
*
bpo-37178: Allow a one argument form of math.perm() (GH-13905)
Raymond Hettinger
2019-06-08
1
-4
/
+11
*
bpo-35431: Drop the k <= n requirement (GH-13798)
Raymond Hettinger
2019-06-04
1
-9
/
+13
*
bpo-37128: Add math.perm(). (GH-13731)
Serhiy Storchaka
2019-06-02
1
-1
/
+36
*
bpo-35431: Refactor math.comb() implementation. (GH-13725)
Serhiy Storchaka
2019-06-01
1
-18
/
+6
*
bpo-35431: Implemented math.comb (GH-11414)
Yash Aggarwal
2019-06-01
1
-1
/
+50
*
bpo-36887: add math.isqrt (GH-13244)
Mark Dickinson
2019-05-18
1
-1
/
+10
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-7
/
+42
*
bpo-35606: Implement math.prod (GH-11359)
Pablo Galindo
2019-02-06
1
-1
/
+38
*
bpo-34838: Use subclass_of for math.dist. (GH-9659)
Ammar Askar
2019-01-12
1
-1
/
+9
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
1
-7
/
+7
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
1
-7
/
+25
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-8
/
+15
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
1
-7
/
+7
*
Speed-up math.dist() by 30% (GH-9628)
Raymond Hettinger
2018-09-29
1
-3
/
+4
*
bpo-33089: Add math.dist() for computing the Euclidean distance between two p...
Raymond Hettinger
2018-07-31
1
-1
/
+36
*
bpo-33089: Multidimensional math.hypot() (GH-8474)
Raymond Hettinger
2018-07-28
1
-30
/
+1
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-7
/
+7
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-27
/
+7
*
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
Sylvain
2017-06-10
1
-17
/
+17
*
Issue #29282: Backed out changeset b33012ef1417
Mark Dickinson
2017-01-21
1
-35
/
+1
*
Issue #29282: add fused multiply-add function, math.fma.
Mark Dickinson
2017-01-21
1
-1
/
+35
*
Issue #20186: Converted the math module to Argument Clinic.
Serhiy Storchaka
2017-01-19
1
-0
/
+539