summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28update python versions in READMEHelmut 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-15added a test for GzipWSGIFilterHelmut Grohne
2012-03-15raise exc_info stuff properlyHelmut Grohne
2012-03-15middlewares: support multiple start_response callsHelmut Grohne
2012-03-15added another NoWriteCallableMiddleware testHelmut Grohne
2012-03-15fix failing NoWriteCallableMiddleware testHelmut Grohne
2012-03-15added failing test for NoWriteCallableMiddlewareHelmut Grohne
2011-12-06bumped version to 0.2.3wsgitools-0.2.3Helmut 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-02added digest auth test with qop=authHelmut 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
2011-07-25added more nonce store test cases to digest moduleHelmut Grohne
2011-07-24add more assertions for types of passed parametersHelmut Grohne
2011-07-24filters.escape_string: do not consider \ printableHelmut Grohne
2011-07-24removed execute bit from wsgitools/digest.pyHelmut Grohne
2011-07-22BasicAuthMiddleware docstring: mention REMOTE_USERHelmut Grohne
2011-07-18adapt exc_info handling for python 3Helmut Grohne
2011-06-08more testcasesHelmut Grohne
2011-06-08added test cases for BasicAuthMiddlewareHelmut Grohne
2011-06-02test.py: exit non-zero on failureHelmut Grohne
2011-06-01reworked digest.AuthTokenGeneratorHelmut Grohne
2011-06-01improved doc string for middlewares.ContentLengthMiddlewareHelmut Grohne
2011-06-01added test case for middlewares.ContentLengthMiddlewareHelmut Grohne
2011-06-01added a test case for applications.StaticFileHelmut Grohne
2011-06-01test.py: improved header checkHelmut Grohne
2011-06-01README: installation and test suite instructionsHelmut Grohne
2011-06-01include epydoc.conf in MANIFEST.inHelmut Grohne
2011-01-12DictAuthChecker.__call__ should take an environwsgitools-0.2.2Helmut Grohne