1. 04 Jun, 2016 3 commits
  2. 03 Jun, 2016 2 commits
  3. 02 Jun, 2016 4 commits
  4. 26 May, 2016 2 commits
  5. 04 May, 2016 2 commits
  6. 24 Apr, 2016 3 commits
  7. 23 Apr, 2016 1 commit
  8. 24 Feb, 2016 2 commits
    • Ned Deily's avatar
      Issue #25136: merge from 3.5 · f9e0f03e
      Ned Deily authored
      f9e0f03e
    • 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
  9. 11 Feb, 2016 1 commit
  10. 18 Jan, 2016 1 commit
    • Victor Stinner's avatar
      subprocess._optim_args_from_interpreter_flags() · 34941986
      Victor Stinner authored
      Issue #26100:
      
      * Add subprocess._optim_args_from_interpreter_flags()
      * Add test.support.optim_args_from_interpreter_flags()
      * Use new functions in distutils, test_cmd_line_script, test_compileall and
        test_inspect
      
      The change enables test_details() test of test_inspect when -O or -OO command
      line option is used.
      34941986
  11. 16 Jan, 2016 4 commits
  12. 12 Nov, 2015 6 commits
  13. 02 Nov, 2015 3 commits
  14. 05 Oct, 2015 2 commits
  15. 13 Sep, 2015 3 commits
  16. 09 Sep, 2015 1 commit