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

Support name mangling #16715

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    778017e View commit details
    Browse the repository at this point in the history
  2. add a note to is_private

    tyralla committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b0df41b View commit details
    Browse the repository at this point in the history
  3. handle enum.__member

    tyralla committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9ae8dc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e36fa0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1735d3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c6ca04 View commit details
    Browse the repository at this point in the history
  7. add name mangling test cases

    tyralla committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d7e8cd5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4c7da0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    907f7c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. improve auto fix

    tyralla committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    208f014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c64ee View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. mangle strings in __slots__

    tyralla committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    a2fb094 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff70bb6 View commit details
    Browse the repository at this point in the history
  3. improve visit_ClassDef

    tyralla committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    513fc97 View commit details
    Browse the repository at this point in the history
  4. improve visit_FunctionDef

    tyralla committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    549a709 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    c3b8442 View commit details
    Browse the repository at this point in the history
  2. different return type annotation handling when using `from __future__…

    … import annotations` statements
    tyralla committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    69d88d6 View commit details
    Browse the repository at this point in the history
  3. fix

    tyralla committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ce621db View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. support decorators

    tyralla committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4d5c741 View commit details
    Browse the repository at this point in the history
  2. fix

    tyralla committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    adf3cc1 View commit details
    Browse the repository at this point in the history
  3. Add TypeVar tests

    tyralla committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    86d0fe5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7286a59 View commit details
    Browse the repository at this point in the history
  5. refactor

    tyralla committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    01d5c5a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    e37398b View commit details
    Browse the repository at this point in the history
  2. fix

    tyralla committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d4bd13a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge branch 'master' into feature/name_mangling

    # Conflicts:
    #	mypy/typeanal.py
    tyralla committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a9144f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

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