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.3.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.4.0
Choose a head ref
  • 14 commits
  • 8 files changed
  • 9 contributors

Commits on Jul 1, 2022

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

Commits on Jul 15, 2022

  1. Use inline table syntax for license key (#58)

    This fixes a problem with old pip version that use an outdated TOML
    parser.
    
    Closes #57
    srittau authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    917aad0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Pin flake8-pyi (#64)

    srittau authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    deed5d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Update LICENSE file (#63)

    This integrates some changes from the CPython repository:
    
    * Update the copyright years.
    * Update some wording in the history introduction.
    * Change capitalization of the word "internet".
    srittau authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    fb77519 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    db79268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9683c1a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

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

Commits on Sep 6, 2022

  1. Remove mention of Python 3.6 from README (#67)

    Co-authored-by: Shantanu <[email protected]>
    MoshiBin and hauntsaninja authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    3a61a94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2979419 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Initial support for TypeVarLike default parameter (PEP 696) (#77)

    Co-authored-by: James Hilton-Balfe <[email protected]>
    Co-authored-by: Alex Waygood <[email protected]>
    3 people authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    fafb5c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Add TypeVar(infer_variance=True) (#80)

    From PEP 695. Fixes #79.
    JelleZijlstra authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ba776ea View commit details
    Browse the repository at this point in the history
  2. Add @typing.override (#78)

    Co-authored-by: Steven Troxler <[email protected]>
    Co-authored-by: Alex Waygood <[email protected]>
    3 people authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3c21f33 View commit details
    Browse the repository at this point in the history
  3. Add to README (#81)

    Co-authored-by: Alex Waygood <[email protected]>
    JelleZijlstra and AlexWaygood authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    354b938 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5f375a View commit details
    Browse the repository at this point in the history
Loading