summaryrefslogtreecommitdiff
path: root/requests_cache/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies, pre-commit hooks, and contributorsJordan Cook2023-03-241-1/+1
* Remove catching/logging ImportErrors in top-level packageJordan Cook2022-06-291-12/+7
* Major bump!Jordan Cook2022-04-191-1/+1
* Move all cache policy-related modules to separate 'policy' subpackageJordan Cook2022-04-171-3/+1
* Refactor refresh/revalidate behaviorJordan Cook2022-04-091-3/+2
* Add compatibility with cattrs 21.1+, and clean up preconf module a bitJordan Cook2022-04-091-1/+1
* Move settings module to top level package, and leave 'models' subpackage for ...Jordan Cook2022-04-011-0/+1
* Update changelog, docs, and bump versionJordan Cook2022-03-111-1/+1
* Forgot to bump version in init filev0.9.3Jordan Cook2022-02-241-1/+1
* Update changelog, bump dev dependencies, and bump versionJordan Cook2022-01-291-1/+1
* Update changelog and bump versionJordan Cook2022-01-101-1/+1
* Move misc minor utils to a separate moduleJordan Cook2021-10-271-33/+1
* Bump unreleased changes into a minor release (0.9) and format changelogJordan Cook2021-10-231-1/+1
* Define __all__ for a couple more modules for star importsJordan Cook2021-09-201-4/+4
* Vectorize logo, color it to match light/dark theme colors on rtd, and add mod...Jordan Cook2021-09-181-1/+1
* Add note to Troubleshooting section about deprecated importsJordan Cook2021-09-071-1/+1
* Allow has_url(), delete_url(), and create_key() to optionally take requests.R...Jordan Cook2021-08-281-0/+9
* More docs on cache options; for clarity, refer to cache key behavior as 'requ...Jordan Cook2021-08-261-1/+2
* Drop support for python 3.6Jordan Cook2021-08-141-1/+1
* Update changelog, contributors, and bump versionJordan Cook2021-08-121-1/+1
* Add test coverage for optional serialization dependenciesJordan Cook2021-08-121-9/+8
* For filesystem backend, add an appropriate file extension to cache filesJordan Cook2021-08-031-3/+8
* Add separate Dependabot schedules for requests+urllib3 (daily) vs everything ...Jordan Cook2021-07-211-1/+1
* Update changelog, bump project version, and bump black versionJordan Cook2021-07-161-1/+1
* Bump versionv0.7.1Jordan Cook2021-07-091-1/+1
* Update changelogJordan Cook2021-07-061-2/+4
* Some serialization fixes & updates:Jordan Cook2021-07-031-4/+9
* Allow selecting a serializer by name, class, or instance (with same behavior ...Jordan Cook2021-06-111-1/+14
* Split out serializers and models into separate classesJordan Cook2021-05-261-1/+2
* Convert packaging config to poetryJordan Cook2021-05-091-1/+0
* Import backend classes in top-level init fileJordan Cook2021-05-081-12/+4
* Build pre-releases from 'pre-release' branch, and set version suffix in CI co...pre-releaseJordan Cook2021-04-291-15/+1
* Log any ImportErrors in top-level init filedevJordan Cook2021-04-221-4/+7
* Update changelog, contributors, and versionJordan Cook2021-04-211-1/+1
* Set up automatic pre-release builds from dev branchJordan Cook2021-04-171-1/+19
* Explicitly include docs, tests, and examples in sdistv0.6.2Jordan Cook2021-04-141-1/+1
* Remove shebang from top-level init fileJordan Cook2021-04-111-1/+0
* Handle errors due to invalid responses in `BaseCache.urls`Jordan Cook2021-04-101-1/+1
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-021-4/+2
* Remove some redundant module docstrings, and fix some ref linksJordan Cook2021-03-291-24/+1
* Consolidate expiration, pre-serializiation, and other response object logic i...Jordan Cook2021-03-221-2/+5
* Add individual expire_after per request. (#177)Sebastian Höffner2021-03-051-1/+1
* Add sanity checks to get_cache, clear, and remove_expired_responses to make s...Jordan Cook2021-03-041-0/+2
* Documentation build improvments:Jordan Cook2021-03-031-12/+16
* Remove all python 2 compatibilityJordan Cook2021-02-261-2/+0
* Apply code formatting with black + isortJordan Cook2021-02-261-2/+9
* Bump version 0.5.2Roman Haritonov2019-08-141-1/+1
* Bump version 0.5.1Roman Haritonov2019-08-131-1/+1
* Fix whitespaceFlorian Demmer2019-05-061-1/+1
* Bump version 0.5.0v0.5.0Roman Haritonov2019-04-181-1/+1