summaryrefslogtreecommitdiff
path: root/Lib/test/test_statistics.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27181 remove geometric_mean and defer for 3.7.Steven D'Aprano2016-10-051-267/+0
* Remove expected failure from test of _product internal function.Steven D'Aprano2016-08-241-2/+2
* Remove support for nth root of negative numbers with odd powers.Steven D'Aprano2016-08-241-24/+5
* Issue #27181: Skip tests known to fail until a fix is foundVictor Stinner2016-08-161-0/+1
* Issue27181 add geometric mean.Steven D'Aprano2016-08-091-0/+285
* Tighten up test of harmonic mean on a single value.Steven D'Aprano2016-08-091-4/+1
* Add harmonic mean and tests.Steven D'Aprano2016-08-091-10/+149
* Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-131-1/+1
* Issue27139 patch by Julio C Cardoza.Steven D'Aprano2016-07-081-0/+16
* Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-1/+1
* Issue 26002 and 25974Steven D'Aprano2016-05-051-17/+14
* Issue #25928: Temporarily disable some tests in test_statistics in orderStefan Krah2015-12-291-0/+3
* Fix for issue #25177 with the mean of very small and very large numbers.Steven D'Aprano2015-12-011-48/+315
* remove unused importBenjamin Peterson2015-02-251-1/+0
* Issue #16056: Rename test method in test_statistics to avoid conflict.Berker Peksag2014-09-241-2/+2
* Close #20536: correctly handle Decimal exponents in statisticsNick Coghlan2014-02-081-0/+38
* Close #20481: Disallow mixed type input in statisticsNick Coghlan2014-02-081-34/+25
* Issue #20478: avoid special casing Counter in statisticsNick Coghlan2014-02-081-0/+8
* Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, andSerhiy Storchaka2013-12-081-0/+3
* Fix suspicious test caseChristian Heimes2013-11-261-2/+2
* Issue #18606: Add the new "statistics" module (PEP 450). ContributedLarry Hastings2013-10-191-0/+1534