summaryrefslogtreecommitdiff
path: root/Lib/statistics.py
Commit message (Expand)AuthorAgeFilesLines
* 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