[Python-checkins] r75661 - python/branches/py3k

mark.dickinson python-checkins at python.org
Sat Oct 24 15:32:57 CEST 2009


Author: mark.dickinson
Date: Sat Oct 24 15:32:56 2009
New Revision: 75661

Log:
Blocked revisions 75653,75658,75660 via svnmerge

........
  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
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list