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

Commits on Dec 10, 2023

  1. Fix readthedocs config (#314)

    The folder is called docs, not doc.
    
    Also use 3.12 while I'm here.
    JelleZijlstra authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    d6dc4f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. third-party tests: skip cattrs on pypy (#321)

    It's broken for reasons unrelated to typing-extensions. See #320.
    JelleZijlstra authored Jan 13, 2024
    Configuration menu
    Copy the full SHA
    f84880d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

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

Commits on Feb 1, 2024

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

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    05ffab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff530f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 16, 2024

  1. Add support for TypeIs (PEP 742) (#330)

    * Add support for TypeNarrower (PEP 742)
    
    * Use TypeIs
    JelleZijlstra authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    566e01e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f040ab View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Add support for PEP 728 (#329)

    Signed-off-by: Zixuan James Li <[email protected]>
    PIG208 authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    b7bf949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b23e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

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