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: astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20260310
Choose a base ref
...
head repository: astral-sh/python-build-standalone
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20260320
Choose a head ref
  • 10 commits
  • 19 files changed
  • 6 contributors

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    ed05b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7280421 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. setuptools 80.9.0 -> 82.0.1 (#1006)

    closes #1002
    jjhelmus authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    66d13bf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Bump setup-uv to 7.5.0 (#1009)

    zsol authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    8df709f View commit details
    Browse the repository at this point in the history
  2. LLVM toolchain 21.1.4 -> 22.1.1 (#1008)

    Let's stay modern.
    
    I performed no verification beyond CI passing.
    indygreg authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    a2f5a94 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. enable frame pointers for linux x86-64 and aarch64 (#997)

    Enable frame pointers on x86-64 and aarch64 Linux platforms.
    
    closes #992
    jjhelmus authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    cac6f9f View commit details
    Browse the repository at this point in the history
  2. Strip -LModules/_hacl from sysconfig LDFLAGS (#1011)

    See
    python/cpython#145810 (comment)
    
    Locally on aarch64 macOS, this resolved PyNaCl build failures
    zanieb authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    e065298 View commit details
    Browse the repository at this point in the history
  3. Support /etc/pki/tls cert store for older RHEL/Fedora systems (#976)

    Look for /etc/pki/tls/cert.pem when /etc/ssl/cert.pem is not available
    on RHEL 8 and Fedora 33 and below.
    
    Fixes #858, #259
    
    ---------
    
    Co-authored-by: Chongkai Zhu <czhu@cs.utah.edu>
    mrmathematica and Chongkai Zhu authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    251dfca View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. remove llvm version from linux targets (#1017)

    All linux targets use the same LLVM version. Remove the (incorrect)
    version number for the download targets.
    jjhelmus authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    0d922cc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. remove openssl-1 from unix builds (#1016)

    OpenSSL 1.x is not used for any version of Python built on Linux or
    macOS.
    
    The entry does need to be retained as it is still used by the 3.10 on
    Windows.
    jjhelmus authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    517bea8 View commit details
    Browse the repository at this point in the history
Loading