Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add |= and | operators support for TypedDict #16249

Merged
merged 15 commits into from
Oct 23, 2023
Merged

Add |= and | operators support for TypedDict #16249

merged 15 commits into from
Oct 23, 2023

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    339b232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29cc9b9 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    sobolevn committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ac3de1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    353c3ee View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Address review

    sobolevn committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a3c904b View commit details
    Browse the repository at this point in the history
  2. Fix typo

    sobolevn committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    aa06b44 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    d1f4b78 View commit details
    Browse the repository at this point in the history
  2. Simplify tests more

    sobolevn committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6b1d4be View commit details
    Browse the repository at this point in the history
  3. Fix tests

    sobolevn committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    6eb5728 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Check dict subtype

    sobolevn committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    6c1ae4a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Address review

    sobolevn committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    73015a2 View commit details
    Browse the repository at this point in the history
  2. Fix mypyc

    sobolevn committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f8f4d62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bcdf93 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    sobolevn committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    37f6c67 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Address review

    sobolevn committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f4d05ce View commit details
    Browse the repository at this point in the history