- 27 Mar, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
Make also minor PEP8 coding style fixes on modified imports.
-
- 04 Eki, 2016 2 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
Steven D'Aprano yazdı
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 24 Agu, 2016 2 kayıt (commit)
-
-
Steven D'Aprano yazdı
Although nth roots of negative numbers are real for odd n, the statistics module doesn't make use of this. Remove support for negative roots from the private _nth_root function, which simplifies the test suite.
-
Steven D'Aprano yazdı
-
- 23 Agu, 2016 1 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
- 09 Agu, 2016 2 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
Steven D'Aprano yazdı
-
- 14 Tem, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Haz, 2016 1 kayıt (commit)
-
-
Kushal Das yazdı
-
- 26 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 11 May, 2016 1 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
- 08 May, 2016 1 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
- 04 May, 2016 1 kayıt (commit)
-
-
Steven D'Aprano yazdı
patches by Upendra Kumar and Stefan Krah speed up median by using bisect, and general speedup for Decimals using as_integer_ratio
-
- 01 Ara, 2015 3 kayıt (commit)
-
-
Steven D'Aprano yazdı
-
Steven D'Aprano yazdı
-
Steven D'Aprano yazdı
-
- 28 Eki, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by John Mark Vandenberg.
-
- 09 Kas, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 08 Şub, 2014 3 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
The most appropriate coercion rules are not yet clear, so simply disallowing mixed type input for 3.4. (Committed on Steven's behalf)
-
Nick Coghlan yazdı
Passing Counter objects to the Counter constructor is special cased, going through iter() firsts ensures they are handled the same way as any other iterable. (Committing on Steven's behalf as I don't believe his SSH key is registered yet)
-
- 25 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Larry Hastings yazdı
by Steven D'Aprano.
-