summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep 0.5 release.0.5Tres Seaver2012-03-242-4/+3
* add trove classifiers, bump to 0.5devChris McDonough2012-03-231-2/+9
* dont test under jython; this is just a testing raceChris McDonough2012-03-231-4/+15
* prevent py32 from whining about assert_Chris McDonough2012-03-231-23/+24
* ignore all env*/Chris McDonough2012-03-231-1/+1
* Changelog, note post-0.4 stuff.Tres Seaver2012-03-232-1/+22
* 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 0.40.4Chris McDonough2011-09-041-1/+1
* prep for 0.4Chris McDonough2011-09-043-12/+10
* add py3 trove classifierChris McDonough2011-08-161-0/+1
* prep for mergeChris McDonough2011-08-165-3/+47
* Updated CHANGES.txt and signed contributor agreement.Joel Bohman2011-08-162-0/+2
* Added Python 3 support.Joel Bohman2011-08-161-1/+5
* Add (and sign) contributor agreement.Tres Seaver2011-02-251-0/+106
* moved from svnChris McDonough2011-02-254-281/+22
* Normalize nosetests.Chris McDonough2010-03-031-1/+2
* Prep for 0.3.Chris McDonough2009-06-162-1/+6
* Add a thread lock around clear logic.Chris McDonough2009-06-161-7/+11
* Prep for 0.2.Chris McDonough2009-06-151-15/+8
* Add a clear method; prep for 0.2.Chris McDonough2009-06-153-5/+9
* To dev.Chris McDonough2009-06-142-2/+7
* Ignore dist.Chris McDonough2009-06-140-0/+0
* Break out the BFG lru cache implementation into a shareable package.Chris McDonough2009-06-1410-0/+623