summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #235 from JWCook/kwarg_warningsJordan Cook2021-04-184-13/+26
|\
| * Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...Jordan Cook2021-04-184-13/+26
|/
* Merge pull request #234 from shiftinv/fix-decode-contentJordan Cook2021-04-183-28/+41
|\
| * Read manually instead of using _body, move decode tests to integration testsshiftinv2021-04-183-26/+27
| * Improve raw response reset, update testsshiftinv2021-04-182-45/+35
| * Fix handling of decode_content parameter for raw.read(...)shiftinv2021-04-182-15/+37
|/
* Merge branch 'dev'Jordan Cook2021-04-174-4/+34
|\
| * Set up automatic pre-release builds from dev branchJordan Cook2021-04-174-4/+34
|/
* Add warning about cache_disabled() not being thread-safe, and use a lock for ...Jordan Cook2021-04-171-5/+14
* Merge pull request #231 from JWCook/docsJordan Cook2021-04-1612-5/+181
|\
| * Include example scripts on readthedocsJordan Cook2021-04-1611-5/+135
| * Add example of logging non-cached requestsJordan Cook2021-04-165-0/+46
|/
* Explicitly include docs, tests, and examples in sdistv0.6.2Jordan Cook2021-04-143-2/+9
* Update changelog and contributorsv0.6.1Jordan Cook2021-04-132-2/+7
* Merge pull request #228 from JWCook/backend-integration-testsJordan Cook2021-04-1212-147/+226
|\
| * Update GridFSPickleDict.__delitem__ to raise a KeyError for missing itemsJordan Cook2021-04-122-4/+10
| * Add kwargs for AWS creds for DynamoDbDictJordan Cook2021-04-121-1/+11
| * Add one test case per backend storage classJordan Cook2021-04-126-92/+116
| * Update all backend-specific integration tests to fail quickly if not set up, ...Jordan Cook2021-04-128-68/+107
|/
* Merge pull request #227 from JWCook/pytest-httpbinJordan Cook2021-04-123-8/+52
|\
| * Add temporary workaround for /json httpbin endpointJordan Cook2021-04-121-1/+5
| * Add option to use pytest-httpbin instead of httpbin containerJordan Cook2021-04-122-7/+47
|/
* Merge branch 'package-config'Jordan Cook2021-04-116-3/+51
|\
| * Move python_requires from setup.cfg to setup.py so it gets included in packag...Jordan Cook2021-04-112-2/+1
| * Remove shebang from top-level init fileJordan Cook2021-04-111-1/+0
| * Add issue templatesJordan Cook2021-04-113-0/+50
|/
* Merge branch 'sqlite-db-path'Jordan Cook2021-04-115-208/+23
|\
| * Exclude doc templates from manifestJordan Cook2021-04-111-8/+3
| * Remove unused Windows build script for docsJordan Cook2021-04-112-192/+1
| * Make parent dirs for new SQLite databasesJordan Cook2021-04-112-8/+19
|/
* Merge pull request #225 from JWCook/handle-invalid-urlsJordan Cook2021-04-109-25/+43
|\
| * Demote most logging.info statements to debugJordan Cook2021-04-105-9/+9
| * Handle errors due to invalid responses in `BaseCache.urls`Jordan Cook2021-04-105-16/+34
|/
* Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarningJordan Cook2021-04-102-1/+12
* Move readthedocs container to a separate docker-compose fileJordan Cook2021-04-103-14/+17
* Merge pull request #222 from mgorny/no-install-testsJordan Cook2021-04-101-1/+1
|\
| * Do not install "tests" packageMichał Górny2021-04-101-1/+1
|/
* Update changelogv0.6.0Jordan Cook2021-04-091-1/+1
* Update doc dependencies again to use patch for sphinx-rtd-themeJordan Cook2021-04-051-2/+1
* Merge branch 'docs'Jordan Cook2021-04-045-12/+15
|\
| * Pin docutils version due to breaking changes, and switch back to sphinx-rtd-t...Jordan Cook2021-04-045-12/+15
|/
* Merge pull request #219 from JWCook/docsJordan Cook2021-04-046-25/+64
|\
| * Add Dockerfile + docker-compose config to make it easier to run the readthedo...Jordan Cook2021-04-043-12/+25
| * Some more documentation updates & editingJordan Cook2021-04-033-13/+39
|/
* Merge pull request #218 from JWCook/readthedocs-configJordan Cook2021-04-038-17/+18
|\
| * Switch to sphinx-material themeJordan Cook2021-04-036-15/+13
| * Update to Ubuntu 20.04 build image for readthedocsJordan Cook2021-04-033-3/+6
|/
* Merge pull request #217 from JWCook/apidocJordan Cook2021-04-0321-583/+619
|\
| * Make Readme more concise again, and split main usage docs into 'Quickstart' (...Jordan Cook2021-04-039-347/+480
| * Improvements to Sphinx documentation:Jordan Cook2021-04-0318-263/+166
|/