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
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
2
-2
/
+2
*
cleanup
Roman Haritonov
2013-02-02
1
-4
/
+2
*
docs
Roman Haritonov
2013-01-13
1
-0
/
+3
*
restore clear() function
Roman Haritonov
2013-01-13
2
-1
/
+7
*
fix API docs
Roman Haritonov
2013-01-13
1
-9
/
+8
*
Fix create_key() for Py3
Roman Haritonov
2013-01-13
1
-4
/
+17
*
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
2
-3
/
+10
*
disabled() context manager. All tests are passing
Roman Haritonov
2013-01-12
2
-4
/
+22
*
uninstall_cache()
Roman Haritonov
2013-01-12
2
-2
/
+10
*
Rename configure to install_cache and add session_factory parameter
Roman Haritonov
2013-01-12
2
-8
/
+23
*
fix monkey-patching
Roman Haritonov
2013-01-12
1
-1
/
+1
*
missed package in setup.py, bump version
Roman Haritonov
2013-01-12
1
-1
/
+1
*
has_url() and delete_url() methods
Roman Haritonov
2013-01-12
1
-1
/
+17
*
move storage implementations to package
Roman Haritonov
2013-01-12
5
-76
/
+76
*
fix instance check in CachedSession (str -> basestring)
Roman Haritonov
2013-01-12
1
-2
/
+2
*
response.history is tuple in Requests 1.x.x
Roman Haritonov
2013-01-12
1
-2
/
+2
*
clarify usage of key_mapping
Roman Haritonov
2013-01-12
1
-8
/
+12
*
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
4
-24
/
+22
*
fix delete(key)
Roman Haritonov
2013-01-12
1
-1
/
+1
*
move key creation to cache, add attributes to stored response
Roman Haritonov
2013-01-12
2
-22
/
+16
*
hash instead url+data, begin fixing redirects
Roman Haritonov
2013-01-12
2
-25
/
+55
*
expire_after is seconds
Roman Haritonov
2013-01-12
1
-2
/
+3
*
CachedSession without monkey patching. Backward incompatible
Roman Haritonov
2013-01-12
2
-140
/
+74
*
Merge branch 'master' of https://github.com/meowcoder/requests-cache into v1.0.0
Roman Haritonov
2013-01-12
1
-35
/
+22
|
\
|
*
Update code to work with Requests 1.0.4
Alex Sinitsin
2012-12-26
1
-35
/
+22
*
|
v0.2.0
v0.2.0
Roman Haritonov
2013-01-12
1
-1
/
+1
|
/
*
Make sqlite3 optional for Heroku support. Thanks to @nathancahill
Roman Haritonov
2012-09-09
1
-2
/
+9
*
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
*
Use relative imports
Roman Haritonov
2012-05-11
4
-8
/
+8
*
Add from_cache attribute for responses taken from cache
Roman Haritonov
2012-05-10
1
-0
/
+1
*
Extension of sqlite database filename is now configurable
Roman Haritonov
2012-05-06
2
-4
/
+6
*
Bump version and add info to changelog
v0.1.3
Roman Haritonov
2012-05-04
1
-1
/
+1
*
Small code cleanups and clarification about backends in documentation
Roman Haritonov
2012-05-04
2
-17
/
+24
*
clear some TODOs
Roman Haritonov
2012-05-04
1
-1
/
+1
*
can_commit now is a simple attribute not property
Roman Haritonov
2012-05-04
1
-14
/
+10
*
Remove reusable_dict parameter because of new connection logic
Roman Haritonov
2012-05-04
2
-13
/
+5
*
if not self._pending_connection -> if self._pending_connection is None
Roman Haritonov
2012-05-04
1
-1
/
+1
*
Add lock to support insert operations from multiple threads
Roman Haritonov
2012-05-04
1
-18
/
+25
*
Possible solution for #3. Reopen connections for almost each operation
Roman Haritonov
2012-05-04
1
-23
/
+54
*
Fix #2. Take into account POST-parameters
Roman Haritonov
2012-05-03
1
-3
/
+10
*
bump version, update changelog
Roman Haritonov
2012-05-02
1
-1
/
+1
*
clarify docs about backend options
Roman Haritonov
2012-05-02
3
-3
/
+5
*
add fast_save option to DbCache backend
Roman Haritonov
2012-05-02
1
-2
/
+4
*
add fast_save option to DbDict (PRAGMA synchronous = 0;)
Roman Haritonov
2012-05-02
1
-2
/
+6
*
quote table name in queries
Roman Haritonov
2012-05-02
1
-135
/
+136
[next]