index
:
delta/python-packages/requests-cache.git
codecov
dependabot/github_actions/snok/install-poetry-1.2
dependabot/github_actions/snok/install-poetry-1.3
dependabot/github_actions/supercharge/redis-github-action-1.4.0
dependabot/pip/attrs-21.4.0
dependabot/pip/cattrs-1.10.0
dependabot/pip/cattrs-1.9.0
dependabot/pip/coverage-6.1
dependabot/pip/coverage-6.2
dependabot/pip/furo-2021.10.9
dependabot/pip/furo-2021.11.12.1
dependabot/pip/furo-2022.1.2
dependabot/pip/myst-parser-0.16.0
dependabot/pip/nox-2022.1.7
dependabot/pip/pre-commit-2.15.0
dependabot/pip/psutil-5.9.0
dependabot/pip/pytest-xdist-2.4.0
dependabot/pip/pytest-xdist-2.5.0
dependabot/pip/pytest-xdist-3.3.0
dependabot/pip/redis-4.1.0
dependabot/pip/responses-0.14.0
dependabot/pip/responses-0.15.0
dependabot/pip/rich-10.11.0
dependabot/pip/rich-10.12.0
dependabot/pip/rich-10.13.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.13.0
dependabot/pip/sphinx-autodoc-typehints-1.14.1
dependabot/pip/sphinx-automodapi-0.14.0
dependabot/pip/sphinx-inline-tabs-2022.1.2b11
dependabot/pip/sphinx-notfound-page-0.8
dependabot/pip/ujson-4.2.0
dependabot/pip/ujson-4.3.0
dependabot/pip/ujson-5.1.0
dev
explicit-exports
history-example
lru
main
master
memcached
mongita
orm
patch-module
pre-release
v0.7
v1.x.x
wip-req-compat
github.com: reclosedev/requests-cache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
requests_cache
/
core.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure() for backward compatibility with simple scripts
Roman Haritonov
2013-02-24
1
-0
/
+4
*
use UTC time
Roman Haritonov
2013-02-02
1
-1
/
+1
*
docs
Roman Haritonov
2013-01-13
1
-0
/
+3
*
restore clear() function
Roman Haritonov
2013-01-13
1
-0
/
+6
*
fix API docs
Roman Haritonov
2013-01-13
1
-9
/
+8
*
cache_disabled() context manager for CachedSession
Roman Haritonov
2013-01-13
1
-2
/
+22
*
version in README, get_cache(), fix example
Roman Haritonov
2013-01-13
1
-2
/
+9
*
disabled() context manager. All tests are passing
Roman Haritonov
2013-01-12
1
-3
/
+21
*
uninstall_cache()
Roman Haritonov
2013-01-12
1
-1
/
+9
*
Rename configure to install_cache and add session_factory parameter
Roman Haritonov
2013-01-12
1
-6
/
+21
*
fix monkey-patching
Roman Haritonov
2013-01-12
1
-1
/
+1
*
fix instance check in CachedSession (str -> basestring)
Roman Haritonov
2013-01-12
1
-2
/
+2
*
cleanups
Roman Haritonov
2013-01-12
1
-6
/
+0
*
possibility to pass cache backend instance instead name
Roman Haritonov
2013-01-12
1
-7
/
+10
*
url -> key
Roman Haritonov
2013-01-12
1
-1
/
+1
*
move key creation to cache, add attributes to stored response
Roman Haritonov
2013-01-12
1
-21
/
+6
*
hash instead url+data, begin fixing redirects
Roman Haritonov
2013-01-12
1
-11
/
+40
*
expire_after is seconds
Roman Haritonov
2013-01-12
1
-2
/
+3
*
CachedSession without monkey patching. Backward incompatible
Roman Haritonov
2013-01-12
1
-138
/
+73
*
Update code to work with Requests 1.0.4
Alex Sinitsin
2012-12-26
1
-35
/
+22
*
Fix issue #2 POST raw data now handled correctly
Roman Haritonov
2012-05-15
1
-3
/
+5
*
Actualize docs for configure function
Roman Haritonov
2012-05-11
1
-2
/
+3
*
Add from_cache attribute for responses taken from cache
Roman Haritonov
2012-05-10
1
-0
/
+1
*
Small code cleanups and clarification about backends in documentation
Roman Haritonov
2012-05-04
1
-3
/
+6
*
Fix #2. Take into account POST-parameters
Roman Haritonov
2012-05-03
1
-3
/
+10
*
clarify docs about backend options
Roman Haritonov
2012-05-02
1
-1
/
+2
*
expire_after is now can be None for ignore
Roman
2012-04-09
1
-8
/
+9
*
Add backend_options to configure. Add persistence documentation. Fix docs
Roman
2012-04-09
1
-4
/
+6
*
requests_cache.enabled and requests_cache.disabled context managers
Roman
2012-04-09
1
-0
/
+36
*
has_url function, allowable_methods option, proper cache expiring
Roman
2012-04-09
1
-8
/
+24
*
Typos in docs. Begin user_guide.rst
Roman
2012-04-09
1
-1
/
+1
*
Some TODOs, docstrings
Roman
2012-04-08
1
-1
/
+2
*
Added README and setup.py. Added check for existence of dispatch_hook
Roman
2012-04-08
1
-4
/
+8
*
More docstrings. Added LICENSE
Roman
2012-04-08
1
-6
/
+7
*
MemoryCache now reduces and Response. More docstrings
Roman
2012-04-08
1
-1
/
+2
*
Moved tests outside package. More docstrings
Roman
2012-04-08
1
-1
/
+15
*
Patch Request.send instead Session.request. Added support for async code and ...
Roman
2012-04-08
1
-21
/
+33
*
initial commit
Roman
2012-04-08
1
-0
/
+69