Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 26977, remove unneeded line in pvariance (duplicate call to _ss). | Steven D'Aprano | 2016-05-11 | 1 | -1/+0 |
* | Fix for issue #25177 with the mean of very small and very large numbers. | Steven D'Aprano | 2015-12-01 | 1 | -71/+114 |
* | Issue #25494: Remove extra quote from docstring. | Zachary Ware | 2015-10-27 | 1 | -1/+1 |
* | Close #20536: correctly handle Decimal exponents in statistics | Nick Coghlan | 2014-02-08 | 1 | -1/+5 |
* | Close #20481: Disallow mixed type input in statistics | Nick Coghlan | 2014-02-08 | 1 | -42/+25 |
* | Issue #20478: avoid special casing Counter in statistics | Nick Coghlan | 2014-02-08 | 1 | -3/+1 |
* | remove unused imports from statistics module | Christian Heimes | 2013-10-25 | 1 | -2/+0 |
* | Issue #18606: Add the new "statistics" module (PEP 450). Contributed | Larry Hastings | 2013-10-19 | 1 | -0/+612 |