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

PEP 747: Fix rules related to UnionType (T1 | T2). Contrast TypeExpr with TypeAlias. Apply other feedback. #3856

Merged
merged 11 commits into from
Jul 9, 2024

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    34a7b65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cb02d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46842ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b7e45e View commit details
    Browse the repository at this point in the history
  5. Optional[T] -> T | None

    davidfstr committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    515ecb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26204a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    71b5c1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20c9b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

Commits on Jul 8, 2024

  1. Relationship with UnionType: Retain only the rule required for backwa…

    …rd compatibility with: X | Y | ...
    davidfstr committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7863e2f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Grammar fix

    davidfstr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    af8ea3d View commit details
    Browse the repository at this point in the history