summaryrefslogtreecommitdiff
path: root/wsgitools
AgeCommit message (Expand)Author
2019-03-10scgi.forkpool: fix SIGTERM handler in the presence of PEP475Helmut Grohne
2019-03-10wsgitools.scgi.forkpool: improve debugging broken wsgi appsHelmut Grohne
2019-01-17ContentLengthMiddleware: don't duplicate the headerHelmut Grohne
2018-12-27fix ContentLengthMiddleware(..., maxstore=()) on Py3kHelmut Grohne
2018-02-25update WSGI 2.0 referenceHelmut Grohne
2017-03-26scgi.asynchronous: fix wrong assertion on py3kHelmut Grohne
2017-03-26use secrets.compare_digest when availableHelmut Grohne
2017-03-26port wsgitools.digest to use the new secrets moduleHelmut Grohne
2015-04-18Merge branch py3kHelmut Grohne
2014-01-06switch to new-style classes entirelyHelmut Grohne
2013-12-09fix possible uncaught ValueError from scgi serversHelmut Grohne
2013-06-06fix RequestLogWSGIFilterTestHelmut Grohne
2013-06-06Merge tag 'wsgitools-0.2.4' into py3kHelmut Grohne
2013-03-10forkpool: add a per-request timelimitHelmut Grohne
2012-11-01scgi.forkpool: implement RLIMIT_CPUHelmut Grohne
2012-11-01scgi.forkpool: fixed wrong assertionHelmut Grohne
2012-11-01scgi.forkpool: similarly drop the error attributeHelmut Grohne
2012-11-01scgi.forkpool: reduce instance attributesHelmut Grohne
2012-07-01make HtdigestTokenGenerator work with py3kHelmut Grohne
2012-07-01make StaticFile work with py3kHelmut 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-29make scgi.forkpool work with py3kHelmut Grohne
2012-06-29scgi.asynchronous: move {en,de}coding to internal moduleHelmut Grohne
2012-06-28make scgi.asynchronous work with py3Helmut 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
2012-06-28drop support for python2.5, use except ... as ...Helmut Grohne
2012-06-24fix comment in wsgitools.digestHelmut Grohne
2012-03-17sendfile supportHelmut Grohne
2012-03-17set __all__ in scgi.forkpoolHelmut Grohne
2012-03-17deduplicate scgi.{asynchronous,forkpool}Helmut 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-12-06drop useless tail recursion param from parse_digest_responseHelmut Grohne
2011-12-01respect RFC2617 in terms of what is quotedHelmut Grohne
2011-11-30documentation updateHelmut Grohne
2011-11-30Merge branch 'authrefactor'Helmut Grohne
2011-11-30shrink AuthenticationMiddleware.authenticate interfaceHelmut Grohne
2011-11-28added format_digestHelmut Grohne
2011-11-28rewrite parse_digest_response for escapesHelmut Grohne
2011-11-28digest: generate Authentication-Info before invoking appHelmut Grohne
2011-11-27added new base class AuthenticationMiddlewareHelmut Grohne
2011-11-26broaden AuthDigestMiddleware.authorization_requiredHelmut Grohne
2011-11-02improved extensibility of error handling in digest.pyHelmut Grohne
2011-11-01digest: support gentoken without algoHelmut Grohne
2011-08-19scgi: support reusing a listen socketHelmut Grohne
2011-07-25fixed epydoc markup errors in digest moduleHelmut Grohne