| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update changelog, bump dev dependencies, and bump versionmaster | Jordan Cook | 2022-01-19 | 1 | -2/+2 |
| * | Bump sphinx-automodapi from 0.13 to 0.14.1 | dependabot[bot] | 2022-01-15 | 1 | -1/+1 |
| * | Update changelog and bump version | Jordan Cook | 2022-01-10 | 1 | -2/+2 |
| * | Bump dependencies | dependabot[bot] | 2022-01-10 | 1 | -1/+1 |
| * | Format using a more typical line length of 100 | Jordan Cook | 2022-01-01 | 1 | -2/+2 |
| * | Bump pymongo from 3.12.2 to 4.0 | dependabot[bot] | 2021-12-04 | 1 | -1/+1 |
| * | Squash dependabot updates | dependabot[bot] | 2021-11-20 | 1 | -3/+3 |
| * | Bump dev dependencies and pre-commit hooks | Jordan Cook | 2021-11-13 | 1 | -3/+3 |
| * | Bump unreleased changes into a minor release (0.9) and format changelog | Jordan Cook | 2021-10-23 | 1 | -1/+1 |
| * | Add explicit 'coverage' dependency for python 3.10 | Jordan Cook | 2021-10-04 | 1 | -1/+2 |
| * | Use correct SPDX license short identifier in package metadata | Jordan Cook | 2021-10-04 | 1 | -1/+1 |
| * | Bump dev dependencies: | dependabot[bot] | 2021-10-04 | 1 | -1/+1 |
| * | Bump dependencies | Jordan Cook | 2021-09-18 | 1 | -3/+3 |
| * | Vectorize logo, color it to match light/dark theme colors on rtd, and add mod... | Jordan Cook | 2021-09-18 | 1 | -1/+1 |
| * | Switch from coveralls to codecov | Jordan Cook | 2021-09-18 | 1 | -0/+3 |
| * | Add a couple more keywords to package metadata | Jordan Cook | 2021-09-18 | 1 | -1/+2 |
| * | Add some more links to 'Related Projects' page | Jordan Cook | 2021-09-18 | 1 | -1/+1 |
| * | Update benchmark script to optionally run for a specific serializer | Jordan Cook | 2021-09-14 | 1 | -0/+1 |
| * | Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ... | Jordan Cook | 2021-09-08 | 1 | -2/+1 |
| * | Add a custom 404 page | Jordan Cook | 2021-09-08 | 1 | -1/+2 |
| * | Add note to Troubleshooting section about deprecated imports | Jordan Cook | 2021-09-07 | 1 | -1/+1 |
| * | Update pre-commit hooks and actions | Jordan Cook | 2021-09-07 | 1 | -1/+0 |
| * | Update dev dependencies | Jordan Cook | 2021-09-05 | 1 | -1/+1 |
| * | Fix pyyaml optional dependency | Jordan Cook | 2021-08-27 | 1 | -2/+2 |
| * | Add Font Awesome 5 icons to main page headers | Jordan Cook | 2021-08-27 | 1 | -2/+4 |
| * | Add another monkey-patch for sphinx-automodapi instead of installing from git... | Jordan Cook | 2021-08-23 | 1 | -1/+1 |
| * | Format & comment dependencies in pyproject.toml to explain what they're for, ... | Jordan Cook | 2021-08-21 | 1 | -58/+72 |
| * | Make itsdangerous dependency optional | Jordan Cook | 2021-08-21 | 1 | -8/+9 |
| * | Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil... | Jordan Cook | 2021-08-21 | 1 | -0/+1 |
| * | Add pytest-rerunfailures to rerun a flaky test | Jordan Cook | 2021-08-20 | 1 | -0/+1 |
| * | Add sphinx-automodapi extension to add summaries at the top of module docs | Jordan Cook | 2021-08-19 | 1 | -1/+2 |
| * | Increase integration test timeout for DynamoDB, since it has a longer startup... | Jordan Cook | 2021-08-14 | 1 | -1/+0 |
| * | Update user guide and Readme | Jordan Cook | 2021-08-14 | 1 | -2/+7 |
| * | Add unit tests for new header support | Jordan Cook | 2021-08-14 | 1 | -0/+6 |
| * | Drop testing for requests <=0.21 | Jordan Cook | 2021-08-14 | 1 | -5/+7 |
| * | Drop support for python 3.6 | Jordan Cook | 2021-08-14 | 1 | -15/+14 |
| * | Disable misbehaving mypy pre-commit hook and go back to plain poetry install ... | Jordan Cook | 2021-08-14 | 1 | -0/+1 |
| * | Update changelog, contributors, and bump version | Jordan Cook | 2021-08-12 | 1 | -1/+1 |
| * | Exclude markdown and yaml files from wheel | Jordan Cook | 2021-08-11 | 1 | -2/+2 |
| * | Add more checks to pre-commit config, and reuse for both CI and local usage | Jordan Cook | 2021-08-08 | 1 | -11/+0 |
| * | Use nox to replace docs/Makefile, runtests.sh, and other local dev tasks | Jordan Cook | 2021-08-08 | 1 | -3/+4 |
| * | Re-enable pre-deploy tests for all supported requests versions, and pin optio... | Jordan Cook | 2021-08-07 | 1 | -3/+9 |
| |\ |
|
| | * | Add example for using requests-cache with responses | Jordan Cook | 2021-08-07 | 1 | -0/+1 |
| | * | Add better examples for using requests-cache with requests-mock | Jordan Cook | 2021-08-07 | 1 | -1/+5 |
| |/ |
|
| * | Update poetry to 1.2.0a2 | Jordan Cook | 2021-08-02 | 1 | -1/+1 |
| * | Bump sphinx from 4.0.3 to 4.1.2 | dependabot[bot] | 2021-07-28 | 1 | -1/+1 |
| * | Bump sphinx-copybutton from 0.3.3 to 0.4.0 | dependabot[bot] | 2021-07-28 | 1 | -1/+1 |
| * | Add separate Dependabot schedules for requests+urllib3 (daily) vs everything ... | Jordan Cook | 2021-07-21 | 1 | -1/+1 |
| * | Add CachedResponse.cache_key attribute and update in CachedSession.send() | Jordan Cook | 2021-07-20 | 1 | -1/+1 |
| * | Update changelog, bump project version, and bump black version | Jordan Cook | 2021-07-16 | 1 | -2/+2 |