relstorage/relstorage/cache
Jason Madden db12477bc3
Update to Pylint 1.7
Fixes #181

Mostly a few changes in pragmas. There are also a few actual code
changes:

- remove reduntant `else return` after `if return`
- Change some `x = foo and bar or baz` into equivalent `bar if foo
  else baz` forms.
2017-06-22 10:27:27 -05:00
..
tests Update to Pylint 1.7 2017-06-22 10:27:27 -05:00
__init__.py Move the remaining classes to their own modules. 2016-09-20 19:23:05 -05:00
_cache_ring_build.py Rip out the compatibility with old CFFI. 2016-09-22 17:00:29 -05:00
cache_ring.c Test on Appveyor (#145) 2016-12-11 11:06:27 -06:00
cache_ring.h `rsc_eden_add_many` failed to set sentinel values on some rejected nodes. 2016-11-29 12:12:13 -06:00
cache_ring.py Update to Pylint 1.7 2017-06-22 10:27:27 -05:00
interfaces.py Cleanup all the lint (#143) 2016-12-10 11:27:11 -06:00
local_client.py Cleanup all the lint (#143) 2016-12-10 11:27:11 -06:00
mapping.py `rsc_eden_add_many` failed to set sentinel values on some rejected nodes. 2016-11-29 12:12:13 -06:00
micro_benchmark_results.rst Traverse the full array to find items that might be valuable after a big one; don't put big ones in that won't fit. 2016-09-26 14:40:14 -05:00
persistence.py Wrap lines at 100. Fixes #166. 2017-02-09 09:59:38 -06:00
storage_cache.py Update to Pylint 1.7 2017-06-22 10:27:27 -05:00
trace.py Cleanup all the lint (#143) 2016-12-10 11:27:11 -06:00