| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version 0.4.8v0.4.8 | Roman Haritonov | 2014-12-13 | 3 | -2/+9 |
| * | #33 Support for streaming requests | Roman Haritonov | 2014-12-12 | 3 | -1/+29 |
| * | Add PyPI badge | Roman Haritonov | 2014-12-06 | 1 | -0/+4 |
| * | Add TravisCI badge to readme | Roman Haritonov | 2014-12-06 | 1 | -0/+3 |
| * | Trying to make tests compatible with Python 2.6 | Roman Haritonov | 2014-12-06 | 7 | -8/+29 |
| * | Add travis CI | Roman Haritonov | 2014-12-06 | 1 | -0/+4 |
| * | Add travis CI | Roman Haritonov | 2014-12-06 | 2 | -0/+15 |
| * | Bump version 0.4.7v0.4.7 | Roman Haritonov | 2014-12-06 | 3 | -2/+8 |
| * | Fix response history handling for requests 2.5.0 | Roman Haritonov | 2014-12-06 | 1 | -4/+18 |
| * | #31 Use kwargs in CachedSession.request() | Roman Haritonov | 2014-12-06 | 1 | -8/+2 |
| * | Bump version 0.4.6v0.4.6 | Roman Haritonov | 2014-10-13 | 3 | -16/+23 |
| * | Normalize (sort) parameters passed as builtin dict #29 | Roman Haritonov | 2014-10-13 | 2 | -5/+49 |
| * | Monkey patch should use class instead lambda #28 | Roman Haritonov | 2014-09-29 | 2 | -9/+37 |
| * | Bump version 0.4.5v0.4.5 | Roman Haritonov | 2014-08-22 | 3 | -2/+7 |
| * | Add test for #25 | Roman Haritonov | 2014-08-22 | 1 | -0/+5 |
| * | Merge pull request #25 from gwillem/release_conn_fix | Roman Haritonov | 2014-08-22 | 1 | -2/+3 |
| |\ | |||||
| | * | Add required _Store.release_conn() method | Willem de Groot | 2014-08-22 | 1 | -2/+3 |
| |/ | |||||
| * | Bump version 0.4.4v0.4.4 | Roman Haritonov | 2013-10-31 | 3 | -2/+10 |
| * | Mention httpcache and CacheControl in README.rst | Roman Haritonov | 2013-10-12 | 1 | -0/+4 |
| * | Fix #16 Remove note about enabled() context manager from docs | Roman Haritonov | 2013-10-09 | 1 | -1/+0 |
| * | Fix #15 | Roman Haritonov | 2013-10-09 | 2 | -8/+25 |
| * | bump version 0.4.3v0.4.3 | Roman Haritonov | 2013-09-12 | 3 | -2/+9 |
| * | add CONTRIBUTORS.rst | Roman Haritonov | 2013-09-12 | 2 | -1/+12 |
| * | test_attr_from_cache_in_hook for #14 | Roman Haritonov | 2013-09-12 | 1 | -0/+14 |
| * | set response.from_cache before calling hooks | Alex Morega | 2013-09-12 | 1 | -1/+1 |
| * | Bump version 0.4.2v0.4.2 | Roman Haritonov | 2013-08-25 | 3 | -2/+9 |
| * | Make raw_response picklable by leaving only known picklable attributes (#13) | Roman Haritonov | 2013-08-25 | 2 | -2/+11 |
| * | Bump version, historyv0.4.1 | Roman Haritonov | 2013-08-19 | 3 | -2/+9 |
| * | Forgive absent attributes (like 'raw') in old cache file | Roman Haritonov | 2013-08-19 | 1 | -1/+1 |
| * | Add raw attribute to pickled response for v1.2.3 compatibility | Roman Haritonov | 2013-08-19 | 1 | -1/+3 |
| * | requests_cache.enabled() context manager (#12) | Roman Haritonov | 2013-08-19 | 3 | -1/+36 |
| * | bump versionv0.4.0 | Roman Haritonov | 2013-04-25 | 3 | -3/+3 |
| * | prepare HISTORY.rst | Roman Haritonov | 2013-04-18 | 1 | -0/+7 |
| * | add missed configure() | Roman Haritonov | 2013-04-18 | 1 | -1/+2 |
| * | remove RedisPickleDict, because it's the same as RedisDict | Roman Haritonov | 2013-04-18 | 2 | -8/+2 |
| * | typo | Roman Haritonov | 2013-04-18 | 1 | -2/+2 |
| * | cleanup bases in custom dict tests | Roman Haritonov | 2013-04-18 | 2 | -26/+37 |
| * | **options for sqlite dict | Roman Haritonov | 2013-04-18 | 1 | -1/+1 |
| * | reorganize custom dicts tests | Roman Haritonov | 2013-04-18 | 4 | -219/+119 |
| * | Mock redis for readthedocs.org | Roman Haritonov | 2013-04-18 | 1 | -1/+1 |
| * | Changed docs to reflect availability of redis backend | michaelbeaumont | 2013-04-17 | 4 | -5/+19 |
| * | Added tests for redisdict.py | michaelbeaumont | 2013-04-17 | 1 | -0/+93 |
| * | Added Redis Backend | michaelbeaumont | 2013-04-17 | 3 | -0/+104 |
| * | Backward compatibility with Requests 1.1.0 | Roman Haritonov | 2013-03-31 | 1 | -0/+10 |
| * | remove print from tests | Roman Haritonov | 2013-03-31 | 1 | -2/+0 |
| * | Fix issue with new hooks dispatching | Roman Haritonov | 2013-03-31 | 2 | -1/+12 |
| * | tests for changes in Requests 1.2.0 | Roman Haritonov | 2013-03-31 | 1 | -1/+9 |
| * | Merge branch 'v1.x.x'v0.3.0 | Roman Haritonov | 2013-02-24 | 21 | -423/+532 |
| |\ | |||||
| | * | Document backward incompatible changesv1.x.x | Roman Haritonov | 2013-02-24 | 3 | -1/+24 |
| | * | Clarify README | Roman Haritonov | 2013-02-24 | 1 | -0/+6 |
