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: pyctrl/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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 15 files changed
  • 8 contributors

Commits on Jul 5, 2026

  1. pythongh-153141: Fix mutable default argument in _SharedMemoryTracker…

    ….__init__ (pythonGH-153142)
    
    Fix default argument for segment_names in _SharedMemoryTracker constructor to not use a mutable list.
    whyvineet authored Jul 5, 2026
    Configuration menu
    Copy the full SHA
    d733b10 View commit details
    Browse the repository at this point in the history
  2. bpo-45706: Add imaplib.IMAP4.login_plain (pythonGH-29398)

    Adds authentication using PLAIN SASL mechanism.
    
    This is a plain-text authentication mechanism which can be used
    instead of IMAP4.login() when UTF-8 support is required.
    przemub authored Jul 5, 2026
    Configuration menu
    Copy the full SHA
    93b1a88 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Configuration menu
    Copy the full SHA
    881a13a View commit details
    Browse the repository at this point in the history
  2. pythongh-82151: Update and improve urlsplit docstring (python#152985)

    * pythongh-82151: Update and improve urlsplit docstring
    
    Co-authored-by: idomic <michael.ido@gmail.com>
    
    * Slightly improved wording for % escapes. Consistent with rest of the doc.
    
    ---------
    
    Co-authored-by: idomic <michael.ido@gmail.com>
    Co-authored-by: Senthil Kumaran <senthil@python.org>
    3 people authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    ad54b91 View commit details
    Browse the repository at this point in the history
  3. pythongh-152026: Track mark-saving contexts with a counter (pythonGH-…

    …153160)
    
    Replace the state->repeat checks that guard mark saving and restoring
    with an explicit save_marks counter maintained where repeat and
    possessive contexts are entered and left.  Each push is now paired
    with a pop decided by the same condition.
    
    Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
    serhiy-storchaka and claude authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    b175621 View commit details
    Browse the repository at this point in the history
Loading