1. 07 Eyl, 2017 1 kayıt (commit)
  2. 07 Eyl, 2016 1 kayıt (commit)
  3. 30 Agu, 2016 1 kayıt (commit)
  4. 15 Agu, 2016 1 kayıt (commit)
  5. 25 Ara, 2015 1 kayıt (commit)
  6. 15 Agu, 2015 1 kayıt (commit)
  7. 13 Agu, 2015 1 kayıt (commit)
  8. 14 Mar, 2011 1 kayıt (commit)
  9. 03 Ara, 2010 1 kayıt (commit)
  10. 21 Ara, 2009 2 kayıt (commit)
  11. 24 Eki, 2009 1 kayıt (commit)
    • Mark Dickinson's avatar
      Issue #7117 (backport py3k float repr) continued: · 1d6e2e18
      Mark Dickinson yazdı
       - add double endianness detection to configure script
       - add configure-time check to see whether we can use inline
         assembly to get and set x87 control word in configure script
       - add functions to get and set x87 control word in Python/pymath.c
       - add pyport.h logic to determine whether it's safe to use the
         short float repr or not
      1d6e2e18
  12. 28 Haz, 2009 3 kayıt (commit)
  13. 04 May, 2009 1 kayıt (commit)
  14. 18 Nis, 2009 2 kayıt (commit)
  15. 16 Nis, 2009 1 kayıt (commit)
    • Mark Dickinson's avatar
      Issue #1580: use short float repr where possible. · b08a53a9
      Mark Dickinson yazdı
       - incorporate and adapt David Gay's dtoa and strtod
         into the Python core
       - on platforms where we can use Gay's code (almost
         all!), repr(float) is based on the shortest
         sequence of decimal digits that rounds correctly.
       - add sys.float_repr_style attribute to indicate
         whether we're using Gay's code or not
       - add autoconf magic to detect and enable SSE2
         instructions on x86/gcc
       - slight change to repr and str:  repr switches
         to exponential notation at 1e16 instead of
         1e17, str switches at 1e11 instead of 1e12
      b08a53a9
  16. 09 Şub, 2009 2 kayıt (commit)
  17. 05 Ock, 2009 1 kayıt (commit)
  18. 04 Ock, 2009 7 kayıt (commit)
  19. 19 Agu, 2008 2 kayıt (commit)
  20. 19 Nis, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      Merged revisions 62380,62382-62383 via svnmerge from · 53876d9c
      Christian Heimes yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r62380 | christian.heimes | 2008-04-19 01:13:07 +0200 (Sat, 19 Apr 2008) | 3 lines
      
        I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.
      
        The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
      ........
        r62382 | christian.heimes | 2008-04-19 01:40:40 +0200 (Sat, 19 Apr 2008) | 2 lines
      
        Added new files to Windows project files
        More Windows related fixes are coming soon
      ........
        r62383 | christian.heimes | 2008-04-19 01:49:11 +0200 (Sat, 19 Apr 2008) | 1 line
      
        Stupid me. Py_RETURN_NAN should actually return something ...
      ........
      53876d9c
  21. 18 Nis, 2008 1 kayıt (commit)
    • Christian Heimes's avatar
      I finally got the time to update and merge Mark's and my trunk-math branch. The… · 6f341093
      Christian Heimes yazdı
      I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math.
      
      The patch also adds acosh, asinh, atanh, log1p and copysign to all platforms. Finally it fixes differences between platforms like different results or exceptions for edge cases. Have fun :)
      6f341093