summaryrefslogtreecommitdiff
path: root/test.py
Commit message (Expand)AuthorAgeFilesLines
* Improved comments, removed whitespace, etc.Jay Hutchinson2022-03-061-16/+0
* Added kwargs support for lrudecorator and a few small fixes.v1.0.6Jay Hutchinson2014-06-121-2/+2
* Fixed bug in test.py. Thanks to Marc Abramowitz for finding & fixing it.Jay Hutchinson2012-07-041-1/+1
* Added code to test resizing a cache.Jay Hutchinson2011-07-251-0/+21
* Fixed the formatting of comments.Jay Hutchinson2011-07-251-10/+10
* A key can now be None.v1.0.5Jay Hutchinson2011-07-251-4/+4
* Improved test code.Jay Hutchinson2011-07-221-9/+45
* Cache methods keys(), values(), and items() now return iterators.Jay Hutchinson2011-07-101-25/+8
* Added keys, values, and items to allow iterationJuan Batiz-Benet2011-07-101-0/+22
* removed stray tabs and stripped excess whitespace in pylru.py, test.py, andJuan Batiz-Benet2011-07-101-51/+50
* Removed unnecessary __del__ from lrucache. Added a few comments.Jay Hutchinson2010-10-101-0/+4
* Small bug fix to test code. Updated setup script to list PyLRU as v1.0v1.0.0Jay Hutchinson2010-09-161-10/+9
* Improved the test code: test.pyJay Hutchinson2010-09-101-61/+51
* Updated README.txtv0.9.1Jay Hutchinson2010-09-091-8/+9
* Added some files to get pylru ready for distribution on PyPI.v0.9.0Jay Hutchinson2010-09-081-133/+76
* Added context manager to lruwrap.Jay Hutchinson2010-08-271-0/+29
* Refactored one of the arguments to lruwrapper.Jay Hutchinson2010-08-251-1/+1
* Finished adding optional cache write-back semantics.Jay Hutchinson2010-08-251-0/+30
* Fixed a few bugs and added some testing code.Jay Hutchinson2010-08-241-3/+42
* Fixed indention for test.pyJay Hutchinson2010-08-241-84/+87
* Moved test code to test.py. Changed indenting to 4 spaces.Jay Hutchinson2009-04-101-0/+139