summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version 0.4.7v0.4.7Roman Haritonov2014-12-063-2/+8
* Fix response history handling for requests 2.5.0Roman Haritonov2014-12-061-4/+18
* #31 Use kwargs in CachedSession.request()Roman Haritonov2014-12-061-8/+2
* Bump version 0.4.6v0.4.6Roman Haritonov2014-10-133-16/+23
* Normalize (sort) parameters passed as builtin dict #29Roman Haritonov2014-10-132-5/+49
* Monkey patch should use class instead lambda #28Roman Haritonov2014-09-292-9/+37
* Bump version 0.4.5v0.4.5Roman Haritonov2014-08-223-2/+7
* Add test for #25Roman Haritonov2014-08-221-0/+5
* Merge pull request #25 from gwillem/release_conn_fixRoman Haritonov2014-08-221-2/+3
|\
| * Add required _Store.release_conn() methodWillem de Groot2014-08-221-2/+3
|/
* Bump version 0.4.4v0.4.4Roman Haritonov2013-10-313-2/+10
* Mention httpcache and CacheControl in README.rstRoman Haritonov2013-10-121-0/+4
* Fix #16 Remove note about enabled() context manager from docsRoman Haritonov2013-10-091-1/+0
* Fix #15Roman Haritonov2013-10-092-8/+25
* bump version 0.4.3v0.4.3Roman Haritonov2013-09-123-2/+9
* add CONTRIBUTORS.rstRoman Haritonov2013-09-122-1/+12
* test_attr_from_cache_in_hook for #14Roman Haritonov2013-09-121-0/+14
* set response.from_cache before calling hooksAlex Morega2013-09-121-1/+1
* Bump version 0.4.2v0.4.2Roman Haritonov2013-08-253-2/+9
* Make raw_response picklable by leaving only known picklable attributes (#13)Roman Haritonov2013-08-252-2/+11
* 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