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: 20250409
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: main
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 9, 2025

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

Commits on May 7, 2025

  1. Docs: remove Windows static build quirk (#598)

    The docs say that [Windows Static Distributions are Extremely
    Brittle](https://github.com/astral-sh/python-build-standalone/blob/main/docs/quirks.rst#windows-static-distributions-are-extremely-brittle).
    However, since #234, Windows static builds no longer exist, making this
    documentation obsolete.
    
    Fixes #597
    LeonarddeR authored May 7, 2025
    Configuration menu
    Copy the full SHA
    6b8bdb0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    266955f View commit details
    Browse the repository at this point in the history
  2. Fix bad -pthread default when cross-compiling

    Also, switch to using cross_compiling=yes instead of patching
    ./configure in place, which allows us to move rerunning autoconf to
    right before running ./configure, avoiding the risk of patching
    ./configure.ac too late.
    
    See #599.
    geofft committed May 8, 2025
    Configuration menu
    Copy the full SHA
    a205448 View commit details
    Browse the repository at this point in the history
Loading