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

benjamin.peterson python-checkins at python.org
Wed Feb 3 03:53:11 CET 2010


Author: benjamin.peterson
Date: Wed Feb  3 03:53:11 2010
New Revision: 77940

Log:
Blocked revisions 77575,77585,77587-77588 via svnmerge

........
  r77575 | ronald.oussoren | 2010-01-17 06:38:11 -0600 (Sun, 17 Jan 2010) | 3 lines
  
  Add text to Mac/README to warn about non-universal libraries when
  building a universal Python. Based on issue7679.
........
  r77585 | ronald.oussoren | 2010-01-17 10:25:57 -0600 (Sun, 17 Jan 2010) | 12 lines
  
  - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
  
  - Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on
    MacOSX.
  
  - Make configure look for util.h as well as libutil.h. The former
    is the header file that on OSX contains the defition of openpty.
  
    (Needed to compile for OSX 10.4 on OSX 10.6)
  
  - Use the correct definition of CC to compile the pythonw executable
........
  r77587 | ronald.oussoren | 2010-01-17 13:27:57 -0600 (Sun, 17 Jan 2010) | 8 lines
  
  This patch ensures that the configure-script mentions checking for --enable-universalsdk
  and that it doesn't default to the 10.4u SDK when that SDK does not exist.
  
  (This affects OSX)
  
  This patch should fix most of issue 4834, although I haven't gotten enough
  information from the user to be sure.
........
  r77588 | ronald.oussoren | 2010-01-17 13:32:00 -0600 (Sun, 17 Jan 2010) | 2 lines
  
  Explicitly use /usr/bin/arch on OSX, fixes issue 7715
........


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


More information about the Python-checkins mailing list