COMMITS
/ Lib/statistics.py March 27, 2017
V
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner committed
October 4, 2016
S
Issue #27181 remove geometric_mean and defer for 3.7.
Steven D'Aprano committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
August 24, 2016
S
Remove support for nth root of negative numbers with odd powers.
Steven D'Aprano committed
S
Add geometric_mean to __all__
Steven D'Aprano committed
August 23, 2016
S
Re-licence statistics.py under the standard Python licence.
Steven D'Aprano committed
August 9, 2016
S
Issue27181 add geometric mean.
Steven D'Aprano committed
S
Add harmonic mean and tests.
Steven D'Aprano committed
July 14, 2016
B
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson committed
June 4, 2016
K
Issue #25548: Showing memory address of class objects in repl
Kushal Das committed
May 26, 2016
M
Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
Martin Panter committed
May 8, 2016
S
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
Steven D'Aprano committed
May 4, 2016
S
Issue 26002 and 25974
Steven D'Aprano committed
December 1, 2015
S
Issue #25177: Fixed problem with the mean of very small and very large numbers.
Steven D'Aprano committed
October 28, 2015
Z
Issue #25494: Merge with 3.4
Zachary Ware committed
Z
Issue #25494: Remove extra quote from docstring.
Zachary Ware committed
November 9, 2014
R
Issue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger committed
February 8, 2014
N
Close #20536: correctly handle Decimal exponents in statistics
Nick Coghlan committed
N
Close #20481: Disallow mixed type input in statistics
Nick Coghlan committed
N
Issue #20478: avoid special casing Counter in statistics
Nick Coghlan committed
October 25, 2013
C
remove unused imports from statistics module
Christian Heimes committed
October 19, 2013
L
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
Larry Hastings committed