Thanks to visit codestin.com
Credit goes to github.com

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/typing_extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.14.0
Choose a base ref
...
head repository: python/typing_extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.14.1
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 3, 2025

  1. Configuration menu
    Copy the full SHA
    d17c456 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    40e22eb View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Fix off by one in pickle protocol tests (#618)

    I've noticed several tests which I assume are meant to test all pickle
    protocols but are missing the `+ 1` needed to test the highest protocol
    in a range.
    
    This adds the highest protocol to these tests.
    HexDecimal authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    59d2c20 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    42027ab View commit details
    Browse the repository at this point in the history
Loading