issues
search
mailgun
/
expiringdict
Dictionary with auto-expiring values for caching purposes.
Apache License 2.0
347
stars
76
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Explicitly define printable representation
#56
AndrewKvalheim
opened
4 months ago
0
`KeyError` during string representation in Python 3.12
#55
AndrewKvalheim
opened
4 months ago
0
✨ add typing
#54
AzideCupric
closed
1 year ago
0
[Feature Request]: Article about expiring dict
#52
fithisux
opened
1 year ago
0
Fix import error for Python 3.6+
#51
wadcom
closed
2 years ago
0
Option to add trigger on delete
#50
jzr-supove
opened
2 years ago
0
Use pytest/bare asserts in tests
#49
s-t-e-v-e-n-k
opened
2 years ago
0
add non-expiring cache capability
#48
manjunathb4461
opened
3 years ago
0
Add an option to reset remove timer on access
#47
ghost
opened
3 years ago
1
Adding Power support(ppc64le) with ci and testing to the project for expiringdict
#46
asellappen
opened
3 years ago
0
set max_len=None or infinite
#45
Phil997
opened
3 years ago
2
Fix typing conflict on Python 3.7
#44
jonnyyu
closed
4 years ago
4
Fix bug when setting existing key in full dict (minimal version of PR #32)
#43
nicktimko
closed
4 years ago
1
New Release Possible?
#42
travisdieckmann
closed
5 years ago
2
add auto refresh
#41
KyRionY
opened
5 years ago
0
Clean up on length call to give accurate dictionary length based on expiration
#40
chanchiem
opened
5 years ago
0
Getting the length of the dictionary should return # of items not expired
#39
chanchiem
opened
5 years ago
3
Make sure tests run under Travis CI
#38
horkhe
closed
5 years ago
0
Update Travis CI config
#37
horkhe
closed
5 years ago
0
make expiringdict pickable and extend some functions
#36
bitranox
closed
5 years ago
6
ExpiringDict objects cant be pickled by Dill - but OrderedDict can be pickled !!!
#35
bitranox
opened
5 years ago
1
Changed items aren't moved to the end of the list, will be expired in the wrong order
#34
MattEttus
opened
5 years ago
1
Is this project abandoned?
#33
ecederstrand
closed
2 years ago
7
Fix small eviction bug; add the ability to track evictions
#32
frobcode
opened
6 years ago
0
Add @memoize decorator
#31
juharris
opened
6 years ago
2
Handle ModuleNotFoundError error raised during installation
#30
os
closed
7 years ago
4
Make setup compatible with Python 3.6
#29
syrusakbary
closed
7 years ago
2
fix RuntimeError with Python 3.5
#28
kophy
closed
7 years ago
3
fix RuntimeError with Python 3.5
#27
kophy
closed
7 years ago
4
Upload v1.1.4 to PyPi
#26
RyPeck
closed
7 years ago
9
RuntimeError with Python3.5
#25
oz123
opened
7 years ago
2
What if no one lockup inserted key after expiration? (record stay in dictionary for ever)
#24
mohsensafari
closed
8 years ago
1
Python35 fix
#23
eplaut
closed
7 years ago
3
Fix race-condition in .items() and .values()
#22
kormat
closed
7 years ago
1
make pip-installable for python3 and update tests
#21
samdfonseca
opened
8 years ago
0
Version number bump needed for py3 fixes
#20
rubensayshi
closed
4 years ago
1
call callback with expired items
#19
llchen223
opened
8 years ago
0
Just saw another project that might have violated Apache License v2.0
#18
starrify
opened
8 years ago
1
Fix expiration bug with Python 3.5
#17
gwillem
opened
8 years ago
0
Key expiration does not work with Python 3.5
#16
gwillem
opened
8 years ago
5
Make expiringdict compatible with python 3
#15
salehe
opened
9 years ago
2
calling 'keys' method doesn't clean up expirations at first.
#14
internety
closed
7 years ago
2
Version available in Pip is outdated
#13
alexanderdavidsen
opened
9 years ago
8
Add support for infinite-size dict
#12
LunaticNeko
opened
9 years ago
0
Add support to log a full buffer and TTL expiry to syslog.
#11
avleen
opened
9 years ago
0
Upload new version to PyPI
#10
ierror
opened
9 years ago
1
Add support for Python 3.x
#9
svisser
opened
9 years ago
11
Ensure file handle is closed by using with statement
#8
svisser
closed
10 years ago
1
Made python 3 compatable without breaking any python 2 usage
#7
defcube
closed
10 years ago
1
Updated imports to make it easier to mock time from another package.
#6
russjones
closed
10 years ago
1
Next