summaryrefslogtreecommitdiff
path: root/paste/translogger.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: Use six types for stringsCyril Roelandt2014-03-181-2/+3
| | | | | * Replace (str, unicode) with (six.binary_type, six.text_type) * Replace basestring with (six.binary_type, six.text_type)
* Python 3: use new names of standard library modulesCyril Roelandt2014-03-181-2/+2
| | | | Use "try/except ImportError" to try Python 2 and Python 3 names.
* Use X-Forwarded-For in translogger: ↵Ian Bicking2010-09-011-1/+6
| | | | http://trac.pythonpaste.org/pythonpaste/ticket/412 -- also news for last commits
* Save the REQUEST_METHOD when logging, in case it gets rewritten later (#241)ianb2008-03-251-3/+4
|
* use paste.util.converters instead of paste.deploy.convertersianb2007-10-101-1/+1
|
* Make wsgi the default logger name for the entry point (it was going to the ↵ianb2007-07-091-1/+1
| | | | root logger before)
* Also calculate QUERY_STRING in translogger before dispatching the requestianb2007-02-151-2/+2
|
* Figure out the request URI earlier in translogger (so later rewrites won't ↵ianb2007-02-151-3/+5
| | | | change it). Quote the path in the logs
* Add docstring for all the entry pointsianb2006-10-201-0/+2
|
* Added an Paste Deploy entry point for paste.transloggerianb2006-10-071-0/+20
|
* fixed the logged HTTP protocol, now grabbing it from HTTP_VERSION ↵pjenvey2006-06-181-1/+1
| | | | environment var
* fixed TransLogger to log to the Apache combined log format as advertisedpjenvey2006-06-181-1/+9
| | | | | submitted by: http://nate.myopenid.com/ resolves: #118
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
|
* Wrap what is now a really long lineianb2006-03-131-1/+3
|
* Added a bunch of module docstrings so the module index looks nicer; also ↵ianb2005-12-301-0/+4
| | | | marked deprecated modules so they don't show up in the module index that Pudge creates
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+0
|
* Fix form finding regexianb2005-11-181-0/+76