1. 20 Nis, 2018 1 kayıt (commit)
  2. 28 Mar, 2018 1 kayıt (commit)
    • Ned Deily's avatar
      bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) · df532ab7
      Ned Deily yazdı
      Forcing the macOS IDLE.app gui process to launch in 32-mode was
      a necessary hack for old versions of Tk (Aqua Carbon as in Tk 8.4
      and early versions of 8.5); it is not needed for current versions
      of Tk.  Since 32-bit launching will no longer be supported on
      future releases of macOS, allow IDLE.app to launch in 64-bit mode.
      df532ab7
  3. 03 Nis, 2015 1 kayıt (commit)
  4. 22 Kas, 2013 2 kayıt (commit)
    • Ned Deily's avatar
      Issue #19553: PEP 453 - "make install" and "make altinstall" now install or · 322f5ba0
      Ned Deily yazdı
      upgrade pip by default, using the bundled pip provided by the new ensurepip
      module.  A new configure option, --with-ensurepip[=upgrade|install|no], is
      available to override the default ensurepip "--upgrade" option.  The option
      can also be set with "make [alt]install ENSUREPIP=[upgrade|install\no]".
      322f5ba0
    • Ned Deily's avatar
      Issue #19649: On OS X, the same set of file names are now installed · b8f944f0
      Ned Deily yazdı
      in bin directories for all configurations: non-framework vs framework,
      and single arch vs universal builds.  pythonx.y-32 is now always
      installed for 64-bit/32-bit universal builds.  The obsolete and
      undocumented pythonw* symlinks are no longer installed anywhere.
      b8f944f0
  5. 27 Eki, 2013 1 kayıt (commit)
  6. 29 Ock, 2013 2 kayıt (commit)
  7. 06 Agu, 2012 1 kayıt (commit)
    • Ned Deily's avatar
      OS X installer cleanups: · dfca8c95
      Ned Deily yazdı
      - Remove OS X installer and Mac/Makefile dependencies on /Developer which
        no longer exists with Xcode 4; the referenced tools have been installed
        into the usr/bin tool root since Xcode 3.
      - Support adding the SDK usr/bin tool root to the installer's PATH via the
        SDK_TOOLS_BIN environment variable.
      dfca8c95
  8. 24 Haz, 2012 1 kayıt (commit)
  9. 26 May, 2012 1 kayıt (commit)
  10. 19 Şub, 2012 1 kayıt (commit)
    • Ned Deily's avatar
      Issue #12627: Implement PEP 394 for OS X framework builds. · c5df5630
      Ned Deily yazdı
      OS X framework builds already created versioned symlinks for all
      executables and scripts installed in the framework bin directory,
      of the general form ${cmd} - ${cmd}2.7.  The changes here add a
      hierarchy of ${cmd} -> ${cmd}2 -> ${cmd}2.7.  Per previous
      practice, all of the links are created in the framework bin
      directory for both the install and altinstall targets.  This is
      consistent with the long-standing recommendation to manage multiple
      framework versions by adding and ordering framework bin directories
      on $PATH.  Also, per past practice, symlinks to all framework bin
      entries are created in $prefix/bin (by default, /usr/local/bin)
      for the install target and only versioned links are created for
      altinstall, although the use of these links is not recommended
      for framework builds and their installation is optional with
      the standard OS X installers.
      c5df5630
  11. 28 May, 2011 2 kayıt (commit)
  12. 07 Şub, 2011 1 kayıt (commit)
  13. 15 Ock, 2011 1 kayıt (commit)
  14. 10 Ock, 2011 1 kayıt (commit)
  15. 30 Ara, 2010 1 kayıt (commit)
  16. 29 Tem, 2010 1 kayıt (commit)
  17. 05 May, 2010 1 kayıt (commit)
  18. 30 Nis, 2010 2 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 80647 via svnmerge from · 86b33c87
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80647 | ronald.oussoren | 2010-04-30 13:20:14 +0200 (Fri, 30 Apr 2010) | 11 lines
      
        Fix for issue #3646: with this patch it is possible to do a
        framework install of Python in your home directory (on OSX):
      
           $ configure --enable-framework=${HOME}/Library/Frameworks
           $ make && make install
      
        Without this patch the framework would get installed just fine,
        but 'make install' would try to install the application bundles
        and command-line tools outside the user's home, which doesn't work
        for non-admin users (and is bad form anyway).
      ........
      86b33c87
    • Ronald Oussoren's avatar
      Fix for issue #3646: with this patch it is possible to do a · 01d149fc
      Ronald Oussoren yazdı
      framework install of Python in your home directory (on OSX):
      
         $ configure --enable-framework=${HOME}/Library/Frameworks
         $ make && make install
      
      Without this patch the framework would get installed just fine,
      but 'make install' would try to install the application bundles
      and command-line tools outside the user's home, which doesn't work
      for non-admin users (and is bad form anyway).
      01d149fc
  19. 20 Nis, 2010 4 kayıt (commit)
  20. 18 Nis, 2010 1 kayıt (commit)
  21. 19 Mar, 2010 1 kayıt (commit)
  22. 09 Mar, 2010 1 kayıt (commit)
  23. 07 Mar, 2010 2 kayıt (commit)
  24. 07 Şub, 2010 1 kayıt (commit)
  25. 17 Ock, 2010 1 kayıt (commit)
    • Ronald Oussoren's avatar
      - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 · a55af9a9
      Ronald Oussoren yazdı
      - 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
      a55af9a9
  26. 24 Ara, 2009 2 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 77031 via svnmerge from · 6f6c5624
      Ronald Oussoren yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77031 | ronald.oussoren | 2009-12-24 14:30:58 +0100 (Thu, 24 Dec 2009) | 15 lines
      
        Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX.
      
        The previous implementation used execv(2) to run the real interpreter, which means that
        you cannot use the arch(1) tool to select the architecture you want to use for a
        universal build because that only affects the python/pythonw wrapper and not the actual
        interpreter.
      
        The new version uses posix_spawnv with a number of OSX-specific options that ensure that
        the real interpreter is started using the same CPU architecture as the wrapper, and that
        means that 'arch -ppc python' now actually works.
      
        I've also changed the way that the wrapper looks for the framework: it is now linked to
        the framework rather than hardcoding the framework path. This should make it easier to
        provide pythonw support in tools like virtualenv.
      ........
      6f6c5624
    • Ronald Oussoren's avatar
      Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. · 92919a66
      Ronald Oussoren yazdı
      The previous implementation used execv(2) to run the real interpreter, which means that
      you cannot use the arch(1) tool to select the architecture you want to use for a
      universal build because that only affects the python/pythonw wrapper and not the actual
      interpreter.
      
      The new version uses posix_spawnv with a number of OSX-specific options that ensure that
      the real interpreter is started using the same CPU architecture as the wrapper, and that
      means that 'arch -ppc python' now actually works.
      
      I've also changed the way that the wrapper looks for the framework: it is now linked to
      the framework rather than hardcoding the framework path. This should make it easier to
      provide pythonw support in tools like virtualenv.
      92919a66
  27. 07 Haz, 2009 1 kayıt (commit)
  28. 26 May, 2009 1 kayıt (commit)
  29. 19 May, 2009 2 kayıt (commit)
  30. 17 May, 2009 1 kayıt (commit)