Age | Commit message (Expand) | Author |
2022-12-06 | wsgitools.digest: relax checking of PATH_INFO | Helmut Grohne |
2022-02-14 | switch from distutils to setuptools | Helmut Grohne |
2020-04-02 | avoid changing variable types | Helmut Grohne |
2020-04-01 | fix type mismatch in TracebackMiddleware | Helmut Grohne |
2020-04-01 | don't call secrets.compare_digest with a None value | Helmut Grohne |
2020-03-10 | release version 0.3.1wsgitools-0.3.1 | Helmut Grohne |
2020-03-09 | setup.py: stop pretending we do python2 | Helmut Grohne |
2020-03-09 | remove unnecessary pass statements | Helmut Grohne |
2020-03-09 | deprecate wsgitools.adapters | Helmut Grohne |
2019-03-10 | README: update version information to something sane | Helmut Grohne |
2019-03-10 | fix DeprecationWarnings in test.py | Helmut Grohne |
2019-03-10 | scgi.forkpool: fix SIGTERM handler in the presence of PEP475 | Helmut Grohne |
2019-03-10 | wsgitools.scgi.forkpool: improve debugging broken wsgi apps | Helmut Grohne |
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 | release version 0.3wsgitools-0.3 | 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 | fix the py3k part of RequestLogWSGIFilterTest | Helmut Grohne |
2013-06-06 | port CachingMiddlewareTest to py3k | Helmut Grohne |
2013-06-06 | Merge tag 'wsgitools-0.2.4' into py3k | Helmut Grohne |
2013-03-14 | release version 0.2.4wsgitools-0.2.4 | Helmut Grohne |
2013-03-12 | extend copyright | Helmut Grohne |
2013-03-12 | update Python versions in README | Helmut Grohne |
2013-03-11 | MANIFEST.in: include the test suite | Helmut Grohne |
2013-03-10 | forkpool: add a per-request timelimit | Helmut Grohne |
2012-11-28 | added test for CachingMiddleware | 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-02 | added RequestLogWSGIFilterTest | 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 | update python versions in README | 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 |