| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up.
|
| |
|
|
|
|
| |
header was changed
o defaulting the WSGIResponse charset to iso-8859-1 as per RFC2616
o fixed HeaderDict's get and setdefault to be case insensitive
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
in wsgiwrappers.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
marked deprecated modules so they don't show up in the module index that Pudge creates
|
| |
|
|
|
|
|
|
|
|
| |
of outgoing headers and capitalizes them to exactly match the RFC
for extremely dumb user agents (which exist... unfortunately)
that don't do case-insensitive matches and assume Camel-Case
- added ResponseHeaderWrapper to use python properties to
access headers which don't use multiple-entities (like Set-Cookie)
- updated comment to header_value to explain why , separator
works in most cases (but not all)
|
| |
|
|
|
|
|
|
| |
- added if-modified-since logic to fileapp.py
- added helper to mark file/data as cached in fileapp.py
- added starter regression test for fileapp.py
note: if-modified-since is still slighly broken due to timezone issues
(it isn't consistenly keeping gmtime and localtime)
|
| |
|
|
| |
- added DataApp to paste.fileapp
|
| | |
|
|
|
haven't actually been removed yet, though). Split response and fileapp from wsgilib. Some portions of wsgilib may still move to response module, this is just the first cut
|