summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated README.txtv0.9.1Jay Hutchinson2010-09-093-16/+71
* Added some files to get pylru ready for distribution on PyPI.v0.9.0Jay Hutchinson2010-09-087-136/+480
* Added a minimal README file.Jay Hutchinson2010-09-041-0/+1
* Fixed a few bugs.Jay Hutchinson2010-09-041-16/+30
* Refactored size(), addTailNode(), removeTailNode().Jay Hutchinson2010-09-041-35/+36
* Added context manager to lruwrap.Jay Hutchinson2010-08-272-1/+34
* Refactored one of the arguments to lruwrapper.Jay Hutchinson2010-08-252-10/+10
* Finished adding optional cache write-back semantics.Jay Hutchinson2010-08-252-20/+54
* Started modifications on lrucache and lruwrapper to add optional write-back c...Jay Hutchinson2010-08-251-7/+45
* Fixed a few bugs and added some testing code.Jay Hutchinson2010-08-242-16/+54
* Added a function decorator that would allow memorization of function values.Jay Hutchinson2010-08-241-0/+17
* Added a new class that wraps any dict-like data source and the lrucache into ...Jay Hutchinson2010-08-241-0/+41
* Converted classes to new style.Jay Hutchinson2010-08-241-2/+2
* Fixed indention for test.pyJay Hutchinson2010-08-241-84/+87
* Added size() method and reworked init() a little.Jay Hutchinson2009-04-191-57/+52
* Added inital implementation of add/remove tail node methods.Jay Hutchinson2009-04-131-0/+32
* Worked on clear() and size() methods.Jay Hutchinson2009-04-121-10/+16
* Moved test code to test.py. Changed indenting to 4 spaces.Jay Hutchinson2009-04-102-272/+282
* Added a few simple methods.Jay Hutchinson2009-04-091-1/+8
* Initial commitJay Hutchinson2009-04-091-0/+339