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

Commits on Aug 29, 2021

  1. Update supported features (#855)

    * Union shorthand is now mostly supported
    
    * Explicitly mention type guards as being supported
    
    * ParamSpec is partly supported
    
    * Describe cases where built-in generics are not supported
    
    * Reference typeshed issues for unsupported features
    
    Restructure unsupported features section
    srittau authored Aug 29, 2021
    Configuration menu
    Copy the full SHA
    3ed2adb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Fix linter warnings (#868)

    srittau authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ec052c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1cbcac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af13555 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58de2e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7552efe View commit details
    Browse the repository at this point in the history
Loading