index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
statistics.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-2/+1
*
Issue #27181 remove geometric_mean and defer for 3.7.
Steven D'Aprano
2016-10-04
1
-268/+1
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Remove support for nth root of negative numbers with odd powers.
Steven D'Aprano
2016-08-24
1
-4/+3
*
Add geometric_mean to __all__
Steven D'Aprano
2016-08-24
1
-1/+2
*
Re-licence statistics.py under the standard Python licence.
Steven D'Aprano
2016-08-23
1
-17/+0
*
Issue27181 add geometric mean.
Steven D'Aprano
2016-08-09
1
-0/+267
*
Add harmonic mean and tests.
Steven D'Aprano
2016-08-09
1
-4/+62
*
Backed out changeset af29d89083b3 (closes #25548) (closes #27498)
Benjamin Peterson
2016-07-14
1
-4/+4
*
Issue #25548: Showing memory address of class objects in repl
Kushal Das
2016-06-04
1
-4/+4
*
Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä
Martin Panter
2016-05-26
1
-2/+2
*
Issue 26977, remove unneeded line in pvariance (duplicate call to _ss).
Steven D'Aprano
2016-05-08
1
-1/+0
*
Issue 26002 and 25974
Steven D'Aprano
2016-05-04
1
-38/+30
*
Issue #25177: Fixed problem with the mean of very small and very large numbers.
Steven D'Aprano
2015-12-01
1
-71/+114
*
Issue #25494: Merge with 3.4
Zachary Ware
2015-10-28
1
-1/+1
|
\
|
*
Issue #25494: Remove extra quote from docstring.
Zachary Ware
2015-10-28
1
-1/+1
*
|
Issue #22823: Use set literals instead of creating a set from a list
Raymond Hettinger
2014-11-09
1
-2/+2
|
/
*
Close #20536: correctly handle Decimal exponents in statistics
Nick Coghlan
2014-02-08
1
-1/+5
*
Close #20481: Disallow mixed type input in statistics
Nick Coghlan
2014-02-08
1
-42/+25
*
Issue #20478: avoid special casing Counter in statistics
Nick Coghlan
2014-02-08
1
-3/+1
*
remove unused imports from statistics module
Christian Heimes
2013-10-25
1
-2/+0
*
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
Larry Hastings
2013-10-19
1
-0/+612