summaryrefslogtreecommitdiff
path: root/requests_cache/core.py
Commit message (Expand)AuthorAgeFilesLines
* configure() for backward compatibility with simple scriptsRoman Haritonov2013-02-241-0/+4
* use UTC timeRoman Haritonov2013-02-021-1/+1
* docsRoman Haritonov2013-01-131-0/+3
* restore clear() functionRoman Haritonov2013-01-131-0/+6
* fix API docsRoman Haritonov2013-01-131-9/+8
* cache_disabled() context manager for CachedSessionRoman Haritonov2013-01-131-2/+22
* version in README, get_cache(), fix exampleRoman Haritonov2013-01-131-2/+9
* disabled() context manager. All tests are passingRoman Haritonov2013-01-121-3/+21
* uninstall_cache()Roman Haritonov2013-01-121-1/+9
* Rename configure to install_cache and add session_factory parameterRoman Haritonov2013-01-121-6/+21
* fix monkey-patchingRoman Haritonov2013-01-121-1/+1
* fix instance check in CachedSession (str -> basestring)Roman Haritonov2013-01-121-2/+2
* cleanupsRoman Haritonov2013-01-121-6/+0
* possibility to pass cache backend instance instead nameRoman Haritonov2013-01-121-7/+10
* url -> keyRoman Haritonov2013-01-121-1/+1
* move key creation to cache, add attributes to stored responseRoman Haritonov2013-01-121-21/+6
* hash instead url+data, begin fixing redirectsRoman Haritonov2013-01-121-11/+40
* expire_after is secondsRoman Haritonov2013-01-121-2/+3
* CachedSession without monkey patching. Backward incompatibleRoman Haritonov2013-01-121-138/+73
* Update code to work with Requests 1.0.4Alex Sinitsin2012-12-261-35/+22
* Fix issue #2 POST raw data now handled correctlyRoman Haritonov2012-05-151-3/+5
* Actualize docs for configure functionRoman Haritonov2012-05-111-2/+3
* Add from_cache attribute for responses taken from cacheRoman Haritonov2012-05-101-0/+1
* Small code cleanups and clarification about backends in documentationRoman Haritonov2012-05-041-3/+6
* Fix #2. Take into account POST-parametersRoman Haritonov2012-05-031-3/+10
* clarify docs about backend optionsRoman Haritonov2012-05-021-1/+2
* expire_after is now can be None for ignoreRoman2012-04-091-8/+9
* Add backend_options to configure. Add persistence documentation. Fix docsRoman2012-04-091-4/+6
* requests_cache.enabled and requests_cache.disabled context managersRoman2012-04-091-0/+36
* has_url function, allowable_methods option, proper cache expiringRoman2012-04-091-8/+24
* Typos in docs. Begin user_guide.rstRoman2012-04-091-1/+1
* Some TODOs, docstringsRoman2012-04-081-1/+2
* Added README and setup.py. Added check for existence of dispatch_hookRoman2012-04-081-4/+8
* More docstrings. Added LICENSERoman2012-04-081-6/+7
* MemoryCache now reduces and Response. More docstringsRoman2012-04-081-1/+2
* Moved tests outside package. More docstringsRoman2012-04-081-1/+15
* Patch Request.send instead Session.request. Added support for async code and ...Roman2012-04-081-21/+33
* initial commitRoman2012-04-081-0/+69