1. 05 Feb, 2018 1 commit
  2. 04 Feb, 2018 8 commits
  3. 03 Feb, 2018 3 commits
  4. 02 Feb, 2018 9 commits
  5. 01 Feb, 2018 5 commits
  6. 31 Jan, 2018 10 commits
  7. 30 Jan, 2018 4 commits
    • Benjamin Peterson's avatar
      1e17d4aa
    • Ned Deily's avatar
      bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (GH-5448) · 8c9bb72e
      Ned Deily authored
      This issue covers various changes for the macOS installers provided via python.org for 3.7.0.
      
      - Provide a provisional new installer variant for macOS 10.9 and later systems with 64-bit (x86_64) architecture only.  Apple has made it known that future versions of macOS will only fully support 64-bit executables and some other third-party software suppliers have chosen 10.9 as their oldest supported system.
       
      - Support **Tcl/Tk 8.6** with the 10.9 installer variant.
       
      - Upgrade **OpenSSL** to 1.1.0g and **SQLite** to 3.22.0.
       
      - The compiler name used for the interpreter build and for modules built with **Distutils / pip** is now _gcc_ rather than _gcc-4.2_. And extension module builds will no longer try to force use of an old SDK if present.
      8c9bb72e
    • Victor Stinner's avatar
      bpo-28914: Fix compilation of select on Android (#5447) · b8d90328
      Victor Stinner authored
      EPOLL_CLOEXEC is not defined on Android.
      Co-Authored-By: default avatarWataru Matsumoto <sxsns243@gmail.com>
      b8d90328
    • Ned Deily's avatar
      bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) · 763f094b
      Ned Deily authored
      No longer add /Library/Python/3.x/site-packages, the Apple-supplied
      system Python site-packages directory, to sys.path for macOS framework
      builds in case Apple ships a version of Python 3. A similar change
      was made earlier to Python 2.7 where it was found that the coupling
      between the system Python and a user-installed framework Python often
      caused confusion or pip install failures.
      763f094b