paisley
paisley copied to clipboard
"Official" paisley branch.
Add support for accessing couchdb list functions. The results of this will not be parsed by the handler.
Python logging uses blocking APIs. Hence it must not be used in twisted code. A blocking log message can block the entire twisted event loop. Refer to: http://twistedmatrix.com/documents/10.2.0/core/howto/logging.html#auto3 Although there...
Hi! I needed to pass query string parameter to a tamporary view so I patched the tempView methods.
there is a LICENSE file referenced in the sources, which is missing. I found this license in the old repo: http://bazaar.launchpad.net/~paisley-dev/paisley/trunk/view/head:/LICENSE although MIT is specified in setup.py
The ChangeNotifier class currently assumes that it is receiving as parameter a non-bound database. If that is not the case, it fails. This patch supports both cases: bound and non-bound...