summaryrefslogtreecommitdiff
path: root/Lib/statistics.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).Steven D'Aprano2016-05-111-1/+0
* Fix for issue #25177 with the mean of very small and very large numbers.Steven D'Aprano2015-12-011-71/+114
* Issue #25494: Remove extra quote from docstring.Zachary Ware2015-10-271-1/+1
* Close #20536: correctly handle Decimal exponents in statisticsNick Coghlan2014-02-081-1/+5
* Close #20481: Disallow mixed type input in statisticsNick Coghlan2014-02-081-42/+25
* Issue #20478: avoid special casing Counter in statisticsNick Coghlan2014-02-081-3/+1
* remove unused imports from statistics moduleChristian Heimes2013-10-251-2/+0
* Issue #18606: Add the new "statistics" module (PEP 450). ContributedLarry Hastings2013-10-191-0/+612