Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |