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

Use getattr and default for qualname #5126

Merged
merged 11 commits into from
Mar 8, 2023

Commits on Mar 1, 2023

  1. Use getattr and default for qualname

    Was suggested in python/cpython#102323 by @sobolevn.
    Fixes pydantic#5101
    Superceedes pydantic#5102
    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8bb424f View commit details
    Browse the repository at this point in the history
  2. Import tests from pydantic#5102

    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b253bef View commit details
    Browse the repository at this point in the history
  3. Fix signature generation for functools

    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    fe08d2b View commit details
    Browse the repository at this point in the history
  4. Use getattr and default for name

    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    df09f22 View commit details
    Browse the repository at this point in the history
  5. Remove expectation of error from tests

    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    9cfceff View commit details
    Browse the repository at this point in the history
  6. Reset tracked validators

    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    aa157dc View commit details
    Browse the repository at this point in the history
  7. Describe changes

    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    2e3b339 View commit details
    Browse the repository at this point in the history
  8. Use getattr and default for module

    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    454d48d View commit details
    Browse the repository at this point in the history
  9. Use id as fallback

    JensHeinrich authored and JensHeinrich committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f443adc View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Tweak name formatting

    dmontagu committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    bf6284e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365c2cb View commit details
    Browse the repository at this point in the history