1. 21 Aug, 2019 1 commit
    • Miss Islington (bot)'s avatar
      bpo-35518: Skip test that relies on a deceased network service. (GH-15349) · 198a0d62
      Miss Islington (bot) authored
      
      If this service had thoroughly vanished, we could just ignore the
      test until someone gets around to either recreating such a service
      or redesigning the test to somehow work locally.  The
      `support.transient_internet` mechanism catches the failure to
      resolve the domain name, and skips the test.
      
      But in fact the domain snakebite.net does still exist, as do its
      nameservers -- and they can be quite slow to reply.  As a result
      this test can easily take 20-30s before it gets auto-skipped.
      
      So, skip the test explicitly up front.
      (cherry picked from commit 5b95a150)
      Co-authored-by: default avatarGreg Price <gnprice@gmail.com>
      198a0d62
  2. 05 Aug, 2019 1 commit
  3. 24 Jul, 2019 1 commit
  4. 11 Jul, 2019 2 commits
  5. 07 Jul, 2019 1 commit
  6. 06 Jul, 2019 2 commits
  7. 02 Jul, 2019 1 commit
  8. 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
  9. 30 Jun, 2019 1 commit
  10. 28 Jun, 2019 2 commits
  11. 26 Jun, 2019 1 commit
  12. 25 Jun, 2019 1 commit
  13. 24 Jun, 2019 3 commits
  14. 23 Jun, 2019 1 commit
  15. 21 Jun, 2019 1 commit
  16. 20 Jun, 2019 1 commit
  17. 19 Jun, 2019 1 commit
  18. 18 Jun, 2019 3 commits
  19. 17 Jun, 2019 1 commit
  20. 16 Jun, 2019 1 commit
  21. 15 Jun, 2019 2 commits
  22. 11 Jun, 2019 1 commit
  23. 09 Jun, 2019 1 commit
  24. 08 Jun, 2019 1 commit
  25. 07 Jun, 2019 2 commits
  26. 05 Jun, 2019 1 commit
  27. 04 Jun, 2019 2 commits
  28. 03 Jun, 2019 1 commit
  29. 31 May, 2019 1 commit
  30. 29 May, 2019 1 commit