1. 06 Ock, 2011 1 kayıt (commit)
  2. 30 Ara, 2010 1 kayıt (commit)
  3. 07 Ara, 2010 1 kayıt (commit)
    • Ronald Oussoren's avatar
      Two small changes to adjust framework builds to the new stable ABI · 0499d0b0
      Ronald Oussoren yazdı
      Both the Makefile and the script that is used on OSX to create the binary
      installer refer to the directory containing the Makefile using the name
      'config'. This name was changed with the new ABI (with default build flags
      it is now named config-3.2m).  This patch ensures that both files use the
      correct name.
      
      The build-installer.py script contains one other change: it now tests for the
      Tcl/Tk framework version by looking at the 'Current' symlink in the framework
      instead of runnning a script. This makes it possible to verify the version
      that is in the SDK that's used during the build instead of the version that
      is installed on the system.
      0499d0b0
  4. 20 Eki, 2010 1 kayıt (commit)
  5. 28 Eyl, 2010 1 kayıt (commit)
  6. 02 Haz, 2010 1 kayıt (commit)
  7. 09 May, 2010 1 kayıt (commit)
  8. 05 May, 2010 1 kayıt (commit)
  9. 30 Nis, 2010 3 kayıt (commit)
  10. 22 Nis, 2010 1 kayıt (commit)
  11. 20 Nis, 2010 2 kayıt (commit)
  12. 18 Nis, 2010 2 kayıt (commit)
  13. 11 Nis, 2010 1 kayıt (commit)
  14. 19 Mar, 2010 1 kayıt (commit)
  15. 07 Mar, 2010 1 kayıt (commit)
  16. 07 Şub, 2010 2 kayıt (commit)
  17. 09 Ock, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77209,77229,77359-77360,77371 via svnmerge from · 46a9900e
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line
      
        More yearly updates.
      ........
        r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Fix casing.
      ........
        r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line
      
        Fix description for Py_GetPath(); it sounded like it always returned sys.path.
      ........
        r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line
      
        #7653: clarify how the PythonPath registry key should look like.
      ........
        r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines
      
        Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
      ........
      46a9900e
  18. 24 Ara, 2009 1 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
  19. 13 Ara, 2009 1 kayıt (commit)
  20. 19 Kas, 2009 1 kayıt (commit)
  21. 20 Eyl, 2009 1 kayıt (commit)
  22. 07 Haz, 2009 1 kayıt (commit)
  23. 03 Haz, 2009 1 kayıt (commit)
  24. 26 May, 2009 1 kayıt (commit)
  25. 19 May, 2009 2 kayıt (commit)
  26. 17 May, 2009 1 kayıt (commit)
  27. 01 Nis, 2009 1 kayıt (commit)
  28. 31 Mar, 2009 1 kayıt (commit)
  29. 30 Mar, 2009 6 kayıt (commit)