cached-property.git
2017-09-22 Audrey Roy... Update to Python 3.6 1.3.1
2017-09-21 Daniel Roy... Merge pull request #60 from pydanny/pyup-update-coverag...
2017-09-21 Daniel Roy... Merge pull request #59 from pydanny/pyup-update-freezeg...
2017-05-15 pyup-botUpdate coverage from 4.1 to 4.4.1 pyup-update-coverage-4.1-to-4.4.1
2017-05-13 pyup-botUpdate freezegun from 0.3.7 to 0.3.9 pyup-update-freezegun-0.3.7-to-0.3.9
2017-04-13 Daniel Roy... Merge pull request #43 from pydanny/pyup-update-pytest...
2016-10-10 pyup-botUpdate pytest-cov from 2.3.0 to 2.4.0 pyup-update-pytest-cov-2.3.0-to-2.4.0
2016-07-18 Daniel Roy... Merge pull request #35 from pydanny/pyup-update-pytest...
2016-07-05 pyup-botUpdate pytest-cov from 2.2.0 to 2.3.0 pyup-update-pytest-cov-2.2.0-to-2.3.0
2016-06-22 Daniel Roy... Update README.rst
2016-06-20 Daniel Roy... Update README.rst
2016-06-09 Daniel Roy... Update README.rst
2016-06-09 Daniel Roy... Merge pull request #33 from pydanny/pyup-initial-update
2016-06-09 Daniel Roy... Merge pull request #23 from mbehrle/fix-codec
2016-06-09 pyup-botPin freezegun to latest version 0.3.7 pyup-initial-update
2016-06-09 pyup-botUpdate wheel from 0.23.0 to 0.29.0
2016-06-09 pyup-botPin pytest-cov to latest version 2.2.0
2016-06-09 pyup-botPin pytest to latest version 2.9.2
2016-06-09 pyup-botPin coverage to latest version 4.1
2015-11-25 Daniel Roy... Added @adamwill to authors
2015-11-25 Daniel Roy... Prep for 1.3.0 release 1.3.0
2015-11-25 Audrey Roy... Use more modern SVG badges and fix their links.
2015-11-25 Daniel Roy... Fixing travis
2015-11-25 Daniel Roy... Update authors and history
2015-11-25 Audrey Roy... Merge branch 'master' of github.com:pydanny/cached...
2015-11-25 Daniel Roy... Updating to a production/stable designation
2015-11-25 Audrey Roy... Add sudo: false so that Travis runs on new container...
2015-11-25 Daniel Roy... Python 3.5 support and history/authors
2015-11-25 Daniel Roy... Merge pull request #28 from proofit404/master
2015-11-25 Daniel Roy... Added @ionelmc to the contributors list
2015-11-25 Daniel Roy... Merge pull request #25 from ionelmc/patch-1
2015-11-18 Artem MalyshevCorrect invalidation cache documentation.
2015-10-01 Ionel Cristian... Cleanup example.
2015-10-01 Ionel Cristian... Remove confusingly placed lock from example
2015-05-12 Mathias BehrleFixing UnicodeDecodeError in setup.py (issue22).
2015-04-30 Daniel GreenfeldFix Adam's name
2015-04-30 Daniel GreenfeldUpdate AUTHORS.rst
2015-04-30 Daniel GreenfeldMerge pull request #20 from AdamWill/utf8
2015-04-29 Adam Williamsondrop some non-ASCII characters from HISTORY.rst
2015-04-28 Daniel GreenfeldUpdate README.rst
2015-04-28 Daniel GreenfeldBump for 1.2.0 1.2.0
2015-04-28 Daniel GreenfeldUpdate HISTORY.rst
2015-04-28 Daniel GreenfeldUpdate HISTORY.rst
2015-04-28 Daniel GreenfeldUpdate HISTORY.rst
2015-04-22 Daniel GreenfeldAdded @gsakkis to contributors
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-21 George SakkisRefactor cached_property_with_ttl.
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-04-04 Daniel GreenfeldUpdate HISTORY.rst
2015-04-04 Daniel GreenfeldMerge pull request #17 from zoidbergwill/patch-1
2015-04-02 William Martin... Fix typo in readme example
2015-02-13 Daniel GreenfeldRST cleanups
2015-02-13 Daniel GreenfeldRST cleanups
2015-02-13 Daniel GreenfeldVersion bump 1.0.0
2015-02-13 Daniel GreenfeldLicense update
2015-02-13 Daniel GreenfeldUpdate setup.py
2015-02-13 Daniel GreenfeldUpdate README.rst
2015-02-13 Daniel GreenfeldUpdate HISTORY.rst
2015-02-13 Daniel GreenfeldUpdate README.rst
2015-02-13 Daniel GreenfeldUpdate setup.py
2015-02-13 Daniel GreenfeldUpdate HISTORY.rst
2015-02-13 Daniel GreenfeldUpdate HISTORY.rst
2015-02-13 Daniel GreenfeldAdded @bcho as an author
2015-02-13 Daniel GreenfeldMerge pull request #14 from bcho/ttl-support
2015-02-09 hbcLet travis install deps. from requirements.txt.
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 GreenfeldMerge pull request #10 from djm/patch-1
2014-05-20 Darian MoodyCorrect 'invalidating the cache' demo in README
2014-05-20 Daniel GreenfeldUpdate README.rst
2014-05-20 Daniel Greenfelddocumentating release and making small documentation... 0.1.5
2014-05-20 Daniel GreenfeldDocument how to use threaded_cached_property and it...
2014-05-20 Daniel GreenfeldAdd @Tinche to the authors list.
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 GreenfeldDocumented cache invalidation
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-18 Daniel GreenfeldChanges to reflect who deserves what credit. #1
2014-05-18 Daniel GreenfeldFix the dang-blarged py_modules argument. 0.1.4
2014-05-18 Daniel GreenfeldFix my dumb habit of importing the package into setup.py 0.1.3
2014-05-17 Daniel GreenfeldReadme fix
2014-05-17 Daniel GreenfeldBump to 0.1.2 0.1.2
2014-05-17 Daniel GreenfeldFinal Readme tweak of the day
2014-05-17 Daniel GreenfeldGet travis in order
2014-05-17 Daniel GreenfeldVarious setup and version issues 0.1.1
next