summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version, historyv0.4.1Roman Haritonov2013-08-193-2/+9
* Forgive absent attributes (like 'raw') in old cache fileRoman Haritonov2013-08-191-1/+1
* Add raw attribute to pickled response for v1.2.3 compatibilityRoman Haritonov2013-08-191-1/+3
* requests_cache.enabled() context manager (#12)Roman Haritonov2013-08-193-1/+36
* bump versionv0.4.0Roman Haritonov2013-04-253-3/+3
* prepare HISTORY.rstRoman Haritonov2013-04-181-0/+7
* add missed configure()Roman Haritonov2013-04-181-1/+2
* remove RedisPickleDict, because it's the same as RedisDictRoman Haritonov2013-04-182-8/+2
* typoRoman Haritonov2013-04-181-2/+2
* cleanup bases in custom dict testsRoman Haritonov2013-04-182-26/+37
* **options for sqlite dictRoman Haritonov2013-04-181-1/+1
* reorganize custom dicts testsRoman Haritonov2013-04-184-219/+119
* Mock redis for readthedocs.orgRoman Haritonov2013-04-181-1/+1
* Changed docs to reflect availability of redis backendmichaelbeaumont2013-04-174-5/+19
* Added tests for redisdict.pymichaelbeaumont2013-04-171-0/+93
* Added Redis Backendmichaelbeaumont2013-04-173-0/+104
* Backward compatibility with Requests 1.1.0Roman Haritonov2013-03-311-0/+10
* remove print from testsRoman Haritonov2013-03-311-2/+0
* Fix issue with new hooks dispatchingRoman Haritonov2013-03-312-1/+12
* tests for changes in Requests 1.2.0Roman Haritonov2013-03-311-1/+9
* Merge branch 'v1.x.x'v0.3.0Roman Haritonov2013-02-2421-423/+532
|\
| * Document backward incompatible changesv1.x.xRoman Haritonov2013-02-243-1/+24
| * Clarify READMERoman Haritonov2013-02-241-0/+6
| * configure() for backward compatibility with simple scriptsRoman Haritonov2013-02-241-0/+4
| * use UTC timeRoman Haritonov2013-02-022-2/+2
| * cleanupRoman Haritonov2013-02-021-4/+2
| * docsRoman Haritonov2013-01-132-3/+9
| * restore clear() functionRoman Haritonov2013-01-132-1/+7
| * more doc fixesRoman Haritonov2013-01-132-60/+43
| * fix API docsRoman Haritonov2013-01-132-11/+10
| * Fix create_key() for Py3Roman Haritonov2013-01-131-4/+17
| * cache_disabled() context manager for CachedSessionRoman Haritonov2013-01-132-10/+35
| * version in README, get_cache(), fix exampleRoman Haritonov2013-01-134-9/+16
| * add HISTORY.rst to MANIFEST.in. Update example.Roman Haritonov2013-01-134-8/+7
| * disabled() context manager. All tests are passingRoman Haritonov2013-01-123-30/+25
| * additional tests for monkey-patchingRoman Haritonov2013-01-121-13/+17
| * uninstall_cache()Roman Haritonov2013-01-123-7/+21
| * Rename configure to install_cache and add session_factory parameterRoman Haritonov2013-01-126-20/+35
| * fix monkey-patchingRoman Haritonov2013-01-121-1/+1
| * Add monkey-patch testRoman Haritonov2013-01-121-0/+35
| * missed package in setup.py, bump versionRoman Haritonov2013-01-122-3/+5
| * update Requests's required versionRoman Haritonov2013-01-121-1/+1
| * fix thread_safety testRoman Haritonov2013-01-121-5/+5
| * has_url() and delete_url() methodsRoman Haritonov2013-01-122-10/+21
| * move storage implementations to packageRoman Haritonov2013-01-127-78/+78
| * fix instance check in CachedSession (str -> basestring)Roman Haritonov2013-01-121-2/+2
| * response.history is tuple in Requests 1.x.xRoman Haritonov2013-01-121-2/+2
| * clarify usage of key_mappingRoman Haritonov2013-01-121-8/+12
| * cleanupsRoman Haritonov2013-01-121-6/+0
| * possibility to pass cache backend instance instead nameRoman Haritonov2013-01-121-7/+10