summaryrefslogtreecommitdiff
path: root/wsgitools/middlewares.py
AgeCommit message (Expand)Author
2023-06-18reraise py3 exceptions as advised in pep3333Helmut Grohne
2023-06-18CachingMiddleware: avoid using a heterogeneous list for the cached requestHelmut Grohne
2020-04-02avoid changing variable typesHelmut Grohne
2020-04-01fix type mismatch in TracebackMiddlewareHelmut Grohne
2019-01-17ContentLengthMiddleware: don't duplicate the headerHelmut Grohne
2018-12-27fix ContentLengthMiddleware(..., maxstore=()) on Py3kHelmut Grohne
2015-04-18Merge branch py3kHelmut Grohne
2014-01-06switch to new-style classes entirelyHelmut Grohne
2012-06-29fix more bytes related issues not covered by test.pyHelmut Grohne
2012-06-29fix hashlib, base64 and other bytes issuesHelmut Grohne
2012-06-28first part of bytes conversionHelmut Grohne
2012-06-28remove workarounds for missing next() and hashlibHelmut Grohne
2012-03-15raise exc_info stuff properlyHelmut Grohne
2012-03-15middlewares: support multiple start_response callsHelmut Grohne
2012-03-15fix failing NoWriteCallableMiddleware testHelmut Grohne
2011-11-30shrink AuthenticationMiddleware.authenticate interfaceHelmut Grohne
2011-11-27added new base class AuthenticationMiddlewareHelmut Grohne
2011-07-22BasicAuthMiddleware docstring: mention REMOTE_USERHelmut Grohne
2011-06-01improved doc string for middlewares.ContentLengthMiddlewareHelmut Grohne
2011-01-12DictAuthChecker.__call__ should take an environwsgitools-0.2.2Helmut Grohne
2011-01-12bug fix for StaticContent and CachingMiddlewareHelmut Grohne
2010-09-04added note about ContentLengthMiddleware's wsgi conformanceHelmut Grohne
2010-09-04CachingMiddleware: automatic cache pruning implementedHelmut Grohne
2010-09-04middlewares.CachingMiddleware: include request method in keyHelmut Grohne
2010-08-31bugfix: io module from py2.6 provides incompatible StringIOHelmut Grohne
2009-03-29quite some changes for py3Helmut Grohne
2009-02-27except binascii.Error instead of Exception in middlewaresHelmut Grohne
2008-10-14added epydoc markup to doc stringsHelmut Grohne
2008-09-22improve commentsHelmut Grohne
2008-09-10change BasicAuthMiddleware againHelmut Grohne
2008-09-09made error page for BasicAuthMiddleware configurableHelmut Grohne
2008-09-09update BasicAuthMiddleware docs to reflect api changeHelmut Grohne
2008-07-12fix some comments and epydocify themHelmut Grohne
2008-07-12refactor middlewares.NoWriteCallableMiddlewareHelmut Grohne
2008-07-08add environ param to check_function in middlewares.BasicAuthMiddlewareHelmut Grohne
2008-03-29fix middleware start_reponse to accept only two parametersHelmut Grohne
2008-03-28fixed non-fatal bugsHelmut Grohne
2008-03-27epydoc updateHelmut Grohne
2008-02-28refactored docstrings for epydocHelmut Grohne
2007-04-21added some assertionsHelmut Grohne
2007-04-21fixed NoWriteCallableMiddleware with exc_info !Helmut Grohne
2007-04-20added better support for HEADHelmut Grohne
2007-04-15added docstringsHelmut Grohne
2007-04-15don't except: when knowing whats thrownHelmut Grohne
2007-04-15TracebackMiddleware catches more exceptionsHelmut Grohne
2007-04-15fixed indenting with tabsHelmut Grohne
2007-04-14added TracebackMiddlewareHelmut Grohne
2007-04-14initial treeHelmut Grohne