Age | Commit message (Expand) | Author |
2019-01-17 | ContentLengthMiddleware: don't duplicate the header | Helmut Grohne |
2018-12-27 | fix ContentLengthMiddleware(..., maxstore=()) on Py3k | Helmut Grohne |
2018-02-25 | update WSGI 2.0 reference | Helmut Grohne |
2017-03-26 | scgi.asynchronous: fix wrong assertion on py3k | Helmut Grohne |
2017-03-26 | use secrets.compare_digest when available | Helmut Grohne |
2017-03-26 | port wsgitools.digest to use the new secrets module | Helmut Grohne |
2015-04-18 | Merge branch py3k | Helmut Grohne |
2014-01-06 | switch to new-style classes entirely | Helmut Grohne |
2013-12-09 | fix possible uncaught ValueError from scgi servers | Helmut Grohne |
2013-06-06 | fix RequestLogWSGIFilterTest | Helmut Grohne |
2013-06-06 | Merge tag 'wsgitools-0.2.4' into py3k | Helmut Grohne |
2013-03-10 | forkpool: add a per-request timelimit | Helmut Grohne |
2012-11-01 | scgi.forkpool: implement RLIMIT_CPU | Helmut Grohne |
2012-11-01 | scgi.forkpool: fixed wrong assertion | Helmut Grohne |
2012-11-01 | scgi.forkpool: similarly drop the error attribute | Helmut Grohne |
2012-11-01 | scgi.forkpool: reduce instance attributes | Helmut Grohne |
2012-07-01 | make HtdigestTokenGenerator work with py3k | Helmut Grohne |
2012-07-01 | make StaticFile work with py3k | Helmut Grohne |
2012-06-29 | fix more bytes related issues not covered by test.py | Helmut Grohne |
2012-06-29 | fix hashlib, base64 and other bytes issues | Helmut Grohne |
2012-06-29 | make scgi.forkpool work with py3k | Helmut Grohne |
2012-06-29 | scgi.asynchronous: move {en,de}coding to internal module | Helmut Grohne |
2012-06-28 | make scgi.asynchronous work with py3 | Helmut Grohne |
2012-06-28 | first part of bytes conversion | Helmut Grohne |
2012-06-28 | provide py3 style __next__ methods | Helmut Grohne |
2012-06-28 | remove workarounds for missing next() and hashlib | Helmut Grohne |
2012-06-28 | drop support for python2.5, use except ... as ... | Helmut Grohne |
2012-06-24 | fix comment in wsgitools.digest | Helmut Grohne |
2012-03-17 | sendfile support | Helmut Grohne |
2012-03-17 | set __all__ in scgi.forkpool | Helmut Grohne |
2012-03-17 | deduplicate scgi.{asynchronous,forkpool} | Helmut Grohne |
2012-03-15 | raise exc_info stuff properly | Helmut Grohne |
2012-03-15 | middlewares: support multiple start_response calls | Helmut Grohne |
2012-03-15 | fix failing NoWriteCallableMiddleware test | Helmut Grohne |
2011-12-06 | drop useless tail recursion param from parse_digest_response | Helmut Grohne |
2011-12-01 | respect RFC2617 in terms of what is quoted | Helmut Grohne |
2011-11-30 | documentation update | Helmut Grohne |
2011-11-30 | Merge branch 'authrefactor' | Helmut Grohne |
2011-11-30 | shrink AuthenticationMiddleware.authenticate interface | Helmut Grohne |
2011-11-28 | added format_digest | Helmut Grohne |
2011-11-28 | rewrite parse_digest_response for escapes | Helmut Grohne |
2011-11-28 | digest: generate Authentication-Info before invoking app | Helmut Grohne |
2011-11-27 | added new base class AuthenticationMiddleware | Helmut Grohne |
2011-11-26 | broaden AuthDigestMiddleware.authorization_required | Helmut Grohne |
2011-11-02 | improved extensibility of error handling in digest.py | Helmut Grohne |
2011-11-01 | digest: support gentoken without algo | Helmut Grohne |
2011-08-19 | scgi: support reusing a listen socket | Helmut Grohne |
2011-07-25 | fixed epydoc markup errors in digest module | Helmut Grohne |
2011-07-25 | added more nonce store test cases to digest module | Helmut Grohne |
2011-07-24 | add more assertions for types of passed parameters | Helmut Grohne |