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

1 test fails #294

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

1 test fails #294

wants to merge 34 commits into from

Commits on Dec 28, 2018

  1. Make cached_property derive from property

    Martin Larralde committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    7cfe37a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63d91a2 View commit details
    Browse the repository at this point in the history
  3. Add self (@althonos) to AUTHORS.rst

    Martin Larralde committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    b30a434 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b2d0cc View commit details
    Browse the repository at this point in the history
  5. Run black on cached_property.py

    Martin Larralde committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    47e20fe View commit details
    Browse the repository at this point in the history
  6. Implement __set_name__ on cached_property objects

    Martin Larralde committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    f63dc50 View commit details
    Browse the repository at this point in the history
  7. Fix cached_property sharing cache for all objects

    Martin Larralde committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    b97832a View commit details
    Browse the repository at this point in the history
  8. Add @VadimPushtaev to AUTHORS.rst

    Martin Larralde committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    e577950 View commit details
    Browse the repository at this point in the history
  9. Fix update_wrapper failing on missing attributes in Py2

    Martin Larralde committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    2c2e11d View commit details
    Browse the repository at this point in the history
  10. Add test to make sure the property cache is freed as expected

    Martin Larralde committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    c2b6182 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2fd46da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    55763c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. Configuration menu
    Copy the full SHA
    84f2515 View commit details
    Browse the repository at this point in the history
  2. Start reorganizing code

    althonos committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    3ff44f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c59cbeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c02be3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed6e285 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    e261a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    142d962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65cc8df View commit details
    Browse the repository at this point in the history
  4. Release v1.6.0

    althonos committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    45cecff View commit details
    Browse the repository at this point in the history
  5. Release v1.6.1

    althonos committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    59f99d8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df4616f View commit details
    Browse the repository at this point in the history
  7. Release v1.6.2

    althonos committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    385d6b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

  1. Configuration menu
    Copy the full SHA
    c2648e1 View commit details
    Browse the repository at this point in the history
  2. Release v1.6.3

    althonos committed Sep 7, 2019
    Configuration menu
    Copy the full SHA
    4909376 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. Configuration menu
    Copy the full SHA
    95ba597 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    525ddf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

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

Commits on Mar 6, 2020

  1. Remove Python 2 support (#25)

    * asyncio has been included since 3.3
    * remove python 2 functools check
    * remove obsolete utf-8 header
    * add myself to authors
    * remove Python 2 from README
    
    Co-authored-by: Sean Aubin <sean@proteinqure.com>
    Seanny123 and Sean Aubin authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    108d189 View commit details
    Browse the repository at this point in the history
  2. Release v1.6.4

    althonos committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    9707421 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

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

Commits on Apr 14, 2020

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

Commits on Jun 27, 2021

  1. Upgrade to GitHub-native Dependabot (#61)

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Jun 27, 2021
    Configuration menu
    Copy the full SHA
    f2b6e5e View commit details
    Browse the repository at this point in the history