| Commit message (Expand) | Author | Age | Files | Lines |
| * | Build pre-releases from 'pre-release' branch, and set version suffix in CI co...pre-release | Jordan Cook | 2021-04-29 | 1 | -15/+1 |
| * | Minor formatting changes for SQL queries | Jordan Cook | 2021-04-29 | 1 | -20/+24 |
| * | Some more improvements for bulk deletes in SQLite backend | Jordan Cook | 2021-04-29 | 1 | -10/+32 |
| * | Improve performance a bit for remove_expired_responses() | Jordan Cook | 2021-04-29 | 2 | -23/+31 |
| * | Show datetimes in local timezone for str(CachedResponse) | Jordan Cook | 2021-04-29 | 1 | -3/+8 |
| * | Add response details to CachedResponse str() and repr() | Jordan Cook | 2021-04-29 | 1 | -0/+36 |
| * | Add BaseCache.keys() and values() methods | Jordan Cook | 2021-04-27 | 2 | -18/+45 |
| * | Bump black version | Jordan Cook | 2021-04-26 | 1 | -1/+0 |
| * | Include this behavior in old_data_on_error instead, to avoid complications | Jordan Cook | 2021-04-23 | 2 | -7/+1 |
| * | Add raise_for_status option | Jordan Cook | 2021-04-23 | 2 | -2/+11 |
| * | Log any ImportErrors in top-level init filedev | Jordan Cook | 2021-04-22 | 1 | -4/+7 |
| * | Add use_temp option to SQLite backend | Jordan Cook | 2021-04-22 | 2 | -8/+21 |
| * | Move storage class __str__ methods to base class, and just show keys instead ... | Jordan Cook | 2021-04-22 | 6 | -15/+3 |
| * | Store responses for filesystem backend in a 'responses' subdirectory, to avoi... | Jordan Cook | 2021-04-22 | 1 | -5/+7 |
| * | For SQLite and filesystem backends, resolve file paths in BaseStorage class r... | Jordan Cook | 2021-04-21 | 2 | -8/+6 |
| * | Update changelog, contributors, and version | Jordan Cook | 2021-04-21 | 1 | -1/+1 |
| * | Add a filesystem backend | Jordan Cook | 2021-04-21 | 3 | -1/+93 |
| * | Use shared connection to create initial SQLite table | Jordan Cook | 2021-04-21 | 1 | -1/+1 |
| * | Merge pull request #240 from jsemric/use-thread-local-connections-for-sqlite | Jordan Cook | 2021-04-21 | 1 | -41/+21 |
| |\ |
|
| | * | remove locking of sqlite connection | jsemric | 2021-04-21 | 1 | -18/+10 |
| | * | do not lock connection on read | jsemric | 2021-04-21 | 1 | -4/+10 |
| | * | make bulk commit use thread-local connection | jsemric | 2021-04-21 | 1 | -26/+7 |
| | * | use thread local sqlite connections | jsemric | 2021-04-20 | 1 | -16/+17 |
| * | | Fix DynamoDbDict.__iter__ to return keys instead of values; update tests to t... | Jordan Cook | 2021-04-20 | 1 | -1/+1 |
| |/ |
|
| * | Allow passing any valid backend connection kwargs via BaseCache | Jordan Cook | 2021-04-19 | 8 | -103/+109 |
| * | Add option to manually cache response objects | Jordan Cook | 2021-04-19 | 2 | -2/+3 |
| * | Replace deprecated pymongo Collection.count() with estimated_document_count()v0.6.3 | Jordan Cook | 2021-04-19 | 2 | -2/+2 |
| * | Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs... | Jordan Cook | 2021-04-18 | 2 | -8/+17 |
| * | Read manually instead of using _body, move decode tests to integration tests | shiftinv | 2021-04-18 | 1 | -5/+5 |
| * | Improve raw response reset, update tests | shiftinv | 2021-04-18 | 1 | -28/+18 |
| * | Fix handling of decode_content parameter for raw.read(...) | shiftinv | 2021-04-18 | 1 | -10/+29 |
| * | Set up automatic pre-release builds from dev branch | Jordan Cook | 2021-04-17 | 1 | -1/+19 |
| * | Add warning about cache_disabled() not being thread-safe, and use a lock for ... | Jordan Cook | 2021-04-17 | 1 | -5/+14 |
| * | Explicitly include docs, tests, and examples in sdistv0.6.2 | Jordan Cook | 2021-04-14 | 1 | -1/+1 |
| * | Update GridFSPickleDict.__delitem__ to raise a KeyError for missing items | Jordan Cook | 2021-04-12 | 1 | -4/+8 |
| * | Add kwargs for AWS creds for DynamoDbDict | Jordan Cook | 2021-04-12 | 1 | -1/+11 |
| * | Update all backend-specific integration tests to fail quickly if not set up, ... | Jordan Cook | 2021-04-12 | 1 | -11/+11 |
| * | Remove shebang from top-level init file | Jordan Cook | 2021-04-11 | 1 | -1/+0 |
| * | Make parent dirs for new SQLite databases | Jordan Cook | 2021-04-11 | 1 | -8/+18 |
| * | Demote most logging.info statements to debug | Jordan Cook | 2021-04-10 | 5 | -9/+9 |
| * | Handle errors due to invalid responses in `BaseCache.urls` | Jordan Cook | 2021-04-10 | 2 | -15/+19 |
| * | Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarning | Jordan Cook | 2021-04-10 | 1 | -0/+5 |
| * | Improvements to Sphinx documentation: | Jordan Cook | 2021-04-03 | 6 | -59/+61 |
| * | Add example script to convert an existing cache from previous serialization f... | Jordan Cook | 2021-04-03 | 1 | -1/+2 |
| * | Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c... | Jordan Cook | 2021-04-02 | 4 | -385/+402 |
| * | Improve backend initialization: | Jordan Cook | 2021-04-02 | 3 | -80/+89 |
| * | Add 'verify' param to cache key | Jordan Cook | 2021-04-01 | 3 | -6/+8 |
| * | Avoid recursion when caching redirects | Jordan Cook | 2021-03-31 | 1 | -3/+4 |
| * | Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a c... | Jordan Cook | 2021-03-31 | 3 | -13/+14 |
| * | Fix BaseCache.urls to return only response URLs (no redirect keys) | Jordan Cook | 2021-03-30 | 1 | -1/+1 |