1. 24 Mar, 2015 1 commit
    • Tim D. Smith's avatar
      Don't explicitly link Python on OS X · d057828e
      Tim D. Smith authored
      Explicitly linking to a Python framework on OS X prevents modules from
      being built against one python (i.e. system python) and imported from
      another (i.e. Homebrew python); the interpreter segfaults if there's a
      linkage to a foreign python. Building the module with `-undefined
      dynamic_lookup` instead of an explicit link allows the symbols to be
      resolved at load time from a compatible python.
      d057828e
  2. 23 Mar, 2015 1 commit
  3. 20 Mar, 2015 3 commits
  4. 19 Mar, 2015 3 commits
  5. 18 Mar, 2015 1 commit
  6. 17 Mar, 2015 2 commits
  7. 16 Mar, 2015 1 commit
  8. 12 Mar, 2015 3 commits
  9. 10 Mar, 2015 1 commit
  10. 09 Mar, 2015 1 commit
  11. 06 Mar, 2015 3 commits
  12. 05 Mar, 2015 1 commit
  13. 03 Mar, 2015 1 commit
  14. 02 Mar, 2015 9 commits
  15. 27 Feb, 2015 3 commits
  16. 26 Feb, 2015 1 commit
  17. 25 Feb, 2015 4 commits
  18. 24 Feb, 2015 1 commit