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

Commits on Nov 14, 2021

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

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    37aa31f View commit details
    Browse the repository at this point in the history
  2. Update typing-extensions README (#951)

    - Add an explicit inclusion policy: new stuff can go in here as soon as there is a PEP
    - Remove obsolete discussion of the typing PyPI package
    - Organize the list of contents by Python version, so it's easier to find the interesting bits. Maybe we should deprecate the stuff that was new in 3.5/3.6 at some point.
    JelleZijlstra authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    93a51a6 View commit details
    Browse the repository at this point in the history
  3. Link fixes (#952)

    srittau authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    fefa535 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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

Commits on Nov 25, 2021

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

Commits on Nov 27, 2021

  1. Link to English version of Pycharm's landing site (#967)

    The previous link sent the user to the German version of the site
    Numerlor authored Nov 27, 2021
    Configuration menu
    Copy the full SHA
    345e892 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

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

Commits on Nov 29, 2021

  1. Vendor typing._SpecialForm to fool typing._type_check (#966)

    Adds a local copy of _SpecialForm in our namespace, so
    typing._type_check won't raise TypeError. (#964)
    
    Co-authored-by: James Hilton-Balfe <50501825+Gobot1234@users.noreply.github.com>
    CharString and Gobot1234 authored Nov 29, 2021
    Configuration menu
    Copy the full SHA
    0c8e55f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

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