summaryrefslogtreecommitdiff
path: root/requests_cache/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* restore clear() functionRoman Haritonov2013-01-131-1/+1
* version in README, get_cache(), fix exampleRoman Haritonov2013-01-131-1/+1
* disabled() context manager. All tests are passingRoman Haritonov2013-01-121-1/+1
* uninstall_cache()Roman Haritonov2013-01-121-1/+1
* Rename configure to install_cache and add session_factory parameterRoman Haritonov2013-01-121-2/+2
* missed package in setup.py, bump versionRoman Haritonov2013-01-121-1/+1
* CachedSession without monkey patching. Backward incompatibleRoman Haritonov2013-01-121-2/+1
* v0.2.0v0.2.0Roman Haritonov2013-01-121-1/+1
* Use relative importsRoman Haritonov2012-05-111-1/+1
* Bump version and add info to changelogv0.1.3Roman Haritonov2012-05-041-1/+1
* bump version, update changelogRoman Haritonov2012-05-021-1/+1
* fix minor spelling mistakeDaniel Rech2012-05-021-2/+2
* Bump version0.1.1Roman2012-04-111-1/+1
* Add docformat and version in __init__.pyRoman2012-04-111-3/+7
* dbdict is now compatible with Py3Roman2012-04-101-3/+3
* requests_cache.enabled and requests_cache.disabled context managersRoman2012-04-091-1/+3
* Fix error in del_cached_url, Multiple instances of DbDict now can write to sa...Roman2012-04-091-1/+1
* has_url function, allowable_methods option, proper cache expiringRoman2012-04-091-1/+1
* Typos in docs. Begin user_guide.rstRoman2012-04-091-1/+1
* Moved tests outside package. More docstringsRoman2012-04-081-0/+24
* initial commitRoman2012-04-081-0/+1