1. cc1bdf9 [3.8] bpo-36018: Address more reviewer feedback (GH-15733) (GH-15734) by Raymond Hettinger · 4 years, 11 months ago
  2. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 5 years ago
  3. d5a66bc bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) (GH-15467) by Miss Islington (bot) · 5 years ago
  4. 382cb85 bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) (#15024) by Miss Islington (bot) · 5 years ago
  5. c613c33 bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871) (GH-14875) by Miss Islington (bot) · 5 years ago
  6. e917f2e bpo-36546: Add more tests and expand docs (#13406) by Raymond Hettinger · 5 years ago
  7. 874ad1b Fix typo: quaatile to quantile (GH=13001) by Xtreak · 5 years ago
  8. b0a2c0f bpo-36018: Test idempotence. Test two methods against one-another. (GH-13021) by Raymond Hettinger · 5 years ago
  9. db81ba1 bpo-36546: More tests: type preservation and equal inputs (#13000) by Raymond Hettinger · 5 years ago
  10. 9013ccf bpo-36546: Add statistics.quantiles() (#12710) by Raymond Hettinger · 5 years ago
  11. 6463ba3 bpo-27181: Add statistics.geometric_mean() (GH-12638) by Raymond Hettinger · 5 years ago
  12. d1e768a bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) by Raymond Hettinger · 5 years ago
  13. 2afb598 bpo-36324: NormalDist() add more tests and update comments (GH-12476) by Raymond Hettinger · 5 years ago
  14. 714c60d bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) by Raymond Hettinger · 5 years ago
  15. fc06a19 bpo-35892: Fix mode() and add multimode() (#12089) by Raymond Hettinger · 5 years ago
  16. 1f58f4f Refine statistics.NormalDist documentation and improve test coverage (GH-12208) by Raymond Hettinger · 5 years ago
  17. 318d537 bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149) by Raymond Hettinger · 5 years ago
  18. 18ee50d Add more tests for pdf() and cdf() (GH-12190) by Raymond Hettinger · 5 years ago
  19. ef17fdb bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) by Raymond Hettinger · 5 years ago
  20. 9e456bc bpo-36018: Add properties for mean and stdev (GH-12022) by Raymond Hettinger · 5 years ago
  21. 79fbcc5 bpo-36018: Make __pos__ return a distinct instance of NormDist (GH-12009) by Raymond Hettinger · 5 years ago
  22. 11c7953 bpo-36018: Add the NormalDist class to the statistics module (GH-11973) by Raymond Hettinger · 5 years ago
  23. 47d9987 bpo-35904: Add statistics.fmean() (GH-11892) by Raymond Hettinger · 5 years ago
  24. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  25. fb315db Issue #27181 remove geometric_mean and defer for 3.7. by Steven D'Aprano · 8 years ago
  26. a790fe7 Remove expected failure from test of _product internal function. by Steven D'Aprano · 8 years ago
  27. d6ea301 Remove support for nth root of negative numbers with odd powers. by Steven D'Aprano · 8 years ago
  28. e3f1e8a Issue #27181: Skip tests known to fail until a fix is found by Victor Stinner · 8 years ago
  29. 9a2be91 Issue27181 add geometric mean. by Steven D'Aprano · 8 years ago
  30. e7fef52 Tighten up test of harmonic mean on a single value. by Steven D'Aprano · 8 years ago
  31. a474afd Add harmonic mean and tests. by Steven D'Aprano · 8 years ago
  32. ab078e9 Backed out changeset af29d89083b3 (closes #25548) (closes #27498) by Benjamin Peterson · 8 years ago
  33. 8c115a4 Issue27139 patch by Julio C Cardoza. by Steven D'Aprano · 8 years ago
  34. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  35. 3b06e24 Issue 26002 and 25974 by Steven D'Aprano · 8 years ago
  36. 2335f44 Issue #25928: Temporarily disable some tests in test_statistics in order by Stefan Krah · 9 years ago
  37. b28c327 Issue #25177: Fixed problem with the mean of very small and very large numbers. by Steven D'Aprano · 9 years ago
  38. ed135f4 remove unused import by Benjamin Peterson · 9 years ago
  39. f8c111d Issue #16056: Rename test method in test_statistics to avoid conflict. by Berker Peksag · 10 years ago
  40. 4a7668a Close #20536: correctly handle Decimal exponents in statistics by Nick Coghlan · 10 years ago
  41. 73afe2a Close #20481: Disallow mixed type input in statistics by Nick Coghlan · 10 years ago
  42. bfd68bf Issue #20478: avoid special casing Counter in statistics by Nick Coghlan · 10 years ago
  43. b12cb6a Issue #19535: Fixed test_docxmlrpc, test_functools, test_inspect, and by Serhiy Storchaka · 11 years ago
  44. ad39360 Fix suspicious test case by Christian Heimes · 11 years ago
  45. f5e987b Issue #18606: Add the new "statistics" module (PEP 450). Contributed by Larry Hastings · 11 years ago