summaryrefslogtreecommitdiffstats
path: root/Modules/_statisticsmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37798: Prevent undefined behavior in direct calls to the C helper ↵Miss Islington (bot)2019-09-151-1/+17
| | | | | | | function. (GH-16149) (GH-16160) (cherry picked from commit 6e27a0d77520bf2c4412e367496212510f81b983) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
* bpo-37798: Fix _statistics module doc (GH-15546)Miss Islington (bot)2019-09-031-1/+4
| | | | | (cherry picked from commit 0cf832a9ef84be6e18aad02464814530d80b82b2) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
* bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527)Miss Islington (bot)2019-08-261-13/+22
| | | | | (cherry picked from commit 6fee0f8ea72fa68155a32b33b6c0ed9e5a740e45) Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) ↵Miss Islington (bot)2019-08-231-0/+122
(GH-15441) (cherry picked from commit 0a18ee4be7ba215f414bef04598e0849504f9f1e) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>