summaryrefslogtreecommitdiff
path: root/repoze/lru/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 100% statement / branch coverageTres Seaver2016-11-121-1/+1
* Coverage for 'UnboundedCache'.Tres Seaver2016-11-121-5/+8
* Tidy imports.Tres Seaver2016-11-121-2/+2
* Py3k-compatible syntax.Tres Seaver2016-11-121-2/+6
* - remove invalidated items from the simple cacheCosmin Basca2016-10-301-26/+12
* bumped version to 0.7.1Cosmin Basca2014-08-121-8/+26
* fixed comments to original, after PyCharm's autoformatter messed with their i...Cosmin Basca2014-08-121-2/+2
* included UnbondedCache (a simple unbounded and unexpiring cache)Cosmin Basca2014-08-121-20/+77
* Merge PR #20.Tres Seaver2014-02-021-0/+1
|\
| * Expose cache object on the wrapped function, so end users can also extractJasper Spaans2013-10-011-0/+1
* | Prefer 3-arg getattr() to catching AttributeError.Tres Seaver2014-02-021-8/+7
* | fix crash on memoizing partialMike Blume2013-10-071-3/+8
|/
* Tidy.Tres Seaver2012-07-051-4/+2
* Allow 'clear' to take multiple names.Tres Seaver2012-07-051-9/+7
* Let Python marshal args for us.Tres Seaver2012-07-051-21/+22
* Code clarity.Tres Seaver2012-07-051-28/+31
* Avoid artificial default.Tres Seaver2012-07-051-14/+12
* Moar PEP8.Tres Seaver2012-07-051-34/+40
* Coverage.Tres Seaver2012-07-051-1/+1
* Adding CacheMaker with(tests + docs)julien tayon2012-07-041-0/+70
* added cache statiticsJeremiah Ness2012-06-061-2/+29
* Use lock-as-context manager to avoid race condition (issue #10).Tres Seaver2012-03-241-17/+5
* Add "expiry" feature to the decoratorStefan Nordhausen2012-01-181-3/+12
* Add ExpiringLRUCache class.Stefan Nordhausen2012-01-171-1/+129
* - Rename _marker to _MARKER to make pylint happy.Stefan Nordhausen2012-01-161-9/+17
* If self.invalidate deletes an entry at just the wrong time, the "delStefan Nordhausen2012-01-161-25/+49
* __init__.py:Stefan Nordhausen2012-01-131-16/+18
* __init__.py:Stefan Nordhausen2012-01-131-4/+14
* get() does not set self.hand anymore.Stefan Nordhausen2012-01-131-4/+0
* prep for mergeChris McDonough2011-08-161-1/+2
* Added Python 3 support.Joel Bohman2011-08-161-1/+5
* Add a thread lock around clear logic.Chris McDonough2009-06-161-7/+11
* Add a clear method; prep for 0.2.Chris McDonough2009-06-151-2/+6
* Break out the BFG lru cache implementation into a shareable package.Chris McDonough2009-06-141-0/+89