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

Make more type expressions valid in PEP 695 aliases and runtime contexts #17404

Merged
merged 14 commits into from
Jun 20, 2024

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    3ec2859 View commit details
    Browse the repository at this point in the history
  2. Allow special forms to be used to form unions using |

    E.g. Callable is declared as a special form in typeshed
    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    75c1151 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b42050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4457c94 View commit details
    Browse the repository at this point in the history
  5. Ignore a self check error

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c001a93 View commit details
    Browse the repository at this point in the history
  6. Fix issue

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a1f55f6 View commit details
    Browse the repository at this point in the history
  7. Update tests and test stubs

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    35997de View commit details
    Browse the repository at this point in the history
  8. Update tests

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ad39b49 View commit details
    Browse the repository at this point in the history
  9. Update test case

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c402c10 View commit details
    Browse the repository at this point in the history
  10. Minor refactoring

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e1ff8bb View commit details
    Browse the repository at this point in the history
  11. Test more cases

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    62d1707 View commit details
    Browse the repository at this point in the history
  12. Test more and some fixes

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5e42cd9 View commit details
    Browse the repository at this point in the history
  13. Test more

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0f939da View commit details
    Browse the repository at this point in the history
  14. Test more

    JukkaL committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4f8b8ad View commit details
    Browse the repository at this point in the history