summaryrefslogtreecommitdiffstats
path: root/doc/src/images/hoverevents.png
stat options
Period:
Authors:

Commits per author per week (path 'doc/src/images/hoverevents.png')

AuthorW35 2024W36 2024W37 2024W38 2024Total
Total00000
.14&id=3f3efed3315f06ca3412bc8f4506e994ab84a8b3'>Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131)Miss Islington (bot)2019-06-161-1/+1 * Simplify negativity checks in math.comb and math.perm. (GH-13870) (#14125)Miss Islington (bot)2019-06-161-10/+16 * bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919)Miss Islington (bot)2019-06-081-2/+8 * bpo-35431: Drop the k <= n requirement (GH-13798)Raymond Hettinger2019-06-041-15/+18 * bpo-37128: Add math.perm(). (GH-13731)Serhiy Storchaka2019-06-021-1/+129 * bpo-35431: Refactor math.comb() implementation. (GH-13725)Serhiy Storchaka2019-06-011-74/+81 * bpo-35431: Implemented math.comb (GH-11414)Yash Aggarwal2019-06-011-0/+121 * bpo-36957: Speed up math.isqrt (#13405)Mark Dickinson2019-05-191-8/+56 * bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)Serhiy Storchaka2019-05-191-23/+7 * bpo-36887: add math.isqrt (GH-13244)Mark Dickinson2019-05-181-0/+261 * bpo-36908: 'This module is always available' isn't helpful. (#13297)Ned Batchelder2019-05-171-2/+2 * Rework integer overflow path in math.prod and add more tests (GH-11809)Pablo Galindo2019-03-091-5/+51 * bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)Dima Pasechnik2019-02-261-4/+4 * Fix division by 0 when checking for overflow in math.prod (GH-11808)Pablo Galindo2019-02-101-2/+2 * bpo-35606: Implement math.prod (GH-11359)Pablo Galindo2019-02-071-0/+167 * Move float conversion into a macro. Apply to fsum (GH-11698)Raymond Hettinger2019-01-301-49/+32 * Fast path for int inputs to math.dist() and math.hypot() (GH-11692)Raymond Hettinger2019-01-281-3/+24 * bpo-35719: Optimize multi-argument math functions. (GH-11527)Serhiy Storchaka2019-01-121-19/+18 * bpo-34838: Use subclass_of for math.dist. (GH-9659)Ammar Askar2019-01-121-8/+3 * bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Zackery Spytz2018-12-071-3/+4 * Fixing wording in comment. (GH-10425)Raymond Hettinger2018-11-091-1/+1 * Speed-up math.dist() by 30% (GH-9628)Raymond Hettinger2018-09-291-3/+8 * bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)Pablo Galindo2018-09-031-3/+9 * Minor improvement to code clarity (GH-9036)Raymond Hettinger2018-09-021-1/+1 * Simplify vector_norm() by eliminating special cases in the main loop (GH-9006)Raymond Hettinger2018-08-311-22/+18 * Improve commutativity of math.hypot() and math.dist() (GH-8984)Raymond Hettinger2018-08-291-13/+19 * Fast path for exact floats in math.hypot() and math.dist() (GH-8949)Raymond Hettinger2018-08-271-9/+21 * Minor code clean-up. Don't alter the input vector. Use variables instead. GH-...Raymond Hettinger2018-08-121-4/+5 * Add more tests and assertions for math.hypot() and math.dist() (GH-8747)Raymond Hettinger2018-08-121-0/+1 * Factor-out common code. Also, optimize common cases by preallocating space on...Raymond Hettinger2018-08-121-41/+56 * Replace straight addition with Kahan summation and move max to the end (GH-8727)Raymond Hettinger2018-08-111-20/+45 * bpo-33089: Add math.dist() for computing the Euclidean distance between two p...Raymond Hettinger2018-07-311-0/+84 * bpo-33089: Multidimensional math.hypot() (GH-8474)Raymond Hettinger2018-07-281-38/+63 * bpo-31338 (#3374)Barry Warsaw2017-09-15