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

Handling of attrs/dataclass/pydantic/namedtuple constructors #656

Draft
wants to merge 63 commits into
base: master
Choose a base branch
from

Commits on Sep 17, 2022

  1. Add test

    tristanlatr committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    bf5716a View commit details
    Browse the repository at this point in the history
  2. Add src

    tristanlatr committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    f7d0d1a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Structure tests

    tristanlatr committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    d87e745 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f022cdf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Add extra information with constructor signature that links to the de…

    …tected constructor Function.
    tristanlatr committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d578d4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f8e806 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. wip

    tristanlatr committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    24d5ad6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Fix issues

    tristanlatr committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    379c63e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a527d97 View commit details
    Browse the repository at this point in the history
  3. try to fix mypy

    tristanlatr committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    c5fc9b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

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

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    a2389dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36e3683 View commit details
    Browse the repository at this point in the history
  3. Fix docstrings

    tristanlatr committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    d974015 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1281cf View commit details
    Browse the repository at this point in the history
  5. Refactors

    tristanlatr committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    41d8ddb View commit details
    Browse the repository at this point in the history
  6. Merge branch '718-dataclass-like-abstraction' of github.com:twisted/p…

    …ydoctor into 718-dataclass-like-abstraction
    tristanlatr committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    bb7c62c View commit details
    Browse the repository at this point in the history
  7. Fix docstring

    tristanlatr committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    ba47bab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f74226 View commit details
    Browse the repository at this point in the history
  9. remove commented code

    tristanlatr committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    9b3860b View commit details
    Browse the repository at this point in the history
  10. Remove unused imports

    tristanlatr committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    a3f0cd3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4822ea9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 16, 2023

  1. Better understand the factory parameter.

    Include the factory call as default value when possible.
    tristanlatr committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    31ef268 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    2155fec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b9142e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf8ba4e View commit details
    Browse the repository at this point in the history
  4. Adjust postProcess

    tristanlatr committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f7220e9 View commit details
    Browse the repository at this point in the history
  5. refarctors and add test

    tristanlatr committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    def0ee0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a1939c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    411a584 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c72350 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3720604 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Fix keyword only feature

    tristanlatr committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    299cd58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7497b7a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    6a33634 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce9b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4016b4c View commit details
    Browse the repository at this point in the history
  4. docs

    tristanlatr committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    eb83341 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06e06e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63edbed View commit details
    Browse the repository at this point in the history
  7. Add tests

    tristanlatr committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    1e82784 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge branch '305-handling-of-constructors' of github.com:twisted/pyd…

    …octor into 305-handling-of-constructors
    tristanlatr committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    435ac99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcce4f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Fix mypy

    tristanlatr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ad9bfef View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    tristanlatr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    607a89a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e512f4 View commit details
    Browse the repository at this point in the history
  4. normal indentation

    tristanlatr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    11ba98c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83adf80 View commit details
    Browse the repository at this point in the history
  6. minor changes

    tristanlatr committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ce1e05f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. remove unused imports

    tristanlatr committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    34d7bb3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    fe08559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a58ef View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Fix merge error

    tristanlatr committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d4deb77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d81bf62 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Jan 3, 2024

  1. Add comments

    tristanlatr committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4926d47 View commit details
    Browse the repository at this point in the history
  2. Merge branch '305-handling-of-constructors' of github.com:twisted/pyd…

    …octor into 305-handling-of-constructors
    tristanlatr committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2ac31e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Feb 10, 2024

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

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    a1fff97 View commit details
    Browse the repository at this point in the history
  2. Merge branch '305-handling-of-constructors' of github.com:twisted/pyd…

    …octor into 305-handling-of-constructors
    tristanlatr committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    60c319e View commit details
    Browse the repository at this point in the history