cached-property.git
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
2014-05-17 Daniel GreenfeldUpdate the readme
2014-05-17 Daniel GreenfeldUpdate the readme
2014-05-17 Daniel GreenfeldUpdate the readme
2014-05-17 Daniel GreenfeldUpdate the readme
2014-05-17 Daniel GreenfeldFix py.test dependency
2014-05-17 Daniel GreenfeldMove to single file. Switch to py.test
2014-05-17 Daniel Greenfeldfirst commit