summaryrefslogtreecommitdiff
path: root/wsgitools/scgi
AgeCommit message (Expand)Author
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-06Merge tag 'wsgitools-0.2.4' into py3kHelmut Grohne
2013-03-10forkpool: add a per-request timelimitHelmut 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-06-29make scgi.forkpool work with py3kHelmut Grohne
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-28provide py3 style __next__ methodsHelmut Grohne
2012-06-28drop support for python2.5, use except ... as ...Helmut Grohne
2012-03-17sendfile supportHelmut Grohne
2012-03-17set __all__ in scgi.forkpoolHelmut Grohne
2012-03-17deduplicate scgi.{asynchronous,forkpool}Helmut Grohne
2011-11-30documentation updateHelmut Grohne
2011-08-19scgi: support reusing a listen socketHelmut Grohne
2011-07-18adapt exc_info handling for python 3Helmut Grohne
2011-01-12scgi.asynchronous catches more errors nowHelmut Grohne
2010-08-31bugfix: io module from py2.6 provides incompatible StringIOHelmut Grohne
2010-05-25bugfix: endless loop for closed connection in scgi.forkpoolHelmut Grohne
2009-10-25observed SocketFileWrapper bug fixedHelmut Grohne
2009-10-25more SocketFileWrapper (forkpool) bugsHelmut Grohne
2009-10-25SocketFileWrapper from forkpool contained more bugsHelmut Grohne
2009-10-25socket.socket.recv requires a parameterHelmut Grohne
2009-08-25added enable_sighandler for scgi.forkpoolHelmut Grohne
2009-03-29get rid of old builtin longHelmut Grohne
2009-03-29quite some changes for py3Helmut 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
2008-10-14added epydoc markup to doc stringsHelmut Grohne
2008-09-22improve commentsHelmut Grohne
2008-09-22make limits in scgi.asynchronous configurableHelmut Grohne
2008-09-22added a description to scgi.forkpoolHelmut Grohne
2008-07-09speed up receiving data in forkpoolHelmut Grohne
2008-07-09check for whether environ contains CONTENT_LENGTHHelmut Grohne
2008-07-08epydoc syntax fixes in scgi.forkpoolHelmut Grohne
2008-07-08environ["wsgi.input"].read fixed in scgi.forkpoolHelmut Grohne
2008-07-08refactor scgi.forkpool socket handlingHelmut Grohne
2008-03-28fixed non-fatal bugsHelmut Grohne
2008-03-28implement size parameter for environ["wsgi.input"].readline on scgi.forkpoolHelmut Grohne
2008-03-02improved scgi.forkpool.SocketFileWrapper a lotHelmut Grohne
2008-03-02fixed silly POST bug in scgi.forkpoolHelmut Grohne
2008-02-28refactored docstrings for epydocHelmut Grohne
2008-02-28scgi.forkpool: start_response must accept a third parameterHelmut Grohne