summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* More Readme improvements.Jay Hutchinson2011-07-231-7/+20
* More work on Readme.Jay Hutchinson2011-07-231-35/+29
* Started work on a better Readme.Jay Hutchinson2011-07-221-18/+123
* Improved test code.Jay Hutchinson2011-07-221-9/+45
* Finished refactoring.Jay Hutchinson2011-07-211-18/+19
* Factored write-though/write-back behavior into different classes.Jay Hutchinson2011-07-211-104/+135
* A little code clean up.Jay Hutchinson2011-07-201-32/+72
* Added keys(), values(), items(), and flush() to lruwrap class.Jay Hutchinson2011-07-151-1/+37
* Bumped release number.v1.0.3Jay Hutchinson2011-07-151-1/+1
* Fixed two bugs in lruwrap class.Jay Hutchinson2011-07-151-1/+8
* Cache methods keys(), values(), and items() now return iterators.Jay Hutchinson2011-07-103-54/+51
* Incremented versionv1.0.2Juan Batiz-Benet2011-07-101-1/+1
* Added keys, values, and items to allow iterationJuan Batiz-Benet2011-07-103-1/+58
* removed stray tabs and stripped excess whitespace in pylru.py, test.py, andJuan Batiz-Benet2011-07-103-137/+139
* Updated version to 1.0.1 in setup.pyv1.0.1Jay Hutchinson2010-10-101-1/+1
* Removed unnecessary __del__ from lrucache. Added a few comments.Jay Hutchinson2010-10-102-20/+10
* Small bug fix to test code. Updated setup script to list PyLRU as v1.0v1.0.0Jay Hutchinson2010-09-163-12/+12
* Improved the test code: test.pyJay Hutchinson2010-09-102-63/+53
* 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