Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27181: Skip tests known to fail until a fix is found | Victor Stinner | 2016-08-16 | 1 | -0/+1 |
| | |||||
* | Issue27181 add geometric mean. | Steven D'Aprano | 2016-08-09 | 1 | -0/+285 |
| | |||||
* | Tighten up test of harmonic mean on a single value. | Steven D'Aprano | 2016-08-09 | 1 | -4/+1 |
| | |||||
* | Add harmonic mean and tests. | Steven D'Aprano | 2016-08-09 | 1 | -10/+149 |
| | |||||
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498) | Benjamin Peterson | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | Issue27139 patch by Julio C Cardoza. | Steven D'Aprano | 2016-07-07 | 1 | -0/+16 |
| | |||||
* | Issue #25548: Showing memory address of class objects in repl | Kushal Das | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Issue 26002 and 25974 | Steven D'Aprano | 2016-05-04 | 1 | -17/+14 |
| | | | | | patches by Upendra Kumar and Stefan Krah speed up median by using bisect, and general speedup for Decimals using as_integer_ratio | ||||
* | Issue #25928: Temporarily disable some tests in test_statistics in order | Stefan Krah | 2015-12-28 | 1 | -0/+3 |
| | | | | to sort out its assumptions about the as_integer_ratio() interface. | ||||
* | Issue #25177: Fixed problem with the mean of very small and very large numbers. | Steven D'Aprano | 2015-12-01 | 1 | -48/+315 |
| | |||||
* | remove unused import | Benjamin Peterson | 2015-02-25 | 1 | -1/+0 |
| | |||||
* | Issue #16056: Rename test method in test_statistics to avoid conflict. | Berker Peksag | 2014-09-24 | 1 | -2/+2 |
| | |||||
* | Close #20536: correctly handle Decimal exponents in statistics | Nick Coghlan | 2014-02-08 | 1 | -0/+38 |
| | |||||
* | Close #20481: Disallow mixed type input in statistics | Nick Coghlan | 2014-02-08 | 1 | -34/+25 |
| | | | | | | | The most appropriate coercion rules are not yet clear, so simply disallowing mixed type input for 3.4. (Committed on Steven's behalf) | ||||
* | Issue #20478: avoid special casing Counter in statistics | Nick Coghlan | 2014-02-08 | 1 | -0/+8 |
| | | | | | | | | | Passing Counter objects to the Counter constructor is special cased, going through iter() firsts ensures they are handled the same way as any other iterable. (Committing on Steven's behalf as I don't believe his SSH key is registered yet) | ||||
* | Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and | Serhiy Storchaka | 2013-12-08 | 1 | -0/+3 |
| | | | | test_statistics when python is run with -OO. | ||||
* | Fix suspicious test case | Christian Heimes | 2013-11-26 | 1 | -2/+2 |
| | |||||
* | Issue #18606: Add the new "statistics" module (PEP 450). Contributed | Larry Hastings | 2013-10-19 | 1 | -0/+1534 |
by Steven D'Aprano. |