summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_statistics.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, andSerhiy Storchaka2013-12-081-0/+3
| | | | test_statistics when python is run with -OO.
* Fix suspicious test caseChristian Heimes2013-11-261-2/+2
|
* Issue #18606: Add the new "statistics" module (PEP 450). ContributedLarry Hastings2013-10-191-0/+1534
by Steven D'Aprano.