1. 02 Sep, 2016 1 commit
  2. 03 Aug, 2016 4 commits
  3. 11 Jul, 2016 1 commit
  4. 06 Jul, 2016 6 commits
  5. 24 Jun, 2016 1 commit
    • Berker Peksag's avatar
      Make PyPIRCCommandTestCase derive from a base class · 90d7e0e1
      Berker Peksag authored
      Several test cases in distutils use PyPIRCCommandTestCase as
      their base class and as a result of that the following tests
      were ran more than once:
      
      * test_server_registration
      * test_server_empty_registration
      * test_config_interpolation
      
      This commit moves the infrastructure used by other tests
      into a new BasePyPIRCCommandTestCase class.
      90d7e0e1
  6. 20 Jun, 2016 1 commit
  7. 18 Jun, 2016 1 commit
  8. 17 Jun, 2016 1 commit
  9. 10 Jun, 2016 1 commit
  10. 04 Jun, 2016 1 commit
  11. 03 Jun, 2016 1 commit
  12. 02 Jun, 2016 4 commits
  13. 26 May, 2016 2 commits
  14. 04 May, 2016 2 commits
  15. 24 Apr, 2016 3 commits
  16. 23 Apr, 2016 1 commit
  17. 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
  18. 11 Feb, 2016 1 commit
  19. 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
  20. 16 Jan, 2016 4 commits
  21. 12 Nov, 2015 1 commit