1. 06 Nov, 2010 4 commits
  2. 05 Nov, 2010 2 commits
  3. 29 Oct, 2010 1 commit
  4. 23 Oct, 2010 1 commit
  5. 22 Oct, 2010 1 commit
  6. 21 Oct, 2010 1 commit
    • Éric Araujo's avatar
      Apply fix from r85784 on py3k too. · 1415d2f2
      Éric Araujo authored
      Fixes bug #10126 for Python 3.2 by using $RUNSHARED to find the
      directory to the shared library.  test_distutils now passes when
      Python was built with --enable-shared (Barry didn’t have the error
      but I did).
      1415d2f2
  7. 16 Oct, 2010 1 commit
    • Barry Warsaw's avatar
      First (uncontroversial) part of issue 9807. · f88b5e54
      Barry Warsaw authored
      * Expose the build flags to Python as sys.abiflags
      * Shared library libpythonX.Y<abiflags>.so
      * python-config --abiflags
      * Make two distutils tests that failed with --enable-shared (even before this
        patch) succeed.
      * Fix a few small style issues.
      f88b5e54
  8. 10 Oct, 2010 2 commits
  9. 03 Oct, 2010 1 commit
  10. 20 Sep, 2010 2 commits
  11. 19 Sep, 2010 1 commit
  12. 18 Sep, 2010 1 commit
  13. 17 Sep, 2010 1 commit
  14. 13 Sep, 2010 2 commits
  15. 12 Sep, 2010 1 commit
  16. 11 Sep, 2010 1 commit
  17. 10 Sep, 2010 1 commit
  18. 08 Sep, 2010 1 commit
  19. 07 Sep, 2010 2 commits
  20. 05 Sep, 2010 1 commit
  21. 03 Sep, 2010 1 commit
  22. 30 Aug, 2010 1 commit
  23. 14 Aug, 2010 1 commit
  24. 02 Aug, 2010 1 commit
  25. 31 Jul, 2010 2 commits
  26. 23 Jul, 2010 1 commit
    • Ronald Oussoren's avatar
      Ensure that the Makefile variable expansion · 575e9faa
      Ronald Oussoren authored
      in distutils.sysconfig matches that in the
      toplevel sysconfig module.
      
      Without this patch universal builds on OSX are
      broken.
      
      Als add a test that checks that the two version
      of get_config_vars agree on important values.
      575e9faa
  27. 22 Jul, 2010 1 commit
  28. 12 Jul, 2010 1 commit
  29. 27 Jun, 2010 1 commit
    • Ronald Oussoren's avatar
      Merged revisions 82272 via svnmerge from · 177cb259
      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.
      ........
      177cb259
  30. 21 Jun, 2010 1 commit
  31. 15 Jun, 2010 1 commit