1. 11 May, 2010 1 kayıt (commit)
  2. 08 May, 2010 6 kayıt (commit)
  3. 05 May, 2010 1 kayıt (commit)
  4. 30 Nis, 2010 2 kayıt (commit)
    • Marc-André Lemburg's avatar
      [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS · 6d5e579c
      Marc-André Lemburg yazdı
      Only override the AC_PROG_CC determined CFLAGS if they were set by the user.
      This restores the default behavior in the common case of not having CFLAGS
      defined when running configure.
      6d5e579c
    • 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
  5. 28 Nis, 2010 1 kayıt (commit)
  6. 24 Nis, 2010 1 kayıt (commit)
  7. 18 Nis, 2010 1 kayıt (commit)
  8. 08 Nis, 2010 1 kayıt (commit)
    • Ronald Oussoren's avatar
      This check-in fixes two problems: · 7591285f
      Ronald Oussoren yazdı
      1) A non-critical off-by-one error in pythonw
      
      2) A problem in the configure script that caused
         builds with '--enable-framework --enable-universalsdk=/'
         to fail on OSX 10.6.
      7591285f
  9. 25 Mar, 2010 1 kayıt (commit)
  10. 23 Mar, 2010 1 kayıt (commit)
  11. 14 Mar, 2010 2 kayıt (commit)
  12. 09 Mar, 2010 2 kayıt (commit)
  13. 27 Şub, 2010 1 kayıt (commit)
  14. 15 Şub, 2010 2 kayıt (commit)
  15. 11 Şub, 2010 2 kayıt (commit)
  16. 17 Ock, 2010 3 kayıt (commit)
  17. 01 Ock, 2010 1 kayıt (commit)
  18. 31 Ara, 2009 3 kayıt (commit)
  19. 24 Ara, 2009 1 kayıt (commit)
    • 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
  20. 13 Ara, 2009 1 kayıt (commit)
  21. 03 Ara, 2009 1 kayıt (commit)
  22. 02 Ara, 2009 1 kayıt (commit)
  23. 28 Kas, 2009 2 kayıt (commit)
  24. 27 Kas, 2009 1 kayıt (commit)
  25. 20 Kas, 2009 1 kayıt (commit)