summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* url -> keyRoman Haritonov2013-01-125-25/+23
* make more tests compatibleRoman Haritonov2013-01-121-29/+29
* fix delete(key)Roman Haritonov2013-01-122-4/+10
* move key creation to cache, add attributes to stored responseRoman Haritonov2013-01-123-27/+20
* hash instead url+data, begin fixing redirectsRoman Haritonov2013-01-124-31/+61
* fix some testsRoman Haritonov2013-01-121-49/+50
* expire_after is secondsRoman Haritonov2013-01-121-2/+3
* CachedSession without monkey patching. Backward incompatibleRoman Haritonov2013-01-124-149/+95
* Merge branch 'master' of https://github.com/meowcoder/requests-cache into v1.0.0Roman Haritonov2013-01-121-35/+22
|\
| * Update code to work with Requests 1.0.4Alex Sinitsin2012-12-261-35/+22
* | v0.2.0v0.2.0Roman Haritonov2013-01-123-7/+4
* | grequests in test_async_compatibilityRoman Haritonov2013-01-121-3/+3
* | historyRoman Haritonov2013-01-121-0/+6
* | Specify last compatible Requests version in install_requires. First step of f...Roman Haritonov2013-01-121-1/+1
* | Change location of changelogRoman Haritonov2013-01-123-8/+6
|/
* Make sqlite3 optional for Heroku support. Thanks to @nathancahillRoman Haritonov2012-09-091-2/+9
* Fix issue #2 POST raw data now handled correctlyRoman Haritonov2012-05-152-10/+40
* Actualize docs for configure functionRoman Haritonov2012-05-111-2/+3
* Use relative importsRoman Haritonov2012-05-115-9/+8
* Document usage of from_cache attributeRoman Haritonov2012-05-101-2/+44
* Add from_cache attribute for responses taken from cacheRoman Haritonov2012-05-102-0/+11