summaryrefslogtreecommitdiff
path: root/repoze
Commit message (Expand)AuthorAgeFilesLines
* Tidy.Tres Seaver2012-07-051-4/+2
* Tidy.Tres Seaver2012-07-051-2/+2
* Allow 'clear' to take multiple names.Tres Seaver2012-07-052-9/+24
* Coverage for single-name clear.Tres Seaver2012-07-051-15/+28
* 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
* Fix Python 3.2 compatibility.Tres Seaver2012-07-051-1/+1
* Fix Python 2.6 compatibility.Tres Seaver2012-07-051-4/+2
* Normalize contruction of CUT.Tres Seaver2012-07-051-16/+22
* PEP8: moar ws cleanup.Tres Seaver2012-07-051-20/+20
* PEP8: ws cleanup.Tres Seaver2012-07-051-8/+11
* Adding CacheMaker with(tests + docs)julien tayon2012-07-042-0/+143
* added cache statiticsJeremiah Ness2012-06-062-2/+60
* Use lock-as-context manager to avoid race condition (issue #10).Tres Seaver2012-03-241-17/+5
* prevent py32 from whining about assert_Chris McDonough2012-03-231-23/+24
* Don't encourage running a unit test module as a script.Tres Seaver2012-03-231-4/+0
* Reach full statement coverage with noseStefan Nordhausen2012-01-241-1/+1
* Make test cases run in Python <2.7 and 3.x againStefan Nordhausen2012-01-191-22/+26
* Add "expiry" feature to the decoratorStefan Nordhausen2012-01-182-6/+43
* Add test class ExpiringLRUCacheTests to test expiry featuresStefan Nordhausen2012-01-181-2/+190
* Add many more test cases and a cache-consistency check.Stefan Nordhausen2012-01-171-0/+199
* 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-132-26/+28
* __init__.py:Stefan Nordhausen2012-01-132-15/+41
* 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-143-0/+189