summaryrefslogtreecommitdiffstats
path: root/Modules/_statisticsmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up module initialization. (GH-17215)Brandt Bucher2019-11-191-3/+1
* bpo-37798: Prevent undefined behavior in direct calls to the C helper functio...Raymond Hettinger2019-09-151-1/+17
* bpo-37798: Fix _statistics module doc (GH-15546)Dong-hee Na2019-09-031-1/+4
* bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)Raymond Hettinger2019-08-261-13/+22
* bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)Dong-hee Na2019-08-231-0/+122