summaryrefslogtreecommitdiffstats
path: root/Doc/library/statistics.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+3
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
|
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-1/+1
|
* Revert #22251Berker Peksag2014-09-271-3/+1
|
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-1/+3
|
* 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.