1. 24 Feb, 2016 1 commit
    • Ned Deily's avatar
      Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. · ef3d89d5
      Ned Deily authored
      As of Xcode 7, SDKs for Apple platforms now include textual-format stub
      libraries whose file names have a .tbd extension rather than the
      standard OS X .dylib extension.  The Apple compiler tool chain handles
      these stub libraries transparently and the installed system shared libraries
      are still .dylibs.  However, the new stub libraries cause problems for
      third-party programs that support building with Apple SDKs and make
      build-time decisions based on the presence or paths of system-supplied
      shared libraries in the SDK.  In particular, building Python itself with
      an SDK fails to find system-supplied libraries during setup.py's build of
      standard library extension modules.  The solution is to have
      find_library_file() in Distutils search for .tbd files, along with
      the existing types (.a, .so, and .dylib).  Patch by Tim Smith.
      ef3d89d5
  2. 16 Jan, 2016 2 commits
  3. 12 Nov, 2015 4 commits
  4. 02 Nov, 2015 2 commits
  5. 05 Oct, 2015 1 commit
  6. 13 Sep, 2015 2 commits
  7. 09 Sep, 2015 3 commits
  8. 08 Aug, 2015 2 commits
  9. 05 Aug, 2015 2 commits
  10. 30 Jul, 2015 1 commit
  11. 26 May, 2015 4 commits
  12. 24 May, 2015 1 commit
  13. 23 May, 2015 2 commits
  14. 20 May, 2015 1 commit
  15. 16 May, 2015 2 commits
  16. 19 Apr, 2015 1 commit
  17. 13 Apr, 2015 1 commit
    • Brett Cannon's avatar
      Issue #23731: Implement PEP 488. · 6b108b84
      Brett Cannon authored
      The concept of .pyo files no longer exists. Now .pyc files have an
      optional `opt-` tag which specifies if any extra optimizations beyond
      the peepholer were applied.
      6b108b84
  18. 10 Apr, 2015 2 commits
  19. 29 Mar, 2015 1 commit
  20. 08 Mar, 2015 1 commit
  21. 27 Feb, 2015 1 commit
  22. 23 Feb, 2015 1 commit
  23. 14 Feb, 2015 1 commit
  24. 09 Feb, 2015 1 commit