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

Implement TypeIs (PEP 742) #16898

Merged
merged 30 commits into from
Mar 1, 2024
Merged

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    8a30073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58e8403 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Fewer test failures

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    c8d2af8 View commit details
    Browse the repository at this point in the history
  2. Fix the remaining tests

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    f205910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75c9dec View commit details
    Browse the repository at this point in the history
  4. Error for bad narrowing

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    4666486 View commit details
    Browse the repository at this point in the history
  5. temp change typeshed

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    25a9c79 View commit details
    Browse the repository at this point in the history
  6. Fixes

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    faa4a07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0e0210 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f107e5b View commit details
    Browse the repository at this point in the history
  9. doc

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    34700bb View commit details
    Browse the repository at this point in the history
  10. fix self check

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    065ec92 View commit details
    Browse the repository at this point in the history
  11. like this maybe

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    aef3036 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b19c77 View commit details
    Browse the repository at this point in the history
  13. Fix and add tests

    JelleZijlstra committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6b0e749 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c9e53e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Use TypeIs

    JelleZijlstra committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    909e53c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb88371 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Apply suggestions from code review

    Co-authored-by: Marc Mueller <[email protected]>
    JelleZijlstra and cdce8p authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1b1e368 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    84c69d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae294bf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    7fedbcf View commit details
    Browse the repository at this point in the history
  2. Rename error code

    JelleZijlstra committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    dbc229d View commit details
    Browse the repository at this point in the history
  3. Quote name

    JelleZijlstra committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8b2fb0b View commit details
    Browse the repository at this point in the history
  4. unxfail

    JelleZijlstra committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    816fd1a View commit details
    Browse the repository at this point in the history
  5. add elif test

    JelleZijlstra committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d6fcc35 View commit details
    Browse the repository at this point in the history
  6. type context test

    JelleZijlstra committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ef825ce View commit details
    Browse the repository at this point in the history
  7. Add test

    JelleZijlstra committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d32956d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a36a16a View commit details
    Browse the repository at this point in the history
  9. update docs

    JelleZijlstra committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b32ba80 View commit details
    Browse the repository at this point in the history