jmoiron plays the blues

#68 to dotfiles update some bash aliases and bashrc for pythonbrew support
94023cf4 to redtape go from hilite to pygments as a default highligter since it yields lighter documents, finish off --create-assets feature and custom templates, update readme
#192 to johnny-cache added some code changes to check for possible issue described in #24; also added patch/unpatch aliases for enable/disable
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.
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
fa7f36f7 to arachne add HTTP header caching and if-none-match/if-modified-since support to http library
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
6019d8e4 to arachne update install requirements for arachne, bump classifier to alpha stage