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

Commits on May 7, 2026

  1. Post 3.15.0b1

    hugovk committed May 7, 2026
    Configuration menu
    Copy the full SHA
    e81025e View commit details
    Browse the repository at this point in the history
  2. [3.15] Forward-port 'check-abi' CI job from 3.14 (GH-149517)

    Also add the python3.15.abi file as generated by the new job and remove
    the 'main branch only' entry from .gitignore.
    
    (adapted from commit 0eb2291)
    zware authored May 7, 2026
    Configuration menu
    Copy the full SHA
    4caee14 View commit details
    Browse the repository at this point in the history
  3. [3.15] Improve error messages when the WASI SDK can't be found (GH-14…

    …9519)
    
    (cherry picked from commit b142878)
    
    Co-authored-by: Brett Cannon <brett@python.org>
    miss-islington and brettcannon authored May 7, 2026
    Configuration menu
    Copy the full SHA
    b311ea8 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. [3.15] gh-149481: skip FOR_ITER inline specialization for Python `_…

    …_next__` (GH-149491) (#149523)
    
    gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (GH-149491)
    (cherry picked from commit 49918f5)
    
    Co-authored-by: Neko Asakura <neko.asakura@outlook.com>
    Co-authored-by: Savannah Ostrowski <savannah@python.org>
    Co-authored-by: Stan Ulbrych <stan@python.org>
    4 people authored May 8, 2026
    Configuration menu
    Copy the full SHA
    5cb915d View commit details
    Browse the repository at this point in the history
  2. [3.15] gh-146445: Update CODEOWNERS for Android and iOS migration to …

    …Platforms directory (GH-149543) (#149545)
    
    gh-146445: Update CODEOWNERS for Android and iOS migration to Platforms directory (GH-149543)
    (cherry picked from commit 5b58fbc)
    
    Co-authored-by: Malcolm Smith <smith@chaquo.com>
    miss-islington and mhsmith authored May 8, 2026
    Configuration menu
    Copy the full SHA
    831dac8 View commit details
    Browse the repository at this point in the history
  3. [3.15] docs: Clarify docs for error case of PyDict_GetItemRef (GH-1…

    …49506) (#149546)
    
    docs: Clarify docs for error case of `PyDict_GetItemRef` (GH-149506)
    (cherry picked from commit 3565d31)
    
    Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
    miss-islington and ngoldbaum authored May 8, 2026
    Configuration menu
    Copy the full SHA
    20e298b View commit details
    Browse the repository at this point in the history
  4. [3.15] gh-145176: Update CODEOWNERS for Emscripten migration to Platf…

    …orms directory (GH-149544) (#149550)
    
    gh-145176: Update CODEOWNERS for Emscripten migration to Platforms directory (GH-149544)
    (cherry picked from commit 52a05e8)
    
    Co-authored-by: Malcolm Smith <smith@chaquo.com>
    miss-islington and mhsmith authored May 8, 2026
    Configuration menu
    Copy the full SHA
    b922b42 View commit details
    Browse the repository at this point in the history
  5. [3.15] gh-149459: Fix segfault when _LOAD_SPECIAL guard deoptimizes (

    …GH-149478) (#149552)
    
    gh-149459: Fix segfault when `_LOAD_SPECIAL` guard deoptimizes (GH-149478)
    (cherry picked from commit c341e34)
    
    Co-authored-by: Hai Zhu <haiizhu@outlook.com>
    miss-islington and cocolato authored May 8, 2026
    Configuration menu
    Copy the full SHA
    f9e5975 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    333b7c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54a187d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bdbc48 View commit details
    Browse the repository at this point in the history
  9. [3.15] gh-79638: Test other HTTP error codes besides 403 in test_robo…

    …tparser (GH-149569) (GH-149580)
    
    Also, use urllib.request.urlcleanup() in NetworkTestCase.
    (cherry picked from commit 57ef219)
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    miss-islington and serhiy-storchaka authored May 8, 2026
    Configuration menu
    Copy the full SHA
    bb060b8 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2026

  1. [3.15] gh-149474: use Py_fopen in Binary{Reader,Writer} for audit…

    … hook and path-like support (GH-149524) (#149586)
    
    gh-149474: use `Py_fopen` in `Binary{Reader,Writer}` for audit hook and path-like support (GH-149524)
    (cherry picked from commit 354ef33)
    
    Co-authored-by: Maurycy Pawłowski-Wieroński <maurycy@maurycy.com>
    miss-islington and maurycy authored May 9, 2026
    Configuration menu
    Copy the full SHA
    2b1eed4 View commit details
    Browse the repository at this point in the history
Loading