1. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  2. fb315db Issue #27181 remove geometric_mean and defer for 3.7. by Steven D'Aprano · 8 years ago
  3. a790fe7 Remove expected failure from test of _product internal function. by Steven D'Aprano · 8 years ago
  4. d6ea301 Remove support for nth root of negative numbers with odd powers. by Steven D'Aprano · 8 years ago
  5. e3f1e8a Issue #27181: Skip tests known to fail until a fix is found by Victor Stinner · 8 years ago
  6. 9a2be91 Issue27181 add geometric mean. by Steven D'Aprano · 8 years ago
  7. e7fef52 Tighten up test of harmonic mean on a single value. by Steven D'Aprano · 8 years ago
  8. a474afd Add harmonic mean and tests. by Steven D'Aprano · 8 years ago
  9. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  10. 8c115a4 Issue27139 patch by Julio C Cardoza. by Steven D'Aprano · 8 years ago
  11. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  12. 3b06e24 Issue 26002 and 25974 by Steven D'Aprano · 8 years ago
  13. 2335f44 Issue #25928: Temporarily disable some tests in test_statistics in order by Stefan Krah · 9 years ago
  14. b28c327 Issue #25177: Fixed problem with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  15. ed135f4 remove unused import by Benjamin Peterson · 10 years ago
  16. f8c111d Issue #16056: Rename test method in test_statistics to avoid conflict. by Berker Peksag · 10 years ago
  17. 4a7668a Close #20536: correctly handle Decimal exponents in statistics by Nick Coghlan · 11 years ago
  18. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 11 years ago
  19. bfd68bf Issue #20478: avoid special casing Counter in statistics by Nick Coghlan · 11 years ago
  20. b12cb6a Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and by Serhiy Storchaka · 11 years ago
  21. ad39360 Fix suspicious test case by Christian Heimes · 11 years ago
  22. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 11 years ago