1. 02 Aug, 2010 1 commit
  2. 01 Aug, 2010 1 commit
  3. 11 Jul, 2010 1 commit
  4. 27 Jun, 2010 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 82272 via svnmerge from · 5d756882
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines
      
        Two small fixes for the support for SDKs on MacOSX:
      
        1) The code that checks if an path should be located in the SDK
           explicitly excludes /usr/local. This fixes issue9046
      
        2) The SDK variant for filtering "db_dirs_to_check" in setup.py
           was not doing anything because of a missing assignment.
      ........
      5d756882
  5. 21 Jun, 2010 1 commit
  6. 03 Jun, 2010 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 81662 via svnmerge from · cd778292
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81662 | ronald.oussoren | 2010-06-03 11:47:21 +0200 (Thu, 03 Jun 2010) | 9 lines
      
        Fix for issue #7724: ensure that distutils and python's own setup.py
        honor the MacOSX SDK when one is specified.
      
        This is needed to be able to build using the 10.4u SDK while running
        on OSX 10.6.
      
        This is a fixed version of the patch in r80963, I've tested this patch
        on OSX and Linux.
      ........
      cd778292
  7. 18 May, 2010 1 commit
    • Georg Brandl's avatar
      Merged revisions 68750,68811,68945,69157 via svnmerge from · 8ea633f8
      Georg Brandl authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r68750 | benjamin.peterson | 2009-01-18 22:47:04 +0000 (So, 18 Jan 2009) | 1 line
      
        fix encoding cookie case
      ........
        r68811 | benjamin.peterson | 2009-01-20 18:58:27 +0000 (Di, 20 Jan 2009) | 1 line
      
        fix url
      ........
        r68945 | tarek.ziade | 2009-01-25 22:11:04 +0000 (So, 25 Jan 2009) | 1 line
      
        added missing module docstring
      ........
        r69157 | benjamin.peterson | 2009-01-31 23:43:25 +0000 (Sa, 31 Jan 2009) | 1 line
      
        add explanatory comment
      ........
      8ea633f8
  8. 17 May, 2010 2 commits
  9. 30 Apr, 2010 1 commit
  10. 18 Mar, 2010 1 commit
  11. 13 Mar, 2010 1 commit
  12. 12 Mar, 2010 1 commit
  13. 09 Mar, 2010 1 commit
  14. 01 Mar, 2010 1 commit
  15. 03 Feb, 2010 1 commit
  16. 24 Jan, 2010 1 commit
  17. 11 Jan, 2010 1 commit
  18. 08 Jan, 2010 3 commits
  19. 24 Dec, 2009 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 77026 via svnmerge from · 40baf326
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77026 | ronald.oussoren | 2009-12-24 14:06:39 +0100 (Thu, 24 Dec 2009) | 8 lines
      
        On OSX the output of "uname -m" always reflects the 32-bit architecture
        for the machine ("i386" or "ppc"), even if the executable is
        64-bit.
      
        This patchs ensures that the distutils platform architecture
        represents the architecture for the executable when running a
        64-bit only executable on OSX.
      ........
      40baf326
  20. 20 Dec, 2009 1 commit
  21. 10 Dec, 2009 1 commit
  22. 06 Dec, 2009 1 commit
  23. 03 Dec, 2009 1 commit
  24. 01 Nov, 2009 2 commits
  25. 26 Oct, 2009 1 commit
  26. 18 Oct, 2009 1 commit
  27. 13 Oct, 2009 1 commit
  28. 12 Oct, 2009 1 commit
  29. 06 Oct, 2009 2 commits
  30. 05 Oct, 2009 1 commit
  31. 03 Oct, 2009 1 commit
  32. 02 Oct, 2009 1 commit
  33. 01 Oct, 2009 1 commit
  34. 29 Sep, 2009 1 commit
  35. 22 Sep, 2009 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 75022 via svnmerge from · f7a19629
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r75022 | ronald.oussoren | 2009-09-22 21:27:44 +0200 (Tue, 22 Sep 2009) | 8 lines
      
        Half of the fix for issue 6957: ensure that distutils
        ignores the '-isysroot' option on OSX when the
        corresponding SDK is not installed.
      
        This ensures that the user can compile extensions
        on OSX 10.6 using the Python.org installer and a
        default installation of Xcode.
      ........
      f7a19629