Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pypa/setuptools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v70.2.0
Choose a base ref
...
head repository: pypa/setuptools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v70.3.0
Choose a head ref
  • 19 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    38f6560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2832216 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    56ec1cb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    dd0afc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4f52a View commit details
    Browse the repository at this point in the history
  3. Add news fragment.

    jaraco committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    dc90abc View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    2484a26 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    bd1d338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef37d17 View commit details
    Browse the repository at this point in the history
  3. Use '.yml' for consistency.

    jaraco committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    70cda3d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4453 from pypa/drop-gitignore

    Remove .gitignore
    jaraco authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e9f0be9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. CI: also set CC/CXX when pip installing with mingw+clang

    Now that setuptools with mingw support is on pypi, this uncovered
    the same issue as fixed in 2317473 when pip installing
    MarkupSafe.
    
    Apply the same work around here too.
    lazka committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4a3406b View commit details
    Browse the repository at this point in the history
  2. sysconfig: skip customize_compiler() with MSVC Python again

    By enabling customize_compiler() when using the mingw compiler class
    in 2ad8784 this also enabled it for when the mingw compiler
    class was used with a MSVC built CPython.
    
    MSVC CPython doesn't have any of the config vars that are required in
    customize_compiler() though. And while it would be nice if all the env
    vars would be considered in that scenario too, it's not clear how this
    should be implemented without any sysconfig provided fallbacks
    (if CC isn't set but CFLAGS is, there is no way to pass things to
    set_executables() etc.)
    
    Given that, just restore the previous behaviour, skip customize_compiler()
    with MSVC Python in all cases, and add a test.
    
    Fixes https://github.com/pypa/setuptools/issues/4456
    lazka committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bacd9c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge pull request #4410 from pypa/debt/4137-deprecate-distutils-stdlib

    Deprecate distutils from the stdlib
    jaraco authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    34f9518 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge pull request pypa/distutils#267 from msys2-contrib/customize_co…

    …mpiler_msvc_python
    
    sysconfig: skip customize_compiler() with MSVC Python again
    jaraco committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e221581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b01183c View commit details
    Browse the repository at this point in the history
  3. Add news fragment.

    jaraco committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c4e64c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4463 from pypa/bugfix/distutils-34f9518ef

    Merge with distutils@34f9518ef
    jaraco authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    822280b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    356e9a0 View commit details
    Browse the repository at this point in the history
Loading