summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-18add testcase for scgi.forkpoolHelmut Grohne
2023-06-18add testcase for scgi.asynchronous and fix reusesocketHelmut Grohne
2023-06-18reraise py3 exceptions as advised in pep3333Helmut Grohne
2023-06-18CachingMiddleware: avoid using a heterogeneous list for the cached requestHelmut Grohne
2023-06-17scgi.asynchronous: remove unused address argument and attributeHelmut Grohne
2022-12-06add a pyproject.tomlHelmut Grohne
2022-12-06wsgitools.digest: relax checking of PATH_INFOHelmut Grohne
2022-02-14switch from distutils to setuptoolsHelmut Grohne
2020-04-02avoid changing variable typesHelmut Grohne
2020-04-01fix type mismatch in TracebackMiddlewareHelmut Grohne
2020-04-01don't call secrets.compare_digest with a None valueHelmut Grohne
2020-03-10release version 0.3.1wsgitools-0.3.1Helmut Grohne
2020-03-09setup.py: stop pretending we do python2Helmut Grohne
2020-03-09remove unnecessary pass statementsHelmut Grohne
2020-03-09deprecate wsgitools.adaptersHelmut Grohne
2019-03-10README: update version information to something saneHelmut Grohne
2019-03-10fix DeprecationWarnings in test.pyHelmut Grohne
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-18release version 0.3wsgitools-0.3Helmut 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-06fix the py3k part of RequestLogWSGIFilterTestHelmut Grohne
2013-06-06port CachingMiddlewareTest to py3kHelmut Grohne
2013-06-06Merge tag 'wsgitools-0.2.4' into py3kHelmut Grohne
2013-03-14release version 0.2.4wsgitools-0.2.4Helmut Grohne
2013-03-12extend copyrightHelmut Grohne
2013-03-12update Python versions in READMEHelmut Grohne
2013-03-11MANIFEST.in: include the test suiteHelmut Grohne
2013-03-10forkpool: add a per-request timelimitHelmut Grohne
2012-11-28added test for CachingMiddlewareHelmut 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-02added RequestLogWSGIFilterTestHelmut 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