- 04 Eyl, 2016 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 03 Eyl, 2016 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 15 Agu, 2016 1 kayıt (commit)
-
-
Guido van Rossum yazdı
Patch by Lisa Roach. See also PEP 628.
-
- 28 Tem, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Ville Skyttä.
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 31 May, 2015 1 kayıt (commit)
-
-
Tal Einat yazdı
For details, see: PEP 0485 -- A Function for testing approximate equality Functions added: math.isclose() and cmath.isclose(). Original code by Chris Barker. Patch by Tal Einat.
-
- 12 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
deprecated. Based on patch by Mark Dickinson.
-
- 11 Ock, 2015 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 10 Nis, 2014 1 kayıt (commit)
-
-
Mark Dickinson yazdı
- Better message for the OverflowError in large positive inputs. - Changed exception type from OverflowError to ValueError for large negative inputs.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 01 Haz, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Add also linux_version() to __all__.
-
- 10 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
System log2() is not accurate for exact power of 2.
-
- 09 May, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #11188: In log2 tests, create powers of 2 using ldexp(1, n) instead of the less reliable 2.0**n.
-
- 08 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Dickinson.
-
- 03 May, 2011 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 16 Mar, 2011 2 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 04 Ara, 2010 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 21 Kas, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 07 Kas, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
doesn't preserve the zero sign (if TANH_PRESERVES_ZERO_SIGN define is 0).
-
- 29 Eyl, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10.
-
- 11 Tem, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 07 Tem, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
- 05 Tem, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 13 Haz, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81967 | mark.dickinson | 2010-06-13 11:50:29 +0100 (Sun, 13 Jun 2010) | 4 lines Issue #8986: erfc was raising OverflowError on Linux for arguments in the (approximate) range (-27.3, 30.0), as a result of an escaped errno value. ........
-
Mark Dickinson yazdı
the (approximate) range (-27.3, 30.0), as a result of an escaped errno value.
-
- 15 May, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
(1) use a different algorithm that roughly halves the total number of multiplications required and results in more balanced multiplications (2) use a lookup table for small arguments (3) fast accumulation of products in C integer arithmetic rather than PyLong arithmetic when possible. Typical speedup, from unscientific testing on a 64-bit laptop, is 4.5x to 6.5x for arguments in the range 100 - 10000. Patch by Daniel Stutzbach; extensive reviews by Alexander Belopolsky.
-
- 12 May, 2010 4 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81127 | mark.dickinson | 2010-05-12 20:54:51 +0100 (Wed, 12 May 2010) | 9 lines Merged revisions 81126 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81126 | mark.dickinson | 2010-05-12 20:53:36 +0100 (Wed, 12 May 2010) | 1 line Fix unused variable in test_factorial. ........ ................
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81126 | mark.dickinson | 2010-05-12 20:53:36 +0100 (Wed, 12 May 2010) | 1 line Fix unused variable in test_factorial. ........
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81126 | mark.dickinson | 2010-05-12 20:53:36 +0100 (Wed, 12 May 2010) | 1 line Fix unused variable in test_factorial. ........
-
Mark Dickinson yazdı
-
- 06 Şub, 2010 2 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r78045 | mark.dickinson | 2010-02-06 23:16:50 +0000 (Sat, 06 Feb 2010) | 9 lines Merged revisions 78041 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78041 | mark.dickinson | 2010-02-06 23:11:25 +0000 (Sat, 06 Feb 2010) | 1 line testCopysign was defined twice in test_math; combine the definitions ........ ................
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78041 | mark.dickinson | 2010-02-06 23:11:25 +0000 (Sat, 06 Feb 2010) | 1 line testCopysign was defined twice in test_math; combine the definitions ........
-