summaryrefslogtreecommitdiff
path: root/paste/util
Commit message (Expand)AuthorAgeFilesLines
* - Space Nazicce2006-03-091-1/+2
* Implementation of a multidictIan Bicking2006-03-091-0/+187
* Provide top-level ip2int functionIan Bicking2006-03-031-28/+31
* Added a no-quoting quoterIan Bicking2006-01-221-0/+6
* new version from upstream, plus some python2.3 fixesIan Bicking2006-01-222-6/+9
* New versions of files received from upstream author.Ian Bicking2006-01-212-78/+79
* Added middleware for reading mod_auth_tkt-style signed cookies (paste.auth.au...Ian Bicking2006-01-182-0/+777
* Typo; fixed #54 (no QUERY_STRING or QUERY_STRING on PATH_INFO)Ian Bicking2006-01-121-1/+1
* - add support for 'dd-mon-yyyy' date formatcce2006-01-091-2/+5
* moving httpserver from util sub-package up a levelcce2006-01-091-373/+0
* - better error checking in parse_datetimecce2006-01-081-45/+32
* - making timedate parser throw more exceptions on errorscce2006-01-081-52/+39
* - converted timedelta normalization to be fractions of hourscce2006-01-081-50/+69
* - added some nicer datetime parsing codecce2006-01-081-0/+356
* Added a little argument to profile.profile_decorator, to allow conditional pr...Ian Bicking2006-01-071-0/+15
* Added docstrings to some modulesIan Bicking2006-01-041-3/+2
* (no commit message)cce2006-01-021-3/+2
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-1/+4
* (no commit message)cce2005-12-301-1/+1
* - added option to not start the server loop to httpserver.servecce2005-12-301-6/+7
* - forgot to remove debugging infocce2005-12-291-1/+4
* - wrappers are not the way to go, will be doing some changescce2005-12-271-113/+0
* - added normalize_headers to paste.httpheaders which sorts a setcce2005-12-261-10/+46
* - making HTTPHeader not be a string object so that it isn'tcce2005-12-261-18/+3
* - made paste.util.wrapper.EnvironWrapper stateless (and not a dict)cce2005-12-261-13/+28
* - adding environ wrapper to paste.utilcce2005-12-261-0/+77
* - added Range: functionality to FileAppcce2005-12-251-6/+10
* - got rid of unnecessary trailing spaces in httpexceptionscce2005-12-231-2/+60
* Copied over scgiserver from an old tag, so Titus can do some work on itIan Bicking2005-12-231-0/+148
* - removed unnecessary spaces in several filescce2005-12-221-1/+2
* - simply punt socket errors; don't even log themcce2005-12-191-4/+6
* removing unnecessary paste.exception stuff from httpservercce2005-12-191-9/+1
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-182-3/+7
* - removed super() usage in httpserver and just copied the codecce2005-12-171-1/+2
* added stuff for HTTP/1.1 compliance to httpservercce2005-12-151-0/+16
* removing extra spacescce2005-12-151-16/+16
* removing unnecessary error loggingcce2005-12-151-1/+5
* expose protocol_version on serve() functioncce2005-12-151-3/+7
* moving things around in httpserver, inconsequentialcce2005-12-151-8/+10
* updated to use repr() when reporting unhandled exceptions; made it possible t...cce2005-12-151-6/+19
* (no commit message)cce2005-12-141-1/+0
* Adding SSL functionality to util.httpservercce2005-12-141-9/+99
* - renamed util/baseserver.py to util/httpserver.pycce2005-12-141-48/+88
* Merged changes from cce branch (r3727:HEAD/4008); the branch is now in sync w...Ian Bicking2005-12-132-1/+136
* But with package data subdirectories that contain __init__.py but aren't actu...Ian Bicking2005-12-091-1/+2
* Use pywin32 in pre-2.4 Windows python's, per ticket #34Ian Bicking2005-12-011-1/+5
* Bunch of minor changes suggested by pyflakesIan Bicking2005-11-141-1/+1
* Keep docstring in classinstancemethodIan Bicking2005-11-141-0/+1
* Patch from Paul Clifford for py2.3 compatibilityIan Bicking2005-11-141-0/+1149
* get rid of tracebacks printed, when we want to catch and ignore the traceback...Ian Bicking2005-11-051-1/+1