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

Initial implementation of a faster repr #819

Merged
merged 17 commits into from May 26, 2021
Merged

Initial implementation of a faster repr #819

merged 17 commits into from May 26, 2021

Commits on May 20, 2021

  1. Copy the full SHA
    63786aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c5c58d6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Fix tests and changelog

    Tinche committed May 21, 2021
    Copy the full SHA
    8fce7bf View commit details
    Browse the repository at this point in the history
  2. Remove trailing comma for Py2

    Tinche committed May 21, 2021
    Copy the full SHA
    616aba9 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Tinche committed May 21, 2021
    Copy the full SHA
    5261725 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Copy the full SHA
    fc7d991 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f37fc13 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Fix Py2 qualname

    Tinche committed May 23, 2021
    Copy the full SHA
    eb091a3 View commit details
    Browse the repository at this point in the history
  2. Revert "Fix Py2 qualname"

    This reverts commit eb091a3.
    Tinche committed May 23, 2021
    Copy the full SHA
    5757318 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Update src/attr/_make.py

    Co-authored-by: Hynek Schlawack <hs@ox.cx>
    Tinche and hynek committed May 25, 2021
    Copy the full SHA
    85fadb5 View commit details
    Browse the repository at this point in the history
  2. Update changelog.d/819.changes.rst

    Co-authored-by: Hynek Schlawack <hs@ox.cx>
    Tinche and hynek committed May 25, 2021
    Copy the full SHA
    08ef044 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Update src/attr/_make.py

    Co-authored-by: Hynek Schlawack <hs@ox.cx>
    Tinche and hynek committed May 26, 2021
    Copy the full SHA
    311f743 View commit details
    Browse the repository at this point in the history
  2. Update src/attr/_make.py

    Co-authored-by: Hynek Schlawack <hs@ox.cx>
    Tinche and hynek committed May 26, 2021
    Copy the full SHA
    31ef67f View commit details
    Browse the repository at this point in the history
  3. Update src/attr/_make.py

    Co-authored-by: Hynek Schlawack <hs@ox.cx>
    Tinche and hynek committed May 26, 2021
    Copy the full SHA
    313b885 View commit details
    Browse the repository at this point in the history
  4. Update src/attr/_make.py

    Co-authored-by: Hynek Schlawack <hs@ox.cx>
    Tinche and hynek committed May 26, 2021
    Copy the full SHA
    2c6f584 View commit details
    Browse the repository at this point in the history
  5. Update src/attr/_make.py

    Co-authored-by: Hynek Schlawack <hs@ox.cx>
    Tinche and hynek committed May 26, 2021
    Copy the full SHA
    efaa52e View commit details
    Browse the repository at this point in the history
  6. Fix syntax

    Tinche committed May 26, 2021
    Copy the full SHA
    b4187af View commit details
    Browse the repository at this point in the history