-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Comparing changes
Open a pull request
base repository: python/cpython
base: v3.10.15
head repository: python/cpython
compare: v3.10.16
- 14 commits
- 27 files changed
- 9 contributors
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c5fc27 - Browse repository at this point
Copy the full SHA 0c5fc27View commit details
Commits on Oct 8, 2024
-
[3.10] gh-89452: GHA: Set --with-dbmliborder to avoid issues with hom…
…ebrew's gdbm 1.24 (#125112) Per #89452 (comment), the issue is fixed in configure for 3.11+, and > For older Python versions, the workaround is to build with: > > ./configure --with-dbmliborder=gdbm:ndbm We need this workaround in GitHub Actions, otherwise the tests fail.
Configuration menu - View commit details
-
Copy full SHA for 850189a - Browse repository at this point
Copy the full SHA 850189aView commit details
Commits on Oct 22, 2024
-
[3.10] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-1…
…09423) (#125106) [3.11] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (GH-109427) gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) Use a longer key: FIPS mode requires at least of at least 112 bits. The previous key was only 32 bits. (cherry picked from commit e091b9f) (cherry picked from commit f7bfac4) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Petr Viktorin <encukou@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e44b32f - 10000 Browse repository at this point
Copy the full SHA e44b32fView commit details -
[3.10] gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006) (…
…#125109) gh-100005: Skip test_script_as_dev_fd() on FreeBSD (GH-100006) On FreeBSD, skip test_script_as_dev_fd() of test_cmd_line_script if fdescfs is not mounted (at /dev/fd). (cherry picked from commit 038b151) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Petr Viktorin <encukou@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b116237 - Browse repository at this point
Copy the full SHA b116237View commit details -
[3.10] gh-107902: gh-108948: Don't test setting suid/sgid/sticky on s…
…ystems that don't support them (GH-108368) (GH-109697) (#125255) * gh-107902: Don't test setting suid/sgid on systems that don't support them (GH-108368) * gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697) On FreeBSD, regular users cannot set the sticky bit. Skip the test if chmod() fails with EFTYPE error. --------- Co-authored-by: Victor Stinner <vstinner@python.org>
Configuration menu - View commit details
-
Copy full SHA for 6bbaab8 - Browse repository at this point
Copy the full SHA 6bbaab8View commit details -
[3.10] gh-125041: gh-90781: test_zlib: For s390x HW acceleration, ski…
…p checking the compressed bytes (GH-125042) (#125585) gh-125041: gh-90781: test_zlib: For s390x HW acceleration, skip checking the compressed bytes (GH-125042) This backports two commits: - GH-31096 skipped the tests unconditionally - GH-125042 skips only the possibly-failing assertion (cherry picked from commit cc5a225)
Configuration menu - View commit details
-
Copy full SHA for 3c63d80 - Browse repository at this point
Copy the full SHA 3c63d80View commit details -
[3.10] gh-125529: Avoid f-strings in the metagrammar (#125582)
Grammar actions need to be valid Python tokens and the accepted tokens need to be listed in the actions mini-grammar). In Python 3.12+ (PEP 701), f-strings are no longer STRING tokens, so pegen fails to regenerate the metaparser on this Python version, as in: PYTHON_FOR_REGEN=python3.12 make regen-pegen-metaparser Use `+` and plain strings rather than f-strings. Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a2f12a - Browse repository at this point
Copy the full SHA 6a2f12aView commit details
Commits on Nov 4, 2024
-
[3.10] gh-124651: Quote template strings in
venv
activation scripts (……GH-124712) (GH-126185) (GH-126269) (GH-126300) (cherry picked from commit ae961ae)
Configuration menu - View commit details
-
Copy full SHA for 9286ab3 - Browse repository at this point
Copy the full SHA 9286ab3View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f24da9 - Browse repository at this point
Copy the full SHA 5f24da9View commit details
Commits on Nov 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e43897c - Browse repository at this point
Copy the full SHA e43897cView commit details
Commits on Dec 2, 2024
-
[3.10] gh-103848: Adds checks to ensure that bracketed hosts found by…
Configuration menu - View commit details
-
Copy full SHA for 634ded4 - Browse repository at this point
Copy the full SHA 634ded4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a6042 - Browse repository at this point
Copy the full SHA b3a6042View commit details
Commits on Dec 3, 2024
-
[3.10] gh-122792: Make IPv4-mapped IPv6 address properties consistent…
Configuration menu - View commit details
-
Copy full SHA for b58da40 - Browse repository at this point
Copy the full SHA b58da40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8907786 - Browse repository at this point
Copy the full SHA 8907786View 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 v3.10.15...v3.10.16