| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor anything that effects event poll timeout in to PollHook objects | 2019-10-08 | 1 | -3/+4 | |
| * | cache calculated "next expiration" time | 2019-09-20 | 1 | -1/+12 | |
| * | change Cache.py to be key:value | 2019-09-02 | 1 | -25/+27 | |
| * | Don't needlessly call time.monotonic() when checking cache expirations | 2019-06-22 | 1 | -1/+2 | |
| * | Fix/refactor issues brought up by type hint linting | 2018-10-30 | 1 | -4/+4 | |
| * | Add type/return hints throughout src/ and, in doing so, fix some cyclical•••references. | 2018-10-30 | 1 | -9/+9 | |
| * | Cache._items is a {id: [item, timeout]} dict, not {id: item} | 2018-09-30 | 1 | -1/+1 | |
| * | Actually get "item" when a cached item expires | 2018-09-29 | 1 | -0/+1 | |
| * | Add src/Cache.py, use it in modules/coins.py | 2018-09-29 | 1 | -0/+50 |
