summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Moved version to 1.0.8v1.0.8Jay Hutchinson2015-03-181-2/+2
* Added documentation for FunctionCacheManager.Jay Hutchinson2015-03-181-9/+39
* lrudecorator now updates the metadata to look more like the wrapped function.Jay Hutchinson2015-03-181-1/+3
* Refactored lrudecorator using FunctionCacheManager.Jay Hutchinson2015-03-181-14/+2
* Added clear() and size() to FunctionCacheManager.Jay Hutchinson2015-03-181-0/+6
* Added FunctionCacheManager.Jay Hutchinson2015-03-171-2/+15
* Version 1.0.7v1.0.7Jay Hutchinson2015-03-172-2/+2
* Merge pull request #12 from iho/patch-1jlhutch2015-03-172-0/+3
|\
| * Update README.txtIhor Gorobets2015-03-171-0/+2
| * Make cache available from outer space.Ihor Gorobets2015-03-151-0/+1
|/
* Merge pull request #8 from jbowes/masterjlhutch2014-10-141-1/+1
|\
| * Trivial comment typo fixJames Bowes2014-10-141-1/+1
|/
* Added kwargs support for lrudecorator and a few small fixes.v1.0.6Jay Hutchinson2014-06-123-9/+27
* Merge pull request #6 from dobesv/patch-1jlhutch2014-04-181-1/+4
|\
| * Add "get" method to match dict API.dobesv2014-04-171-1/+4
|/
* Fixed bug in test.py. Thanks to Marc Abramowitz for finding & fixing it.Jay Hutchinson2012-07-041-1/+1
* Tweaked two lines in pylru.pyJay Hutchinson2011-07-251-2/+3
* Added code to test resizing a cache.Jay Hutchinson2011-07-251-0/+21
* Fixed the formatting of comments.Jay Hutchinson2011-07-252-103/+105
* A key can now be None.v1.0.5Jay Hutchinson2011-07-254-55/+50
* Bump version to 1.0.4v1.0.4Jay Hutchinson2011-07-232-4/+4
* 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