| Commit message (Expand) | Author | Age | Files | Lines |
* | Added optional callback to FunctionCacheManager. | Jay Hutchinson | 2019-03-12 | 1 | -3/+3 |
* | Minimize memory consuption of _dlnode | Marcin RaczyĆski | 2019-02-01 | 1 | -0/+2 |
* | Add optional callback funtionality to lrudecorator. | Benjamin Suntrup | 2018-06-13 | 1 | -2/+2 |
* | Added pop, popitem, and setdefault methods to lrucache class. | Jay Hutchinson | 2018-05-06 | 1 | -0/+30 |
* | Improved update() method of lrucache. | Jay Hutchinson | 2018-05-06 | 1 | -6/+22 |
* | Added len() method to WriteBackCacheManager. | Jay Hutchinson | 2018-05-06 | 1 | -0/+4 |
* | Simplified logic of a couple __getitem__ implementations. | Jay Hutchinson | 2018-05-06 | 1 | -12/+4 |
* | Cleaned up some of the comments and whitespace. | Jay Hutchinson | 2018-05-06 | 1 | -47/+20 |
* | Undo whitespace changes. | Ben Timby | 2017-07-17 | 1 | -0/+2 |
* | Added update() method. | Ben Timby | 2017-07-17 | 1 | -2/+5 |
* | refactor(lrucache): improve lrucache.get() | pp-qq | 2017-03-21 | 1 | -3/+3 |
* | Fixes #13, a bug in lrudecorator.v1.0.9 | Jay Hutchinson | 2015-03-24 | 1 | -2/+16 |
* | lrudecorator now updates the metadata to look more like the wrapped function. | Jay Hutchinson | 2015-03-18 | 1 | -1/+3 |
* | Refactored lrudecorator using FunctionCacheManager. | Jay Hutchinson | 2015-03-18 | 1 | -14/+2 |
* | Added clear() and size() to FunctionCacheManager. | Jay Hutchinson | 2015-03-18 | 1 | -0/+6 |
* | Added FunctionCacheManager. | Jay Hutchinson | 2015-03-17 | 1 | -2/+15 |
* | Make cache available from outer space. | Ihor Gorobets | 2015-03-15 | 1 | -0/+1 |
* | Trivial comment typo fix | James Bowes | 2014-10-14 | 1 | -1/+1 |
* | Added kwargs support for lrudecorator and a few small fixes.v1.0.6 | Jay Hutchinson | 2014-06-12 | 1 | -6/+24 |
* | Add "get" method to match dict API. | dobesv | 2014-04-17 | 1 | -1/+4 |
* | Tweaked two lines in pylru.py | Jay Hutchinson | 2011-07-25 | 1 | -2/+3 |
* | Fixed the formatting of comments. | Jay Hutchinson | 2011-07-25 | 1 | -93/+95 |
* | A key can now be None.v1.0.5 | Jay Hutchinson | 2011-07-25 | 1 | -44/+45 |
* | Finished refactoring. | Jay Hutchinson | 2011-07-21 | 1 | -18/+19 |
* | Factored write-though/write-back behavior into different classes. | Jay Hutchinson | 2011-07-21 | 1 | -104/+135 |
* | A little code clean up. | Jay Hutchinson | 2011-07-20 | 1 | -32/+72 |
* | Added keys(), values(), items(), and flush() to lruwrap class. | Jay Hutchinson | 2011-07-15 | 1 | -1/+37 |
* | Fixed two bugs in lruwrap class. | Jay Hutchinson | 2011-07-15 | 1 | -1/+8 |
* | Cache methods keys(), values(), and items() now return iterators. | Jay Hutchinson | 2011-07-10 | 1 | -9/+29 |
* | Added keys, values, and items to allow iteration | Juan Batiz-Benet | 2011-07-10 | 1 | -1/+16 |
* | removed stray tabs and stripped excess whitespace in pylru.py, test.py, and | Juan Batiz-Benet | 2011-07-10 | 1 | -68/+71 |
* | Removed unnecessary __del__ from lrucache. Added a few comments. | Jay Hutchinson | 2010-10-10 | 1 | -20/+6 |
* | Added some files to get pylru ready for distribution on PyPI.v0.9.0 | Jay Hutchinson | 2010-09-08 | 1 | -0/+368 |