summaryrefslogtreecommitdiff
path: root/requests_cache/models/raw_response.py
Commit message (Expand)AuthorAgeFilesLines
* Add compatibility with urllib3 2.0Jordan Cook2023-05-151-11/+20
* Enable bugbear extension and fix warningsJordan Cook2023-05-081-1/+1
* Update type hints to appease Pylance and stricter mypy settingsJordan Cook2022-12-131-4/+4
* Check if raw._fp is None before trying is_fp_closed()Jordan Cook2022-12-041-1/+1
* Remove HTTPResponse attributes from the cache, and re-construct CachedRespons...Jordan Cook2022-06-111-20/+31
* Add a base model repr that excludes default values even if rich isn't installedJordan Cook2022-05-301-2/+2
* Add misc missing test coverageJordan Cook2022-04-201-1/+1
* Improve output for all models when printed or logged with richJordan Cook2022-04-191-1/+3
* Update to mypy v0.931 and add some ignores/workarounds for new false positivesJordan Cook2022-02-021-4/+9
* Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...Jordan Cook2021-08-251-3/+7
* Some misc docstring editsJordan Cook2021-08-191-2/+2
* Compatibility fixes for requests 2.16 and 2.17Jordan Cook2021-06-031-2/+5
* Make cattrs optional, and other cleanupJordan Cook2021-05-261-11/+10
* Fix broken unit tests and add more coverageJordan Cook2021-05-261-9/+14
* Split out serializers and models into separate classesJordan Cook2021-05-261-0/+83