flup-py3.0

log

age author description
9 months ago Allan Saddi Merge from flup-server.default tip
9 months ago Allan Saddi Ensure ThreadPool threads are daemon threads.
9 months ago Allan Saddi Call ThreadPool.shutdown() from threaded scgi server as well.
9 months ago Anand Chitipothu Let all the active requests to finish before quitting
9 months ago Allan Saddi Added tag 1.0.2 for changeset c6ea54fea750
9 months ago Allan Saddi Prepare for 1.0.2.1.0.2
9 months ago Allan Saddi Import Paste factories (and dependencies...) from PasteScript
10 months ago Allan Saddi Merge from flup-server.
10 months ago Allan Saddi Be tolerant of EAGAIN when sending messages to parent process.
13 months ago Allan Saddi Add forceCGI keyword argument to FastCGI servers to
13 months ago Allan Saddi Merge Tommi Virtanen's "single server" (sequential server)
15 months ago Allan Saddi Committed with debug flag on.
15 months ago Allan Saddi Fix up socket exception handling. Get FastCGI modules running.
15 months ago Allan Saddi Fix up SCGI server/client.
15 months ago Allan Saddi Support strings from application.
15 months ago Allan Saddi Actually, environ keys and values must be strings.
15 months ago Allan Saddi Initial work on porting AJP server to Python 3.0. Still unsure of environ
15 months ago Allan Saddi Initial pass through 2to3.
15 months ago Allan Saddi Update ez_setup.py.
17 months ago Allan Saddi Forgot to update ChangeLog.
17 months ago Allan Saddi Re-seed random module after each fork.
18 months ago Allan Saddi Add an indication as to which header fails assertion when
18 months ago Allan Saddi Add support for setting umask for UNIX domain sockets from
19 months ago Allan Saddi Add support for configuring UNIX domain sockets (for servers that
19 months ago Allan Saddi Added tag 1.0 for changeset 6a1a1235936b
19 months ago Allan Saddi Added tag 1.0.1 for changeset 115fd353fe14
19 months ago Allan Saddi Prepare for 1.0.1.1.0.1
19 months ago Allan Saddi Revise previous patch for compatibility with pre-2.5 Python.
19 months ago Allan Saddi Attempt to deduce missing PATH_INFO and/or QUERY_STRING from
2007-06-05 Allan Saddi Remove publisher and middleware packages. Add cgi server for completeness.1.0
2007-09-10 Allan Saddi Fix readline implementations so size argument is checked
2007-09-10 Allan Saddi Don't need MANIFEST with hg plugin for setuptools. Remove download URL.
2007-06-05 Allan Saddi Fix up package/egg building.
2007-07-14 Allan Saddi Update ez_setup.py
2007-07-14 Allan Saddi Prevent ThreadPool inconsistences if an exception is actually raised.
2007-05-17 Allan Saddi Fix fcgi_fork so it can run on Solaris.
2007-05-11 Allan Saddi Catch and ignore EPIPE when flushing the streams and ending the request.
2007-01-23 Allan Saddi Fix eunuchs import issue.
2007-01-10 Allan Saddi Support gzip compression of XHTML pages using the
2007-01-02 Allan Saddi Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/
2006-12-29 Allan Saddi Back out previous commit. PATH_INFO is still not set
2006-12-29 Allan Saddi Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base.
2006-12-13 Allan Saddi Fix problem in session.py seen when optimization is on.
2006-12-13 Allan Saddi Fix problem when optimizing.
2006-12-05 Allan Saddi Update servers to default to an empty QUERY_STRING if
2006-12-05 Allan Saddi Update gzip.py by updating docstrings and renaming
2006-12-02 Allan Saddi Change intra-package imports into absolute imports.
2006-12-02 Allan Saddi Add forceCookieOutput attribute to SessionService to
2006-12-01 Allan Saddi Update setup script.
2006-11-27 Allan Saddi Don't attempt to install signal handlers under Windows
2006-11-25 Allan Saddi Add *_thread egg entry-point aliases.
2006-11-25 Allan Saddi Don't bother with connection debug stuff when dealing with UNIX sockets.
2006-11-25 Allan Saddi Forgot to update ChangeLog with last commit.
2006-11-25 Allan Saddi Experimental support for SCGI over UNIX domain sockets.
2006-11-24 Allan Saddi Add FCGIApp and SCGIApp from sandbox.
2006-11-19 Allan Saddi Change mime-type matching algorithm in GzipMiddleware.
2006-11-11 Allan Saddi Add cookieAttributes to SessionService to make it easier
2006-08-28 Allan Saddi Add support for FastCGI roles other than FCGI_RESPONDER.
2006-08-02 Allan Saddi What was I thinking?
2006-08-02 Allan Saddi Add cookieExpiration keyword to SessionService /