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: 20260320
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: 20250323
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Mar 20, 2026

  1. create and upload to releases additional install only free-threaded a…

    …ssets (#1014)
    
    Create install_only assets for the free-threaded builds of Python 3.13+.
    This is in addition to the install_only assets for the GIL configuration
    of these builds.
    These assets are upload to a GitHub release by the appropriate action. 
    
    Based upon #537
    
    Closes #536
    jjhelmus authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    fb382b4 View commit details
    Browse the repository at this point in the history
  2. allow RHEL/Fedora OpenSSL specific configuration (#1013)

    Patch OpenSSL to allow reading configurations which contain the
    RHEL/Fedora specific 'rh-allow-sha1-signatures' configuration value.
    This is does change the behavior of OpenSSL based on the value of this
    setting.
    
    closes #999
    jjhelmus authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    8dd0bef View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    651f389 View commit details
    Browse the repository at this point in the history
  2. cargo: upgrade reqwest and use rustls (#1027)

    This removes the dependency on openssl / pkg-config. This in turn avoids
    ~30s of overhead on the crate build CI job to install these
    dependencies.
    
    While I was here I ran `cargo update` to pull in newer versions of
    various dependencies. I also removed some unused dependencies from
    `Cargo.toml`.
    indygreg authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    54b5f72 View commit details
    Browse the repository at this point in the history
  3. ci: use larger Depot Linux runners (#1023)

    Default runners have 2 CPUs. We can achieve a nice speed-up (but not
    quite linear) by leveraging runners with more CPUs.
    indygreg authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    7f200fd View commit details
    Browse the repository at this point in the history
Loading