Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
maxking
/
python-diskcache
Public
forked from
grantjenks/python-diskcache
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-diskcache
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 22, 2021
Flake8 fixes (mostly removing useless module imports)
grantjenks
committed
99f0ca2
View commit details
Copy full SHA for 99f0ca2
View code at this point
Browse repository at this point
Make imports consistent with isort
grantjenks
committed
3b87dde
View commit details
Copy full SHA for 3b87dde
View code at this point
Browse repository at this point
I blue it
grantjenks
committed
2ed7787
View commit details
Copy full SHA for 2ed7787
View code at this point
Browse repository at this point
Rewrite k/v store benchmarking to avoid IPython "magic" syntax
grantjenks
committed
8d2009a
View commit details
Copy full SHA for 8d2009a
View code at this point
Browse repository at this point
Commits on Nov 9, 2020
Use no hardcoded /tmp/diskcache/... paths in tests
grantjenks
committed
40ce0de
View commit details
Copy full SHA for 40ce0de
View code at this point
Browse repository at this point
Commits on Aug 23, 2020
Update tests for Python 3
grantjenks
committed
a1bfadd
View commit details
Copy full SHA for a1bfadd
View code at this point
Browse repository at this point
Remove nose references
grantjenks
committed
82b45e8
View commit details
Copy full SHA for 82b45e8
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Use unittest.mock in tests
grantjenks
committed
1794c74
View commit details
Copy full SHA for 1794c74
View code at this point
Browse repository at this point
tests: Use unittest.mock over external mock (#144)
Show description for e8f9659
mgorny
and
grantjenks
authored
e8f9659
View commit details
Copy full SHA for e8f9659
View code at this point
Browse repository at this point
Update DjangoCache tests for Django 2.2
grantjenks
committed
8130ebc
View commit details
Copy full SHA for 8130ebc
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Provide JSONDisk with diskcache (#124)
zsimic
authored and
grantjenks
committed
9cfe5df
View commit details
Copy full SHA for 9cfe5df
View code at this point
Browse repository at this point
Commits on Jun 20, 2019
Update benchmarks for v4
grantjenks
committed
291a1cf
View commit details
Copy full SHA for 291a1cf
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Add test cases for recipes
grantjenks
committed
13a5922
View commit details
Copy full SHA for 13a5922
View code at this point
Browse repository at this point
Rename test_early_recompute.py to plot_early_recompute.py
grantjenks
committed
0bf521c
View commit details
Copy full SHA for 0bf521c
View code at this point
Browse repository at this point
Add tests for Index and Deque coverage
grantjenks
committed
892b53e
View commit details
Copy full SHA for 892b53e
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
Update tutorial doctests to work on Python 2/3
grantjenks
committed
8701cf9
View commit details
Copy full SHA for 8701cf9
View code at this point
Browse repository at this point
Fix recipes doctest for Python 2 support: get_ident and ThreadPool
grantjenks
committed
bce5a77
View commit details
Copy full SHA for bce5a77
View code at this point
Browse repository at this point
Update DjangoCache tests with touch() test cases
grantjenks
committed
56927b5
View commit details
Copy full SHA for 56927b5
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Add Comparison with related projects
grantjenks
committed
024c4d9
View commit details
Copy full SHA for 024c4d9
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
Add fixes and graphs for landing page caching case study
grantjenks
committed
0e63f94
View commit details
Copy full SHA for 0e63f94
View code at this point
Browse repository at this point
Fixes for memoizing
grantjenks
committed
1f9731c
View commit details
Copy full SHA for 1f9731c
View code at this point
Browse repository at this point
Remove early recomputation and move into core.Cache
grantjenks
committed
5caa8fd
View commit details
Copy full SHA for 5caa8fd
View code at this point
Browse repository at this point
Add changes for threaded recomputation
grantjenks
committed
c6703b6
View commit details
Copy full SHA for c6703b6
View code at this point
Browse repository at this point
Add changes for threaded recomputation
grantjenks
committed
8c77394
View commit details
Copy full SHA for 8c77394
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
Test fixes for Python 2.7
grantjenks
committed
9f5232c
View commit details
Copy full SHA for 9f5232c
View code at this point
Browse repository at this point
Change expirations in tests from 0 to 1e-9
grantjenks
committed
b482ea1
View commit details
Copy full SHA for b482ea1
View code at this point
Browse repository at this point
Commits on Apr 20, 2019
Measure FanoutCache performance for Issue #109
grantjenks
committed
65b648e
View commit details
Copy full SHA for 65b648e
View code at this point
Browse repository at this point
Commits on Apr 19, 2019
Add benchmarking script from issue 109
grantjenks
committed
78977bf
View commit details
Copy full SHA for 78977bf
View code at this point
Browse repository at this point
Commits on Apr 9, 2019
Add script for testing early recomputation
grantjenks
committed
ce44c40
View commit details
Copy full SHA for ce44c40
View code at this point
Browse repository at this point
Commits on Apr 3, 2019
Update caches and tests for automatic directory creation
grantjenks
committed
645ddfc
View commit details
Copy full SHA for 645ddfc
View code at this point
Browse repository at this point
Add tests for coverage
grantjenks
committed
a1619c0
View commit details
Copy full SHA for a1619c0
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
Add sub-cache method to DjangoCache and FanoutCache
grantjenks
committed
a902c66
View commit details
Copy full SHA for a902c66
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
Pylint fixes
grantjenks
committed
2649ac9
View commit details
Copy full SHA for 2649ac9
View code at this point
Browse repository at this point
Add Cache.touch, FanoutCache.touch, and DjangoCache.touch with tests
grantjenks
committed
9820c70
View commit details
Copy full SHA for 9820c70
View code at this point
Browse repository at this point
Commits on Mar 22, 2019
Remove test_indexerror_islice
grantjenks
committed
a81c393
View commit details
Copy full SHA for a81c393
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.