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
/
forkpool.py
Age
Commit message (
Collapse
)
Author
2009-03-29
quite some changes for py3
Helmut Grohne
These changes introduce some compatibility code. They don't make wsgitools usable with Python 3.0, but they also don't break compatibility with Python 2.5.
2009-02-26
made scgi.forkpool wsgi compliant in handling exc_info
Helmut Grohne
2009-02-01
added config parameter (for environ) to scgi.forkpool
Helmut Grohne
2008-10-14
added epydoc markup to doc strings
Helmut Grohne
2008-09-22
improve comments
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
2008-07-08
environ["wsgi.input"].read fixed in scgi.forkpool
Helmut Grohne
2008-07-08
refactor scgi.forkpool socket handling
Helmut Grohne
2008-03-28
fixed non-fatal bugs
Helmut Grohne
2008-03-28
implement size parameter for environ["wsgi.input"].readline on scgi.forkpool
Helmut Grohne
2008-03-02
improved scgi.forkpool.SocketFileWrapper a lot
Helmut Grohne
2008-03-02
fixed silly POST bug in scgi.forkpool
Helmut Grohne
2008-02-28
refactored docstrings for epydoc
Helmut Grohne
2008-02-28
scgi.forkpool: start_response must accept a third parameter
Helmut Grohne
2007-09-20
added assertions for not getting unicode strings
Helmut Grohne
2007-04-25
some environ fixups in scgi.*
Helmut Grohne
2007-04-21
added some assertions
Helmut Grohne
2007-04-17
added wsgitools.scgi.forkpool
Helmut Grohne
wsgitools.scgi is now known as wsgitools.scgi.asynchronous