COMMITS
/ Modules/_statisticsmodule.c April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 16, 2020
D
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
Dong-hee Na committed
November 19, 2019
B
Clean up module initialization. (GH-17215)
Brandt Bucher committed
September 15, 2019
R
bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (#16149)
Raymond Hettinger committed
September 3, 2019
D
bpo-37798: Fix _statistics module doc (GH-15546)
Dong-hee Na committed
August 26, 2019
R
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)
Raymond Hettinger committed
August 23, 2019
D
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
Dong-hee Na committed