1. 02 Oct, 2019 1 commit
  2. 01 Oct, 2019 1 commit
  3. 28 Sep, 2019 1 commit
  4. 26 Sep, 2019 2 commits
  5. 24 Sep, 2019 1 commit
  6. 18 Sep, 2019 1 commit
  7. 17 Sep, 2019 1 commit
  8. 16 Sep, 2019 4 commits
  9. 14 Sep, 2019 1 commit
  10. 11 Sep, 2019 4 commits
  11. 09 Sep, 2019 2 commits
  12. 28 Aug, 2019 1 commit
  13. 23 Aug, 2019 2 commits
  14. 21 Aug, 2019 2 commits
  15. 05 Aug, 2019 1 commit
  16. 24 Jul, 2019 1 commit
  17. 11 Jul, 2019 2 commits
  18. 07 Jul, 2019 1 commit
  19. 06 Jul, 2019 2 commits
  20. 02 Jul, 2019 1 commit
  21. 01 Jul, 2019 1 commit
    • Ned Deily's avatar
      bpo-19960: Fix building of zlib on macOS without installed headers (GH-14257) · da7f6dbb
      Ned Deily authored
      When building 2.7 on macOS without system header files installed in
      ``/usr/include``, a few extension modules dependent on system-supplied
      third-party libraries were not being built, most notably zlib.
      This situation arose in the past when building without the Command
      Line Tools and the option to install header files in the traditional
      system locations (like /usr/include).  As of macOS 10.14, the
      header files are only available in an SDK so the problem addressed
      here affects most 2.7 builds.
      da7f6dbb
  22. 30 Jun, 2019 1 commit
  23. 28 Jun, 2019 2 commits
  24. 26 Jun, 2019 1 commit
  25. 25 Jun, 2019 1 commit
  26. 24 Jun, 2019 2 commits