1. 13 Nov, 2010 1 commit
  2. 12 Nov, 2010 1 commit
  3. 09 Nov, 2010 1 commit
  4. 06 Nov, 2010 6 commits
  5. 05 Nov, 2010 2 commits
  6. 29 Oct, 2010 1 commit
  7. 23 Oct, 2010 1 commit
  8. 22 Oct, 2010 1 commit
  9. 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
  10. 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
  11. 10 Oct, 2010 2 commits
  12. 03 Oct, 2010 1 commit
  13. 20 Sep, 2010 2 commits
  14. 19 Sep, 2010 1 commit
  15. 18 Sep, 2010 1 commit
  16. 17 Sep, 2010 1 commit
  17. 13 Sep, 2010 2 commits
  18. 12 Sep, 2010 1 commit
  19. 11 Sep, 2010 1 commit
  20. 10 Sep, 2010 1 commit
  21. 08 Sep, 2010 1 commit
  22. 07 Sep, 2010 2 commits
  23. 05 Sep, 2010 1 commit
  24. 03 Sep, 2010 1 commit
  25. 30 Aug, 2010 1 commit
  26. 14 Aug, 2010 1 commit
  27. 02 Aug, 2010 1 commit
  28. 31 Jul, 2010 2 commits
  29. 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