index
:
~helmut/wsgitools.git
devel
master
See http://subdivi.de/~helmut/wsgitools/
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wsgitools
/
scgi
Age
Commit message (
Expand
)
Author
2023-06-18
add testcase for scgi.asynchronous and fix reusesocket
Helmut Grohne
2023-06-18
reraise py3 exceptions as advised in pep3333
Helmut Grohne
2023-06-17
scgi.asynchronous: remove unused address argument and attribute
Helmut Grohne
2020-04-02
avoid changing variable types
Helmut Grohne
2020-03-09
remove unnecessary pass statements
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
2017-03-26
scgi.asynchronous: fix wrong assertion on py3k
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
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-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
drop support for python2.5, use except ... as ...
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
2011-11-30
documentation update
Helmut Grohne
2011-08-19
scgi: support reusing a listen socket
Helmut Grohne
2011-07-18
adapt exc_info handling for python 3
Helmut Grohne
2011-01-12
scgi.asynchronous catches more errors now
Helmut Grohne
2010-08-31
bugfix: io module from py2.6 provides incompatible StringIO
Helmut Grohne
2010-05-25
bugfix: endless loop for closed connection in scgi.forkpool
Helmut Grohne
2009-10-25
observed SocketFileWrapper bug fixed
Helmut Grohne
2009-10-25
more SocketFileWrapper (forkpool) bugs
Helmut Grohne
2009-10-25
SocketFileWrapper from forkpool contained more bugs
Helmut Grohne
2009-10-25
socket.socket.recv requires a parameter
Helmut Grohne
2009-08-25
added enable_sighandler for scgi.forkpool
Helmut Grohne
2009-03-29
get rid of old builtin long
Helmut Grohne
2009-03-29
quite some changes for py3
Helmut Grohne
2009-02-26
made scgi.forkpool wsgi compliant in handling exc_info
Helmut Grohne
2009-02-01
wsgi compliance: scgi.asynchronous no longer holds data
Helmut Grohne
2009-02-01
added config parameter (for environ) to scgi.forkpool
Helmut Grohne
2009-02-01
added config parameter (for environ) to scgi.asynchronous
Helmut Grohne
2008-10-14
added epydoc markup to doc strings
Helmut Grohne
2008-09-22
improve comments
Helmut Grohne
2008-09-22
make limits in scgi.asynchronous configurable
Helmut Grohne
2008-09-22
added a description to scgi.forkpool
Helmut Grohne
2008-07-09
speed up receiving data in forkpool
Helmut Grohne
2008-07-09
check for whether environ contains CONTENT_LENGTH
Helmut Grohne
2008-07-08
epydoc syntax fixes in scgi.forkpool
Helmut Grohne
[next]