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

remove various unnecessary signatures #499

Merged
merged 8 commits into from
Apr 18, 2022
Merged

remove various unnecessary signatures #499

merged 8 commits into from
Apr 18, 2022

Commits on Mar 11, 2022

  1. remove various unnecessary signatures

    - dict.keys() and friends should work now because of synthetic
      type support
    - warnings.warn() was a workaround for a long-fixed typeshed issue
    - qcore.utime() is unnecessary because qcore has stubs now
    - callable() and inspect.isfunction() now have TypeGuards in typeshed
    - typing.reveal_locals() is not going to be in the stdlib
    JelleZijlstra committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    7e559b2 View commit details
    Browse the repository at this point in the history
  2. changelog

    JelleZijlstra committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    aadddc6 View commit details
    Browse the repository at this point in the history
  3. temp

    JelleZijlstra committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    d5c9643 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

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

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    81f1612 View commit details
    Browse the repository at this point in the history
  2. put a few more back

    JelleZijlstra committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    b2cdd0b View commit details
    Browse the repository at this point in the history
  3. remove reveal_type

    JelleZijlstra committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    ac776c0 View commit details
    Browse the repository at this point in the history
  4. ignore failing testt

    JelleZijlstra committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    5f97aef View commit details
    Browse the repository at this point in the history