summaryrefslogtreecommitdiffstats
path: root/Modules/_statisticsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-37798: Prevent undefined behavior in direct calls to the C helper functio...Miss Islington (bot)2019-09-151-1/+17
* bpo-37798: Fix _statistics module doc (GH-15546)Miss Islington (bot)2019-09-031-1/+4
* bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527)Miss Islington (bot)2019-08-261-13/+22
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-...Miss Islington (bot)2019-08-231-0/+122