summaryrefslogtreecommitdiffstats
path: root/Doc/library/statistics.rst
Commit message (Collapse)AuthorAgeFilesLines
* Close #20481: Disallow mixed type input in statisticsNick Coghlan2014-02-081-0/+10
| | | | | | | The most appropriate coercion rules are not yet clear, so simply disallowing mixed type input for 3.4. (Committed on Steven's behalf)
* Note that examples are sorted only for convenience.Georg Brandl2013-11-041-0/+3
|
* Closes #19323: fix typo. Thanks to Michael Merickel.Georg Brandl2013-10-211-1/+1
|
* Reformat statistics.rst and remove unnecessary headings for each function.Georg Brandl2013-10-211-197/+139
|
* remove backticksBenjamin Peterson2013-10-201-1/+1
|
* fix declaration of StatisticsErrorBenjamin Peterson2013-10-201-2/+2
|
* Issue #19304: Fix typos noted by Claudiu Popa.Ned Deily2013-10-191-2/+2
|
* Issue #18606: Add the new "statistics" module (PEP 450). ContributedLarry Hastings2013-10-191-0/+463
by Steven D'Aprano.