-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: prauscher/docker-python
base: master
head repository: docker-library/python
compare: master
Commits on Jan 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0bb5f4b - Browse repository at this point
Copy the full SHA 0bb5f4bView commit details
Commits on Jan 17, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 5b0aadd - Browse repository at this point
Copy the full SHA 5b0aaddView commit details
Commits on Jan 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3a0299d - Browse repository at this point
Copy the full SHA 3a0299dView commit details -
Merge pull request docker-library#1001 from infosiftr/ltsc2025
Add Windows Server 2025 variant
Configuration menu - View commit details
-
Copy full SHA for a6d53a6 - Browse repository at this point
Copy the full SHA a6d53a6View commit details
Commits on Jan 24, 2025
-
Merge pull request docker-library#1000 from artizirk/frame-pointers
Compile with `no-omit-frame-pointer`
Configuration menu - View commit details
-
Copy full SHA for dbda0fe - Browse repository at this point
Copy the full SHA dbda0feView commit details
Commits on Feb 4, 2025
-
Fix builds for
arm32vX
,mips64le
,ppc64le
,riscv64
, ands390x
By removing the unsupported `-mno-omit-leaf-frame-pointer` flag when building on them
Configuration menu - View commit details
-
Copy full SHA for 3186ee4 - Browse repository at this point
Copy the full SHA 3186ee4View commit details -
Merge pull request docker-library#1003 from infosiftr/less-leaf
Fix builds for `arm32vX`, `mips64le`, `ppc64le`, `riscv64`, and `s390x`
Configuration menu - View commit details
-
Copy full SHA for 393cf61 - Browse repository at this point
Copy the full SHA 393cf61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c50e07 - Browse repository at this point
Copy the full SHA 9c50e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0330f0b - Browse repository at this point
Copy the full SHA 0330f0bView commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d78937 - Browse repository at this point
Copy the full SHA 5d78937View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4ce3b2a - Browse repository at this point
Copy the full SHA 4ce3b2aView commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0bd9769 - Browse repository at this point
Copy the full SHA 0bd9769View commit details
Commits on Apr 1, 2025
-
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 ```
Configuration menu - View commit details
-
Copy full SHA for 46594ed - Browse repository at this point
Copy the full SHA 46594edView commit details -
Merge pull request docker-library#1015 from infosiftr/rm-3.14-s390x-a…
…lpine Remove s390x from Alpine variants on 3.14(+)
Configuration menu - View commit details
-
Copy full SHA for dca0bac - Browse repository at this point
Copy the full SHA dca0bacView commit details
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 70fc099 - Browse repository at this point
Copy the full SHA 70fc099View commit details -
Merge pull request docker-library#1018 from infosiftr/bumps
Bump python versions
Configuration menu - View commit details
-
Copy full SHA for feae9d1 - Browse repository at this point
Copy the full SHA feae9d1View commit details
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f91f461 - Browse repository at this point
Copy the full SHA f91f461View commit details -
Merge pull request docker-library#1019 from infosiftr/3.9.22
Update to 3.9.22
Configuration menu - View commit details
-
Copy full SHA for f3c69c5 - Browse repository at this point
Copy the full SHA f3c69c5View commit details -
Pin wheel to prevent breaking changes
drop unused setuptools/wheel install on windows
Configuration menu - View commit details
-
Copy full SHA for 5f041da - Browse repository at this point
Copy the full SHA 5f041daView commit details -
Merge pull request docker-library#1024 from infosiftr/wheel
Pin wheel to prevent breaking changes
Configuration menu - View commit details
-
Copy full SHA for c2e4187 - Browse repository at this point
Copy the full SHA c2e4187View commit details
Commits on May 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4cf0116 - Browse repository at this point
Copy the full SHA 4cf0116View commit details
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0fb50d3 - Browse repository at this point
Copy the full SHA 0fb50d3View commit details -
Merge pull request docker-library#1040 from infosiftr/short-hack
Add a quick fix for 3.14.0b1 on windows
Configuration menu - View commit details
-
Copy full SHA for a74a6c7 - Browse repository at this point
Copy the full SHA a74a6c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90aa427 - Browse repository at this point
Copy the full SHA 90aa427View commit details
Commits on May 9, 2025
-
Merge pull request docker-library#1038 from mmoll/no_lto_on_riscv
disable LTO in RISC-V to speed up build
Configuration menu - View commit details
-
Copy full SHA for 4c3ad30 - Browse repository at this point
Copy the full SHA 4c3ad30View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master