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: prauscher/docker-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
Able to merge. These branches can be automatically merged.

Commits on Jan 14, 2025

  1. Copy the full SHA
    0bb5f4b View commit details

Commits on Jan 17, 2025

  1. Compile with no-omit-frame-pointer

    This adds support for profiling Python 3.12 and newer using Linux `perf`
    command.
    
    * https://docs.python.org/3.12/howto/perf_profiling.html
    
    Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
    artizirk and tianon committed Jan 17, 2025
    Copy the full SHA
    5b0aadd View commit details

Commits on Jan 22, 2025

  1. Copy the full SHA
    3a0299d View commit details
  2. Merge pull request docker-library#1001 from infosiftr/ltsc2025

    Add Windows Server 2025 variant
    tianon authored Jan 22, 2025
    Copy the full SHA
    a6d53a6 View commit details

Commits on Jan 24, 2025

  1. Merge pull request docker-library#1000 from artizirk/frame-pointers

    Compile with `no-omit-frame-pointer`
    tianon authored Jan 24, 2025
    Copy the full SHA
    dbda0fe View commit details

Commits on Feb 4, 2025

  1. Fix builds for arm32vX, mips64le, ppc64le, riscv64, and s390x

    By removing the unsupported `-mno-omit-leaf-frame-pointer` flag when building on them
    yosifkit committed Feb 4, 2025
    Copy the full SHA
    3186ee4 View commit details
  2. Merge pull request docker-library#1003 from infosiftr/less-leaf

    Fix builds for `arm32vX`, `mips64le`, `ppc64le`, `riscv64`, and `s390x`
    tianon authored Feb 4, 2025
    Copy the full SHA
    393cf61 View commit details
  3. Copy the full SHA
    9c50e07 View commit details
  4. Copy the full SHA
    0330f0b View commit details

Commits on Feb 11, 2025

  1. Copy the full SHA
    5d78937 View commit details

Commits on Feb 12, 2025

  1. Update 3.14-rc

    docker-library-bot committed Feb 12, 2025
    Copy the full SHA
    4ce3b2a View commit details

Commits on Mar 14, 2025

  1. Copy the full SHA
    0bd9769 View commit details

Commits on Apr 1, 2025

  1. Remove s390x from Alpine variants on 3.14(+)

    I've also refactored all our "exclude an architecture in certain combinations" sections to have slightly more context in-file and to be more targeted/focused on a single issue so they're easier to read.
    
    ```diff
    $ diff -u <(bashbrew cat python) <(bashbrew cat <(./generate-stackbrew-library.sh))
    --- /dev/fd/63	2025-04-01 15:12:40.298947543 -0700
    +++ /dev/fd/62	2025-04-01 15:12:40.298947543 -0700
    @@ -24,12 +24,12 @@
     Directory: 3.14-rc/slim-bullseye
    
     Tags: 3.14.0a6-alpine3.21, 3.14-rc-alpine3.21, 3.14.0a6-alpine, 3.14-rc-alpine
    -Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
    +Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le
     GitCommit: 0bd9769
     Directory: 3.14-rc/alpine3.21
    
     Tags: 3.14.0a6-alpine3.20, 3.14-rc-alpine3.20
    -Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
    +Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le
     GitCommit: 0bd9769
     Directory: 3.14-rc/alpine3.20
    
    ```
    tianon committed Apr 1, 2025
    Copy the full SHA
    46594ed View commit details
  2. Merge pull request docker-library#1015 from infosiftr/rm-3.14-s390x-a…

    …lpine
    
    Remove s390x from Alpine variants on 3.14(+)
    yosifkit authored Apr 1, 2025
    Copy the full SHA
    dca0bac View commit details

Commits on Apr 8, 2025

  1. Copy the full SHA
    70fc099 View commit details
  2. Merge pull request docker-library#1018 from infosiftr/bumps

    Bump python versions
    tianon authored Apr 8, 2025
    Copy the full SHA
    feae9d1 View commit details

Commits on Apr 9, 2025

  1. Update to 3.9.22

    tianon committed Apr 9, 2025
    Copy the full SHA
    f91f461 View commit details
  2. Merge pull request docker-library#1019 from infosiftr/3.9.22

    Update to 3.9.22
    tianon authored Apr 9, 2025
    Copy the full SHA
    f3c69c5 View commit details
  3. Pin wheel to prevent breaking changes

    drop unused setuptools/wheel install on windows
    yosifkit committed Apr 9, 2025
    Copy the full SHA
    5f041da View commit details
  4. Merge pull request docker-library#1024 from infosiftr/wheel

    Pin wheel to prevent breaking changes
    tianon authored Apr 9, 2025
    Copy the full SHA
    c2e4187 View commit details

Commits on May 7, 2025

  1. Copy the full SHA
    4cf0116 View commit details

Commits on May 8, 2025

  1. Copy the full SHA
    0fb50d3 View commit details
  2. Merge pull request docker-library#1040 from infosiftr/short-hack

    Add a quick fix for 3.14.0b1 on windows
    tianon authored May 8, 2025
    Copy the full SHA
    a74a6c7 View commit details
  3. Copy the full SHA
    90aa427 View commit details

Commits on May 9, 2025

  1. Merge pull request docker-library#1038 from mmoll/no_lto_on_riscv

    disable LTO in RISC-V to speed up build
    tianon authored May 9, 2025
    Copy the full SHA
    4c3ad30 View commit details
Loading