summaryrefslogtreecommitdiff
path: root/requests_cache
Commit message (Expand)AuthorAgeFilesLines
...
* Show warning when using pickle without itsdangerousJordan Cook2021-03-282-4/+12
* Expose timeout parameter for SQLite backendJordan Cook2021-03-241-15/+15
* Pass along optional kwargs to all storage classes, and make default table nam...Jordan Cook2021-03-247-42/+41
* Enable DynamoDB integration test with GitHub Actions and local docker-compose...Jordan Cook2021-03-242-1/+2
* Combine storage classes from backends.storage.* with their respective backend...Jordan Cook2021-03-2412-537/+453
* Add optional integration with intsdangerous for safer serializationJordan Cook2021-03-246-45/+89
* Rename BaseCache.keys_map property and its associated table to 'redirects'Jordan Cook2021-03-246-18/+16
* Add a 'urls' property on BaseCache to get all cached URLsJordan Cook2021-03-241-0/+8
* Add support for setting different expiration times based on URL patternsJordan Cook2021-03-221-23/+90
* Consolidate expiration, pre-serializiation, and other response object logic i...Jordan Cook2021-03-225-349/+452
* Some refactoring to reduce code complexity:Jordan Cook2021-03-182-155/+97
* Fix for attribute error when using prepared requestsJordan Cook2021-03-161-0/+1
* Add extra check in CachedSession.cache_disabled to support nested context man...Jordan Cook2021-03-161-5/+8
* Add HEAD to default methods to cache; closes #147Jordan Cook2021-03-051-2/+2
* Add individual expire_after per request. (#177)Sebastian Höffner2021-03-053-36/+147
* Add sanity checks to get_cache, clear, and remove_expired_responses to make s...Jordan Cook2021-03-044-12/+22
* Refactor CachedSession to be usable as a mixin classJordan Cook2021-03-0410-36/+62
* Reformat docstring and add type annotations for CachedSession and install_cacheJordan Cook2021-03-031-50/+45
* Documentation build improvments:Jordan Cook2021-03-031-12/+16
* Add code quality checks to CI jobJordan Cook2021-03-011-1/+1
* Remove all python 2 compatibilityJordan Cook2021-02-2615-214/+23
* Apply code formatting with black + isortJordan Cook2021-02-2615-192/+211
* Add cache_date field for cached responselibbkmz2021-02-261-0/+3
* Fix TypeError with DbPickleDict initialization; closes #136Jordan Cook2021-02-251-1/+1
* Removing extra check of whether key is in responses, unnecesasry after copyin...Boris Danilovich2021-02-251-5/+1
* Making BaseCache use a copy of the dict when iterating over it, to avoid iter...Boris Danilovich2021-02-251-1/+1
* relative importsolivierdalang2021-02-251-1/+1
* relative importsolivierdalang2021-02-251-2/+2
* Updated to replace_oneAaron Russo2020-10-301-1/+2
* Bump version 0.5.2Roman Haritonov2019-08-141-1/+1
* Fix DeprecationWarning about collections.MutableMappingMarius Gedminas2019-08-133-3/+12
* Bump version 0.5.1Roman Haritonov2019-08-131-1/+1
* Merge pull request #128 from fdemmer/73-delete-on-unpickle-errorsRoman Haritonov2019-06-253-6/+6
|\
| * Fix whitespaceFlorian Demmer2019-05-062-5/+1
| * Handle ImportError and TypeError when loading from cacheFlorian Demmer2019-05-061-1/+5
* | Merge pull request #134 from olivierdalang/vacuum_after_clearRoman Haritonov2019-06-251-0/+1
|\ \
| * | vacuum the sqlite database after clearing a tableolivierdalang2019-05-291-0/+1
| |/
* | Fix DeprecationWarning from collectionsJessy Williams2019-05-211-1/+5
|/
* Bump version 0.5.0v0.5.0Roman Haritonov2019-04-181-1/+1
* Merge pull request #104 from christopher-dG/cdg/filterRoman Haritonov2019-04-131-4/+20
|\
| * Fix AttributeError when returning old data on errorChris de Graaf2018-01-211-1/+4
| * Add response filtering function to CachedSessionChris de Graaf2018-01-211-4/+17
* | Merge pull request #123 from mbarkhau/patch-1Roman Haritonov2019-04-131-1/+5
|\ \
| * | Fix warning on python3.7mbarkhau2019-02-131-1/+5
| |/
* | correct spelling mistakeEdward Betts2017-09-011-1/+1
|/
* Add remove_expired_responses to request_cache namespace Fixes #93Roman Haritonov2017-06-011-1/+1
* Fix bulk_commit #78Roman Haritonov2017-06-011-2/+3
* Merge pull request #92 from ar90n/add_dynamodb_backendRoman Haritonov2017-06-013-1/+174
|\
| * add dynamodb backendMasahiro Wada2017-05-143-1/+174
* | add gridfs supportCheng Guangnan2017-04-013-0/+111
|/