jmoiron plays the blues

#192 to johnny-cache added some code changes to check for possible issue described in #24; also added patch/unpatch aliases for enable/disable
64096bf5 to redtape initial support for custom jinja templates
ec658b69 to gevent-memcache-bench Update README.md
bdcd6087 to johnny-cache fix python2.4 support
ddc08a13 to johnny-cache protect django 1.1.4 from DB_CACHE_KEYS issues
e418007c to johnny-cache added some code changes to check for possible issue described in #24; also added patch/unpatch aliases for enable/disable
975083af to arachne add and to memcached wrapper, at a rate limiting library which uses memcached and simon willison's algorithm to do resource-based rate limiting on any string resource (domains, errors, etc).
#18 to django-selector Compatibility fix for django 1.4 - conf.urls.defaults no longer defines an __all__, so we create one explicitly.
975083af to arachne add and to memcached wrapper, at a rate limiting library which uses memcached and simon willison's algorithm to do resource-based rate limiting on any string resource (domains, errors, etc).
f4386bf5 to arachne added an OAuthGetter.partial to remove a common idiom among oauth using plugins, added http.post which is wrapped like http.get, changed header_auth to be True by default on all http oauth helpers to avoid a bug in requests
6316b13f to arachne add oauth v1.0a request/auth token handshake helper
f4386bf5 to arachne added an OAuthGetter.partial to remove a common idiom among oauth using plugins, added http.post which is wrapped like http.get, changed header_auth to be True by default on all http oauth helpers to avoid a bug in requests
397dd1c1 to arachne enable server 'proxy' mode, which allows a request coming in on an http interface for unimplemented plugins to be passed to another http interface
7622d745 to arachne import cache hit in server.py
fa7f36f7 to arachne add HTTP header caching and if-none-match/if-modified-since support to http library
6316b13f to arachne add oauth v1.0a request/auth token handshake helper
397dd1c1 to arachne enable server 'proxy' mode, which allows a request coming in on an http interface for unimplemented plugins to be passed to another http interface
7622d745 to arachne import cache hit in server.py
fa7f36f7 to arachne add HTTP header caching and if-none-match/if-modified-since support to http library
a8838df2 to arachne add a logger to arachne.server as it tries to log
a8838df2 to arachne add a logger to arachne.server as it tries to log
033f6f73 to arachne introduce the concept of http errors like 400s and 500s so that these can be thrown and dealt with without every plugin method having to catch them and throw a real error