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@{1day}
Choose a base ref
...
head repository: python/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 33 files changed
  • 10 contributors

Commits on Mar 29, 2026

  1. Configuration menu
    Copy the full SHA
    aa66807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24db78c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e39d84a View commit details
    Browse the repository at this point in the history
  4. gh-146579: _zstd: Fix decompression options dict error message (#146577)

    The TypeError in _zstd_set_d_parameters incorrectly referred to
    compression options; say decompression options instead.
    cuiweixie authored Mar 29, 2026
    Configuration menu
    Copy the full SHA
    4d0e8ee View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. Configuration menu
    Copy the full SHA
    2cf6a68 View commit details
    Browse the repository at this point in the history
  2. gh-138577: Fix keyboard shortcuts in getpass with echo_char (#141597)

    When using getpass.getpass(echo_char='*'), keyboard shortcuts like
    Ctrl+U (kill line), Ctrl+W (erase word), and Ctrl+V (literal next)
    now work correctly by reading the terminal's control character
    settings and processing them in non-canonical mode.
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
    Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
    3 people authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    7f0c4f6 View commit details
    Browse the repository at this point in the history
  3. gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (#146624)

    Replace "str | None" with typing.Union[str, None].
    vstinner authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    382c043 View commit details
    Browse the repository at this point in the history
  4. gh-138850: Add --disable-epoll to configure (GH-145768)

    * gh-138850: Add --disable-epoll to configure
    
    
    Co-authored-by: Petr Viktorin <encukou@gmail.com>
    mtelka and encukou authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    7b2495e View commit details
    Browse the repository at this point in the history
  5. gh-146444: Don't package as part of iOS 'build hosts' target (#146628)

    * Revert Py3.9 compatibility fixes.
    * Only build the package on 'build all'.
    freakboy3742 authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    6420847 View commit details
    Browse the repository at this point in the history
  6. gh-146416: Emscripten: Improve standard stream handling in node_entry…

    ….mjs (#146417)
    
    Co-authored-by: Victor Stinner <vstinner@python.org>
    hoodmane and vstinner authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    6857de6 View commit details
    Browse the repository at this point in the history
Loading