Age | Commit message (Collapse) | Author |
|
These changes introduce some compatibility code. They don't make
wsgitools usable with Python 3.0, but they also don't break
compatibility with Python 2.5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The methods now take an optional last parameter called ident. It can
be used to bind nonces to specific uses within one NonceStore.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The check_function passed to the BasicAuthMiddleware constructur will now
receive a third parameter environ to check against additional things.
If the function does not take a third parameter the function will be
called in the old manner thus maintaining backwards compatibility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|