1. 25 Mar, 2015 1 commit
  2. 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
  3. 23 Mar, 2015 1 commit
  4. 20 Mar, 2015 3 commits
  5. 19 Mar, 2015 3 commits
  6. 18 Mar, 2015 1 commit
  7. 17 Mar, 2015 2 commits
  8. 16 Mar, 2015 1 commit
  9. 12 Mar, 2015 3 commits
  10. 10 Mar, 2015 1 commit
  11. 09 Mar, 2015 1 commit
  12. 06 Mar, 2015 3 commits
  13. 05 Mar, 2015 1 commit
  14. 03 Mar, 2015 1 commit
  15. 02 Mar, 2015 9 commits
  16. 27 Feb, 2015 3 commits
  17. 26 Feb, 2015 1 commit
  18. 25 Feb, 2015 4 commits