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