| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-16 | - lru cache was unstable under concurrency (big surprise) when it | Chris McDonough | |
| tried to redelete a key in the cache that had already been deleted. Symptom: line 64 in put:del data[oldkey]:KeyError: '/some/path'. Now we just ignore the key error if we can't delete the key. - add zip_safe = false to setup.cfg. | |||
| 2009-01-26 | - the ``repoze.bfg.lru.lru_cached`` decorator now uses functools.wraps | Chris McDonough | |
| in order to make documentation of LRU-cached functions possible. | |||
| 2009-01-25 | Disuse .get (speed). | Chris McDonough | |
| 2009-01-24 | Just kidding. That was silly. | Chris McDonough | |
| 2009-01-24 | Localize lookup. | Chris McDonough | |
| 2009-01-22 | Coverage. | Chris McDonough | |
| 2009-01-22 | - ``repoze.bfg.lru`` implements an LRU cache class and a decorator for | Chris McDonough | |
| internal use. | |||
