summaryrefslogtreecommitdiff
path: root/wsgitools/filters.py
AgeCommit message (Expand)Author
2020-04-02avoid changing variable typesHelmut Grohne
2020-03-09remove unnecessary pass statementsHelmut Grohne
2015-04-18Merge branch py3kHelmut Grohne
2014-01-06switch to new-style classes entirelyHelmut Grohne
2013-06-06fix RequestLogWSGIFilterTestHelmut Grohne
2012-06-29fix more bytes related issues not covered by test.pyHelmut Grohne
2012-06-28first part of bytes conversionHelmut Grohne
2012-06-28provide py3 style __next__ methodsHelmut Grohne
2012-06-28remove workarounds for missing next() and hashlibHelmut Grohne
2011-11-30documentation updateHelmut Grohne
2011-07-24add more assertions for types of passed parametersHelmut Grohne
2011-07-24filters.escape_string: do not consider \ printableHelmut Grohne
2010-08-31bugfix: io module from py2.6 provides incompatible StringIOHelmut Grohne
2010-06-04flush log file in RequestLogWSGIFilter by defaultHelmut Grohne
2010-05-29security fix: filters.RequestLogWSGIFilter must escape stringsHelmut Grohne
2009-06-24except ImportError in filters on importsHelmut Grohne
2009-06-24fixed RequestLogMiddleware to work at allHelmut Grohne
2009-06-23made RequestLogWSGIFilter define attrs in __init__Helmut Grohne
2009-03-29quite some changes for py3Helmut Grohne
2009-01-31GzipWSGIFilter removes Content-length header if compressingHelmut Grohne
2008-10-14added epydoc markup to doc stringsHelmut Grohne
2008-09-24RequestLogWSGIFilter can also log QUERY_STRINGHelmut Grohne
2008-09-22improve commentsHelmut Grohne
2008-09-20epydoc syntax fixes in wsgitools.filtersHelmut Grohne
2008-09-19added ReusableWSGIInputFilterHelmut Grohne
2008-07-12fix some comments and epydocify themHelmut Grohne
2008-07-09added some module docstringsHelmut Grohne
2008-04-27clarified usage of EncodeWSGIFilterHelmut Grohne
2008-04-27added flush parameter to GzipWSGIFilterHelmut Grohne
2008-03-28fixed non-fatal bugsHelmut Grohne
2008-03-27epydoc updateHelmut Grohne
2008-02-28refactored docstrings for epydocHelmut Grohne
2008-02-28avoid builtin name filter as variable in wsgitools.filtersHelmut Grohne
2007-04-21added some assertionsHelmut Grohne
2007-04-21removed trailing spacesHelmut Grohne
2007-04-21added REMOTE_USER to RequestLogWSGIFilter loggingHelmut Grohne
2007-04-20fix appen_data invocation in WSGIFilterMiddlewareHelmut Grohne
2007-04-20export GzipWSGIFilter in wsgitools.filtersHelmut Grohne
2007-04-16added GzipWSGIFilterHelmut Grohne
2007-04-15added docstringsHelmut Grohne
2007-04-14initial treeHelmut Grohne