Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fae2829c7a3bd3ac1b2e57c1bc3894ce459af0e1
/
Lib
/
statistics.py
fae2829
Issue #27181 remove geometric_mean and defer for 3.7.
by Steven D'Aprano
· 8 years ago
15f44ab
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Raymond Hettinger
· 8 years ago
d6ea301
Remove support for nth root of negative numbers with odd powers.
by Steven D'Aprano
· 8 years ago
e5803d9
Add geometric_mean to __all__
by Steven D'Aprano
· 8 years ago
0a21c72
Re-licence statistics.py under the standard Python licence.
by Steven D'Aprano
· 8 years ago
9a2be91
Issue27181 add geometric mean.
by Steven D'Aprano
· 8 years ago
a474afd
Add harmonic mean and tests.
by Steven D'Aprano
· 8 years ago
ab078e9
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
by Benjamin Peterson
· 8 years ago
5801ecb
Issue #25548: Showing memory address of class objects in repl
by Kushal Das
· 8 years ago
f157982
Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
by Martin Panter
· 8 years ago
cc22984
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
by Steven D'Aprano
· 9 years ago
3b06e24
Issue 26002 and 25974
by Steven D'Aprano
· 9 years ago
b28c327
Issue #25177: Fixed problem with the mean of very small and very large numbers.
by Steven D'Aprano
· 9 years ago
32dcf40
Issue #25494: Merge with 3.4
by Zachary Ware
· 9 years ago
df2660e
Issue #25494: Remove extra quote from docstring.
by Zachary Ware
· 9 years ago
df1b699
Issue #22823: Use set literals instead of creating a set from a list
by Raymond Hettinger
· 10 years ago
4a7668a
Close #20536: correctly handle Decimal exponents in statistics
by Nick Coghlan
· 11 years ago
73afe2a
Close #20481: Disallow mixed type input in statistics
by Nick Coghlan
· 11 years ago
bfd68bf
Issue #20478: avoid special casing Counter in statistics
by Nick Coghlan
· 11 years ago
2bcb1f6
remove unused imports from statistics module
by Christian Heimes
· 11 years ago
f5e987b
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
by Larry Hastings
· 11 years ago