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.13.2
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.0
Choose a head ref
  • 20 commits
  • 9 files changed
  • 5 contributors

Commits on Apr 16, 2025

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

Commits on Apr 17, 2025

  1. Add back _AnnotatedAlias (#587)

    Fixes #586
    JelleZijlstra authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    7ab72d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

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

Commits on Apr 30, 2025

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

Commits on May 3, 2025

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

Commits on May 4, 2025

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

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    d44e9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11cc786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2523523 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2025

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

Commits on May 13, 2025

  1. Add support for sentinels (PEP 661) (#594)

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    Viicos and JelleZijlstra authored May 13, 2025
    Configuration menu
    Copy the full SHA
    479dae1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

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

Commits on May 24, 2025

  1. Configuration menu
    Copy the full SHA
    e89d789 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec1876c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36cc476 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Configuration menu
    Copy the full SHA
    44de568 View commit details
    Browse the repository at this point in the history
  2. Remove PEP-604 methods from Sentinel on Python <3.10 (#605)

    We don't generally try to "backport PEP 604" on Python <3.10; this is more consistent with our features
    AlexWaygood authored May 25, 2025
    Configuration menu
    Copy the full SHA
    fadc1ed View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Backport evaluate_forward_ref() changes (#611)

    Refer to python/cpython#133961
    
    I copied the tests from Python 3.14. Two don't pass but could probably be
    made to pass by backporting more of annotationlib, but that's more than
    I think we should do now.
    
    Fixes #608
    JelleZijlstra authored May 29, 2025
    Configuration menu
    Copy the full SHA
    fcf5265 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

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