Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-18 | Merge branch py3k | Helmut Grohne | |
2014-01-06 | switch to new-style classes entirely | Helmut Grohne | |
There is no reason to use old-style classes beyond laziness. | |||
2012-06-28 | provide py3 style __next__ methods | Helmut Grohne | |
2012-03-17 | sendfile support | Helmut Grohne | |
When a sendfile library is available, expose it via wsgi.file_wrapper. This support spans both asynchronous and forkpool. | |||
2012-03-17 | deduplicate scgi.{asynchronous,forkpool} | Helmut Grohne | |
2007-04-17 | added wsgitools.scgi.forkpool | Helmut Grohne | |
wsgitools.scgi is now known as wsgitools.scgi.asynchronous |