Update README.md
[cached-property.git] / tests /
2020-09-21 Daniel FeldroyIgnore line that breaks Flake8 check for Python 2.7
2020-09-21 Daniel FeldroyIgnore flake8 error that affects Python 2.7 only
2020-09-12 Daniel FeldroyMerge pull request #132 from dotlambda/patch-1
2018-12-11 DanielMerge branch 'master' of github.com:pydanny/cached...
2018-10-07 DanielBlacking of project
2018-04-08 Daniel Roy GreenfeldMerge branch 'master' into pyup-update-wheel-0.30.0... pyup-update-wheel-0.30.0-to-0.31.0
2018-04-08 Daniel Roy GreenfeldFix the tests
2018-04-08 Daniel Roy GreenfeldImproved code formatting and prep for release 1.4.1 1.4.1
2018-04-06 Daniel Roy GreenfeldMerge branch 'master' into pyup-update-wheel-0.30.0...
2018-04-06 Daniel Roy GreenfeldMerge pull request #91 from pydanny/pyup-update-pytest...
2018-04-06 Daniel Roy GreenfeldMerge pull request #89 from pydanny/pyup-update-freezeg...
2018-04-05 Daniel Roy GreenfeldDon't test asyncio on older versions of Python
2018-02-25 Daniel Roy GreenfeldMerge pull request #86 from vbraun/async_await
2018-02-25 Volker BraunSupport cached coroutines (async/await)
2015-04-22 Daniel GreenfeldMerge pull request #18 from gsakkis/master
2015-04-21 George SakkisFixes for Python 2.6 and Python 3
2015-04-21 George SakkisRevert cached_property_with_ttl/threaded_cached_propert...
2015-04-20 George SakkisBeef up and refactor tests (DRY)
2015-04-20 George SakkisFix threaded_cached_property_with_ttl.
2015-04-20 George SakkisFix the previous commit and add more test assertions...
2015-04-19 George SakkisMake cached_property thread-safe and alias threaded_cac...
2015-04-19 George SakkisAllow del statement to work for cached properties with ttl
2015-04-19 George Sakkislint (flake8) fixes
2015-04-19 George SakkisTweak unit tests
2015-04-14 Daniel GreenfeldBreak out ttl tools because they don't always allow...
2015-02-13 Daniel GreenfeldMerge pull request #14 from bcho/ttl-support
2015-02-09 hbcMake ``ttl`` argument optional.
2015-02-09 hbcImplement ttl support.
2014-06-01 Daniel GreenfeldMerge pull request #11 from Tinche/test-coverage
2014-05-28 Tin TvrtkovicJust a little more coverage.
2014-05-20 Daniel Greenfelddocumentating release and making small documentation... 0.1.5
2014-05-20 Daniel GreenfeldMerge pull request #9 from Tinche/threaded_cache_property
2014-05-19 Tin TvrtkovicAdded a new cached property decorator - threaded_cached...
2014-05-19 Daniel GreenfeldIlluminating the problems with threads. #6
2014-05-19 Daniel GreenfeldRewrote @Tinche's code example as a formal test case #6
2014-05-18 Daniel GreenfeldDemonstrate and test cache invalidation
2014-05-18 Daniel GreenfeldNuke timed_cached_property until I'm happy with an...
2014-05-18 Daniel GreenfeldAdd timed_cached_property decorator
2014-05-17 Daniel GreenfeldMove to single file. Switch to py.test
2014-05-17 Daniel Greenfeldfirst commit