issues
search
repoze
/
repoze.lru
Tiny LRU cache
http://pypi.python.org/pypi/repoze.lru/
Other
103
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
setup.py should list setuptools in install_requires
#32
jsmolic
opened
4 years ago
0
Fix changelog filename in setup.py
#31
mnaberez
closed
2 years ago
1
catch the evicted key/value pair?
#30
python152
opened
6 years ago
0
Build universal wheels
#29
nsoranzo
opened
6 years ago
0
Consider deep copy for put/get
#28
mbeckersys
opened
7 years ago
1
Releases
#27
MichaelBlume
closed
7 years ago
1
(readme) clarify whether repoze works on python 3.3+
#26
MichaelBlume
closed
7 years ago
1
Change name to repoze-lru for pip 8 resolution
#25
khornberg
closed
7 years ago
4
lru cache interferes with use of kwargs
#24
Slater-Victoroff
opened
9 years ago
2
pip install fails on windows (2.7 x32)
#23
valhallasw
closed
7 years ago
1
new features, support for unbounded memoization, cache decorator supports *args and **kwargs
#22
cosminbasca
closed
8 years ago
9
fix crash on memoizing partial
#21
MichaelBlume
closed
10 years ago
3
Expose cache object on the wrapped function, so end users can also extra...
#20
jap
closed
10 years ago
2
Added python 3.3 to tox
#19
brodul
closed
11 years ago
1
initial tox configuration
#18
brodul
closed
11 years ago
1
Added support multi-parameter functions
#17
cr0hn
closed
7 years ago
2
Please submit documentation to Read the Docs
#16
Wilfred
closed
11 years ago
0
Fixed ImportError on platforms without Setuptools (new attempt)
#15
MarioVilas
closed
11 years ago
2
Fixed ImportError on platforms without Setuptools.
#14
MarioVilas
closed
11 years ago
2
Adding Cachemaker
#13
jul
closed
12 years ago
2
lru_cache decorator makes it impossible to clear cache later if needed
#12
jul
closed
11 years ago
1
added cache statitics
#11
mness
closed
12 years ago
1
LRUCache may fail to release lock
#10
snordhausen
closed
12 years ago
3
Fixes for issues #2-#8
#9
snordhausen
closed
12 years ago
5
LRUCache should provide a way to remove items from the cache
#8
snordhausen
closed
12 years ago
0
LRUCache.put() can take multiple seconds on large caches
#7
snordhausen
closed
12 years ago
0
LRUCache is not thread safe
#6
snordhausen
closed
12 years ago
0
Fix issue 2: LRUCache will evict entries even though not full
#5
snordhausen
closed
12 years ago
0
LRUCache.clock wastes RAM
#4
snordhausen
closed
12 years ago
0
Repeated pushing of same entry removes other cache entries
#3
snordhausen
closed
12 years ago
0
LRUCache will evict entries even though not full
#2
snordhausen
closed
12 years ago
0
Added Python 3 support
#1
jbohman
closed
13 years ago
0