1. 24 Eki, 2009 11 kayıt (commit)
    • Antoine Pitrou's avatar
    • Eric Smith's avatar
      Blocked revisions 75675 via svnmerge · 194fcf2d
      Eric Smith yazdı
      ........
        r75675 | eric.smith | 2009-10-24 15:50:44 -0400 (Sat, 24 Oct 2009) | 1 line
      
        Removed unused function PyFloat_AsStringEx. It is unused in floatobject.c, and it's not declared in any .h file.
      ........
      194fcf2d
    • Mark Dickinson's avatar
      Blocked revisions 75672 via svnmerge · f497584d
      Mark Dickinson yazdı
      ........
        r75672 | mark.dickinson | 2009-10-24 16:54:35 +0100 (Sat, 24 Oct 2009) | 4 lines
      
        Issue #7117:  temporarily disable the short float repr while the
        pieces are being assembled.  To re-enable, define the preprocessor
        symbol PY_SHORT_FLOAT_REPR
      ........
      f497584d
    • Mark Dickinson's avatar
      Blocked revisions 75666 via svnmerge · 0b3b73ba
      Mark Dickinson yazdı
      ........
        r75666 | mark.dickinson | 2009-10-24 15:01:08 +0100 (Sat, 24 Oct 2009) | 4 lines
      
        Issue #7117 (backport py3k float repr) continued:
        Add sys.float_repr_style attribute ('short' if short float
        repr is in used;  'legacy' otherwise).
      ........
      0b3b73ba
    • Mark Dickinson's avatar
      Add tests for sys.float_repr_style · 55d110c8
      Mark Dickinson yazdı
      55d110c8
    • Mark Dickinson's avatar
      Blocked revisions 75664 via svnmerge · 2123c849
      Mark Dickinson yazdı
      ........
        r75664 | mark.dickinson | 2009-10-24 14:44:16 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Configure check for double rounding should take BASECFLAGS into account
      ........
      2123c849
    • Tarek Ziadé's avatar
      Merged revisions 75659 via svnmerge from · 978cca6e
      Tarek Ziadé yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75659 | tarek.ziade | 2009-10-24 15:29:44 +0200 (Sat, 24 Oct 2009) | 1 line
      
        #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
      ........
      978cca6e
    • Mark Dickinson's avatar
      Blocked revisions 75653,75658,75660 via svnmerge · c2e05ed8
      Mark Dickinson yazdı
      ........
        r75653 | mark.dickinson | 2009-10-24 13:17:24 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Temporary define to avoid build failure
      ........
        r75658 | mark.dickinson | 2009-10-24 14:28:38 +0100 (Sat, 24 Oct 2009) | 8 lines
      
        Issue #7117 (backport py3k float repr) continued:
         - 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
      ........
        r75660 | mark.dickinson | 2009-10-24 14:31:41 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Remove temporary define from r75653
      ........
      c2e05ed8
    • Antoine Pitrou's avatar
      Blocked revisions 75650,75654-75655 via svnmerge · cc452c40
      Antoine Pitrou yazdı
      ........
        r75650 | antoine.pitrou | 2009-10-24 13:59:41 +0200 (sam., 24 oct. 2009) | 3 lines
      
        Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringIO and io.BytesIO
      ........
        r75654 | antoine.pitrou | 2009-10-24 14:23:18 +0200 (sam., 24 oct. 2009) | 3 lines
      
        Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.StringIO picklable.
      ........
        r75655 | antoine.pitrou | 2009-10-24 14:28:22 +0200 (sam., 24 oct. 2009) | 3 lines
      
        Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords
      ........
      cc452c40
    • Mark Dickinson's avatar
      Blocked revisions 75651 via svnmerge · 37493360
      Mark Dickinson yazdı
      ........
        r75651 | mark.dickinson | 2009-10-24 13:13:30 +0100 (Sat, 24 Oct 2009) | 7 lines
      
        Issue #7117: Prepare for backport of py3k float repr.
        Add the Python/dtoa.c file containing the main algorithms;
        add corresponding include file and include in Python.h;
        include license information for Python/dtoa.c;
        add dtoa.c and dtoa.h to Makefile.
      ........
      37493360
    • Mark Dickinson's avatar
      Recorded merge of revisions 75648 via svnmerge from · 21b6c260
      Mark Dickinson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75648 | mark.dickinson | 2009-10-24 12:47:17 +0100 (Sat, 24 Oct 2009) | 1 line
      
        Acknowledge Ned Deily (extensive bug hunting and testing on OS X)
      ........
      21b6c260
  2. 23 Eki, 2009 3 kayıt (commit)
  3. 22 Eki, 2009 4 kayıt (commit)
  4. 21 Eki, 2009 2 kayıt (commit)
  5. 20 Eki, 2009 6 kayıt (commit)
  6. 19 Eki, 2009 14 kayıt (commit)