| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* Remove unused imports
* Remove unused variables
|
| |
|
|
|
|
| |
* md5() and hmac expects bytes: on Python 3, encode text to utf-8
* Don't compare None with int
* HTTP body must be bytes
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Use "try/except ImportError" to try Python 2 and Python 3 names.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
__call__ now always returns a string value
- renamed resolve to values in HTTPHeader to better
reflect the public-interface for this (esp for multi-entry headers)
- a few bugs in mult-entry headers
- added common CGI headers to httpheaders; I know they don't
really belong here, but error checking is nice
- updated auth.digest and auth.basic to use httpheaders
(this is what prompted the above changes)
- added WWW_AUTHENTICATe header which will build a response to
a digest challenge
- fixed capitalization error in fileapp and added corresponding test
|
| | |
|
| | |
|
|
|
with trunk
|