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: cburroughs/python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: docker-library/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 44 files changed
  • 2 contributors

Commits on Jan 14, 2026

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

Commits on Jan 20, 2026

  1. Fix indentation

    Our architecture-detection `case` statement was indented too far. 😂
    tianon committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    37025e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12629ff View commit details
    Browse the repository at this point in the history
  3. Use more defensive LDFLAGS append method

    In Debian Trixie and older, `dpkg-buildflags --get LDFLAGS` returns something like `-Wl,-z-relro` and in Forky and newer it looks like `-Wl,-z-relro -fcf-protection`, so instead of relying on that `-Wl` and appending to the existing value, we can (and should) just add new `-Wl` values to the end, which _should_ be combined together correctly by the compiler/linker.
    tianon committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    90e9ca4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request docker-library#1107 from infosiftr/LDFLAGS

    Use more defensive `LDFLAGS` append method
    tianon authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    850e1ea View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

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

Commits on Feb 4, 2026

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

Commits on Feb 11, 2026

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

Commits on Mar 3, 2026

  1. Configuration menu
    Copy the full SHA
    e4727fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c859f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3362634 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

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