summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-26extended README by supported python versionsHelmut Grohne
2009-06-24fixed an epydoc comment in digestHelmut Grohne
2009-06-24added doctest for DBAPI2NonceStoreHelmut Grohne
2009-06-24added dbapi2 (sql) backed noncestore! yeah :-)Helmut Grohne
2009-06-24except ImportError in filters on importsHelmut Grohne
2009-06-24documented potential overflow in digestHelmut Grohne
2009-06-24auth_response should not return ValueError in digestHelmut Grohne
2009-06-24fixed RequestLogMiddleware to work at allHelmut Grohne
2009-06-23made RequestLogWSGIFilter define attrs in __init__Helmut Grohne
2009-03-29improve digest module (killed isnonce method)Helmut Grohne
2009-03-29get rid of old builtin longHelmut Grohne
2009-03-29quite some changes for py3Helmut Grohne
2009-03-29make digest.gen_rand_str forward compatible (py3)Helmut Grohne
2009-02-27except binascii.Error instead of Exception in middlewaresHelmut Grohne
2009-02-27extract common code to gen_rand_str in digestHelmut Grohne
2009-02-27added more doctests for digest moduleHelmut Grohne
2009-02-27fixed bug in digest.MemoryNonceStore.checknonceHelmut Grohne
2009-02-26made scgi.forkpool wsgi compliant in handling exc_infoHelmut Grohne
2009-02-01wsgi compliance: scgi.asynchronous no longer holds dataHelmut Grohne
2009-02-01added config parameter (for environ) to scgi.forkpoolHelmut Grohne
2009-02-01added config parameter (for environ) to scgi.asynchronousHelmut Grohne
2009-01-31GzipWSGIFilter removes Content-length header if compressingHelmut Grohne
2009-01-31StaticFile uses wsgi.file_wrapper from environ if possibleHelmut Grohne
2008-10-14added some kind of main documentationHelmut Grohne
2008-10-14update docstring: DigestAuth now partly works with forkpoolHelmut Grohne
2008-10-14small digest cleanupHelmut Grohne
2008-10-14extended digest.NonceStoreBase interfaceHelmut 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-22make limits in scgi.asynchronous configurableHelmut Grohne
2008-09-22added applications.StaticFileHelmut Grohne
2008-09-22applications.StaticContent: fail on bad requestHelmut Grohne
2008-09-22improve digest.NonceStoreBase.checknonce interfaceHelmut Grohne
2008-09-22added a description to scgi.forkpoolHelmut Grohne
2008-09-22added MANIFEST.in (for setup.py) and updated copyrightHelmut Grohne
2008-09-21digest: create a generic nonce storage interfaceHelmut Grohne
2008-09-20added some examples/doctests for digest.parse_digest_responseHelmut Grohne
2008-09-20epydoc syntax fixes in wsgitools.filtersHelmut Grohne
2008-09-19added ReusableWSGIInputFilterHelmut 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-12optimize adapter to not mangle data when unnecessaryHelmut Grohne
2008-07-12fix adapters (returned wrong value)Helmut Grohne
2008-07-09added some module docstringsHelmut Grohne
2008-07-09speed up receiving data in forkpoolHelmut Grohne
2008-07-09check for whether environ contains CONTENT_LENGTHHelmut Grohne