Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distutils refresh #2653

Merged
merged 13 commits into from May 4, 2021
Merged

Distutils refresh #2653

merged 13 commits into from May 4, 2021

Commits on Oct 26, 2020

  1. Copy the full SHA
    bd783e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from pypa/blockquotes-to-literals

    Convert blockquotes into literal blocks
    pradyunsg committed Oct 26, 2020
    Copy the full SHA
    4f01662 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. In spawn, when logging a command, use list2cmdline to render the comm…

    …and as it would be used, restoring expectation lost in python/cpython#18743. Ref #2417 where this change was a red-herring for another issue.
    jaraco committed Nov 6, 2020
    Copy the full SHA
    35e1c9d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Copy the full SHA
    0c9f41d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Use /O2 compiler option instead of /Ox for MSVC

    Compared to /Ox, /O2 has two additional options:
    
      /GF: Eliminate Duplicate Strings
      /Gy: Enable Function-Level Linking
    
    Co-Authored-By: Nikita Kniazev <2743474+Kojoley@users.noreply.github.com>
    animalize and Kojoley committed Mar 8, 2021
    Copy the full SHA
    b04b03f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Relax MACOSX_DEPLOYMENT_TARGET check

    Only complain if the config target is >= 10.3 and the current target is
    < 10.3. The check was originally added to ensure that incompatible
    LDSHARED flags are not used, because '-undefined dynamic_lookup' is
    used when building for 10.3 and later, and is not supported on older OS
    versions[1]. Apart from that, there should be no problem in general
    with using an older target.
    
    [1] python/cpython@6b08a40
    jmroot committed Mar 21, 2021
    Copy the full SHA
    143ebe5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Copy the full SHA
    64e6d14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from pypa/workflows

    Copy workflows from jaraco/skeleton. Enables CI.
    jaraco committed Apr 24, 2021
    Copy the full SHA
    194e693 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #32 from termim/main

    bpo-41882: Clean up after CCompiler.has_function()
    jaraco committed Apr 24, 2021
    Copy the full SHA
    bd08b02 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #33 from animalize/msvc_02

    Use /O2 compiler option instead of /Ox for MSVC
    jaraco committed Apr 24, 2021
    Copy the full SHA
    d8a8d85 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #36 from jmroot/relax-mdt-check

    Relax MACOSX_DEPLOYMENT_TARGET check
    jaraco committed Apr 24, 2021
    Copy the full SHA
    7423f07 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Copy the full SHA
    ed288d0 View commit details
    Browse the repository at this point in the history
  2. Add changelog.

    jaraco committed Apr 26, 2021
    Copy the full SHA
    be2d138 View commit details
    Browse the repository at this point in the history