| Commit message (Expand) | Author | Age | Files | Lines |
| * | Build pre-releases from 'pre-release' branch, and set version suffix in CI co...pre-release | Jordan Cook | 2021-04-29 | 1 | -15/+1 |
| * | Log any ImportErrors in top-level init filedev | Jordan Cook | 2021-04-22 | 1 | -4/+7 |
| * | Update changelog, contributors, and version | Jordan Cook | 2021-04-21 | 1 | -1/+1 |
| * | Set up automatic pre-release builds from dev branch | Jordan Cook | 2021-04-17 | 1 | -1/+19 |
| * | Explicitly include docs, tests, and examples in sdistv0.6.2 | Jordan Cook | 2021-04-14 | 1 | -1/+1 |
| * | Remove shebang from top-level init file | Jordan Cook | 2021-04-11 | 1 | -1/+0 |
| * | Handle errors due to invalid responses in `BaseCache.urls` | Jordan Cook | 2021-04-10 | 1 | -1/+1 |
| * | Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c... | Jordan Cook | 2021-04-02 | 1 | -4/+2 |
| * | Remove some redundant module docstrings, and fix some ref links | Jordan Cook | 2021-03-29 | 1 | -24/+1 |
| * | Consolidate expiration, pre-serializiation, and other response object logic i... | Jordan Cook | 2021-03-22 | 1 | -2/+5 |
| * | Add individual expire_after per request. (#177) | Sebastian Höffner | 2021-03-05 | 1 | -1/+1 |
| * | Add sanity checks to get_cache, clear, and remove_expired_responses to make s... | Jordan Cook | 2021-03-04 | 1 | -0/+2 |
| * | Documentation build improvments: | Jordan Cook | 2021-03-03 | 1 | -12/+16 |
| * | Remove all python 2 compatibility | Jordan Cook | 2021-02-26 | 1 | -2/+0 |
| * | Apply code formatting with black + isort | Jordan Cook | 2021-02-26 | 1 | -2/+9 |
| * | Bump version 0.5.2 | Roman Haritonov | 2019-08-14 | 1 | -1/+1 |
| * | Bump version 0.5.1 | Roman Haritonov | 2019-08-13 | 1 | -1/+1 |
| * | Fix whitespace | Florian Demmer | 2019-05-06 | 1 | -1/+1 |
| * | Bump version 0.5.0v0.5.0 | Roman Haritonov | 2019-04-18 | 1 | -1/+1 |
| * | Add remove_expired_responses to request_cache namespace Fixes #93 | Roman Haritonov | 2017-06-01 | 1 | -1/+1 |
| * | Bump version 0.4.13v0.4.13 | Roman Haritonov | 2016-12-23 | 1 | -1/+1 |
| * | Bump version 0.4.12v0.4.12 | Roman Haritonov | 2016-03-19 | 1 | -1/+1 |
| * | Bump version 0.4.11 + changelogv0.4.11 | Roman Haritonov | 2016-03-07 | 1 | -1/+1 |
| * | Bump version 0.4.10v0.4.10wip-req-compat | Roman Haritonov | 2015-04-29 | 1 | -1/+1 |
| * | Bump version 0.4.9v0.4.9 | Roman Haritonov | 2015-01-17 | 1 | -1/+1 |
| * | Bump version 0.4.8v0.4.8 | Roman Haritonov | 2014-12-13 | 1 | -1/+1 |
| * | Bump version 0.4.7v0.4.7 | Roman Haritonov | 2014-12-06 | 1 | -1/+1 |
| * | Bump version 0.4.6v0.4.6 | Roman Haritonov | 2014-10-13 | 1 | -2/+2 |
| * | Bump version 0.4.5v0.4.5 | Roman Haritonov | 2014-08-22 | 1 | -1/+1 |
| * | Bump version 0.4.4v0.4.4 | Roman Haritonov | 2013-10-31 | 1 | -1/+1 |
| * | bump version 0.4.3v0.4.3 | Roman Haritonov | 2013-09-12 | 1 | -1/+1 |
| * | Bump version 0.4.2v0.4.2 | Roman Haritonov | 2013-08-25 | 1 | -1/+1 |
| * | Bump version, historyv0.4.1 | Roman Haritonov | 2013-08-19 | 1 | -1/+1 |
| * | requests_cache.enabled() context manager (#12) | Roman Haritonov | 2013-08-19 | 1 | -1/+1 |
| * | bump versionv0.4.0 | Roman Haritonov | 2013-04-25 | 1 | -1/+1 |
| * | add missed configure() | Roman Haritonov | 2013-04-18 | 1 | -1/+2 |
| * | restore clear() function | Roman Haritonov | 2013-01-13 | 1 | -1/+1 |
| * | version in README, get_cache(), fix example | Roman Haritonov | 2013-01-13 | 1 | -1/+1 |
| * | disabled() context manager. All tests are passing | Roman Haritonov | 2013-01-12 | 1 | -1/+1 |
| * | uninstall_cache() | Roman Haritonov | 2013-01-12 | 1 | -1/+1 |
| * | Rename configure to install_cache and add session_factory parameter | Roman Haritonov | 2013-01-12 | 1 | -2/+2 |
| * | missed package in setup.py, bump version | Roman Haritonov | 2013-01-12 | 1 | -1/+1 |
| * | CachedSession without monkey patching. Backward incompatible | Roman Haritonov | 2013-01-12 | 1 | -2/+1 |
| * | v0.2.0v0.2.0 | Roman Haritonov | 2013-01-12 | 1 | -1/+1 |
| * | Use relative imports | Roman Haritonov | 2012-05-11 | 1 | -1/+1 |
| * | Bump version and add info to changelogv0.1.3 | Roman Haritonov | 2012-05-04 | 1 | -1/+1 |
| * | bump version, update changelog | Roman Haritonov | 2012-05-02 | 1 | -1/+1 |
| * | fix minor spelling mistake | Daniel Rech | 2012-05-02 | 1 | -2/+2 |
| * | Bump version0.1.1 | Roman | 2012-04-11 | 1 | -1/+1 |
| * | Add docformat and version in __init__.py | Roman | 2012-04-11 | 1 | -3/+7 |