summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #751 from requests-cache/debug-windows-testsJordan Cook2022-12-301-0/+3
|\
| * Set default shell to bash for Windows testsJordan Cook2022-12-301-0/+3
|/
* Merge pull request #747 from requests-cache/response-cache-keyJordan Cook2022-12-309-20/+39
|\
| * Make CachedResponse.cache_key available from all cache access methodsJordan Cook2022-12-309-20/+39
|/
* Fix ambiguous log message for BaseCache.delete()Jordan Cook2022-12-301-1/+1
* Merge pull request #742 from requests-cache/type-fixesJordan Cook2022-12-3017-60/+91
|\
| * Update type hints to appease Pylance and stricter mypy settingsJordan Cook2022-12-1317-60/+91
|/
* Merge pull request #736 from requests-cache/docsJordan Cook2022-12-135-13/+27
|\
| * Minor edits for cache inspection pageJordan Cook2022-12-131-1/+6
| * Add a couple more project links on PyPIJordan Cook2022-12-131-0/+4
| * Update to flake8 v6Jordan Cook2022-12-133-12/+17
|/
* Merge branch 'is-fp-closed'Jordan Cook2022-12-041-1/+1
|\
| * Check if raw._fp is None before trying is_fp_closed()Jordan Cook2022-12-041-1/+1
|/
* Merge pull request #721 from requests-cache/sqlite-improvementsJordan Cook2022-10-287-64/+165
|\
| * Make use of index with SQLiteCache.filter(expired=False)Jordan Cook2022-10-284-30/+41
| * Add SQLite method to count unexpired responses in SQLJordan Cook2022-10-283-6/+39
| * Omit invalid responses and set response.cache_key in SQLiteCache.sorted()Jordan Cook2022-10-283-7/+41
| * Set uri=True when using an in-memory SQLite dbJordan Cook2022-10-281-1/+3
| * Handle errors due to invalid responses in deserialize(), so it applies to oth...Jordan Cook2022-10-284-20/+41
|/
* Merge pull request #720 from requests-cache/cattrsJordan Cook2022-10-282-1/+18
|\
| * Handle using a converter that doesn't support the omit_if_default keyword arg...Jordan Cook2022-10-282-1/+18
|/
* Merge pull request #718 from kevinlinxc/patch-1Jordan Cook2022-10-261-1/+1
|\
| * TypoKevin Lin2022-10-261-1/+1
|/
* Merge pull request #717 from requests-cache/py-311Jordan Cook2022-10-263-22/+23
|\
| * Update changelogJordan Cook2022-10-261-18/+19
| * Run CI jobs with python 3.11Jordan Cook2022-10-262-4/+4
|/
* Merge pull request #712 from requests-cache/backwards-compatJordan Cook2022-10-267-115/+165
|\
| * Add more notes on deprecated methodsJordan Cook2022-10-264-9/+21
| * Add icons to changelog sections for major/minor releases; misc changlog forma...Jordan Cook2022-10-261-96/+110
| * Add some missing type hintsJordan Cook2022-10-261-2/+2
| * Add BaseCache.has_key() back; this was intended to be deprecated, not yet rem...Jordan Cook2022-10-262-0/+15
| * Fix backwards-compatibility with deprecated remove_expired_responsesJordan Cook2022-10-263-8/+17
|/
* Merge pull request #716 from davegaeddert/patch-1Jordan Cook2022-10-261-1/+1
|\
| * Fix remove_expired_responses deprecation suggestionDave Gaeddert2022-10-261-1/+1
|/
* Merge pull request #709 from requests-cache/header-bytesJordan Cook2022-10-203-6/+11
|\
| * Add support for header values as bytesJordan Cook2022-10-203-6/+11
|/
* Merge pull request #708 from requests-cache/sliced-picklesJordan Cook2022-10-203-3/+31
|\
| * Explicitly disable pickling CachedSession objectsJordan Cook2022-10-203-3/+31
|/
* Merge pull request #702 from requests-cache/dependabot/pip/cattrs-22.2.0Jordan Cook2022-10-084-45/+44
|\
| * Update for cattrs 22.2Jordan Cook2022-10-084-932/+276
| * Bump cattrs from 22.1.0 to 22.2.0dependabot[bot]2022-10-082-252/+907
|/
* Merge pull request #700 from requests-cache/delete-urlsJordan Cook2022-09-309-44/+82
|\
| * Add 'url' argument to BaseCache.contains() and delete() for similarity to has...Jordan Cook2022-09-308-42/+80
| * Bump max wait time for MongoDB TTL testJordan Cook2022-09-301-2/+2
|/
* Merge pull request #699 from requests-cache/deploy-configJordan Cook2022-09-309-64/+131
|\
| * Fix issue on Windows with occasional missing `CachedResponse.created_at` time...Jordan Cook2022-09-303-4/+8
| * Silence DeprecationWarnings during tests for deprecated methodsJordan Cook2022-09-305-33/+60
| * Add options to deploy workflow to skip stress tests or skip publishing to PyPIJordan Cook2022-09-301-3/+17
| * Run pre-deploy unit tests for all supported combinations of platforms, python...Jordan Cook2022-09-301-35/+30
| * Run pre-deploy stress tests as a separate jobJordan Cook2022-09-302-8/+35
|/