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 support for functools.partial #16939

Merged
merged 14 commits into from
May 23, 2024

Commits on Feb 23, 2024

  1. Add support for functools.partial

    Fixes python#1484
    
    This is currently the most popular mypy issue that does not need a PEP.
    I'm sure there's stuff missing, but this should handle most cases.
    hauntsaninja committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    5b56460 View commit details
    Browse the repository at this point in the history
  2. fix mypyc

    hauntsaninja committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ff4914f View commit details
    Browse the repository at this point in the history
  3. fix crash

    hauntsaninja committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c0084eb View commit details
    Browse the repository at this point in the history
  4. fix context

    hauntsaninja committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a847234 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    2a5f3f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    325cae4 View commit details
    Browse the repository at this point in the history
  3. more tests

    hauntsaninja committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1ee376d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7ca434 View commit details
    Browse the repository at this point in the history
  5. fix typeguard

    hauntsaninja committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    03b397e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2886ac View commit details
    Browse the repository at this point in the history
  7. .

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

Commits on May 21, 2024

  1. server and incremental

    hauntsaninja committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c7f6d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b46081 View commit details
    Browse the repository at this point in the history
  3. .

    hauntsaninja committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1533351 View commit details
    Browse the repository at this point in the history