summaryrefslogtreecommitdiff
path: root/pymemcache/fallback.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove six dependency and run pyupgradeJoe Gordon2021-07-201-1/+1
| | | | | | | Now that we don't require Python 2 support no need for six. Code upgraded with pyupgrade and manual fixes to remove remaining six usage.
* Fix typo discovered by codespellChristian Clauss2020-08-211-1/+1
|
* Flake8/pep8 the codeJohn Anderson2015-06-191-0/+1
|
* Adding license information and external linksCharles Gordon2012-10-311-0/+14
|
* Fixing documentation, adding initial FallbackClient implCharles Gordon2012-10-221-0/+108