| 9 months | Allan Saddi | Fix readline implementations so size argument is checked |
| 9 months | Allan Saddi | Don't need MANIFEST with hg plugin for setuptools. Remove download URL. |
| 13 months | Allan Saddi | Fix up package/egg building. |
| 11 months | Allan Saddi | Update ez_setup.py |
| 11 months | Allan Saddi | Prevent ThreadPool inconsistences if an exception is actually raised. |
| 13 months | Allan Saddi | Fix fcgi_fork so it can run on Solaris. |
| 14 months | Allan Saddi | Catch and ignore EPIPE when flushing the streams and ending the request. |
| 17 months | Allan Saddi | Fix eunuchs import issue. |
| 18 months | Allan Saddi | Support gzip compression of XHTML pages using the |
| 18 months | Allan Saddi | Re-commit r2304 since it was found that mod_scgi does set SCRIPT_NAME/ |
| 18 months | Allan Saddi | Back out previous commit. PATH_INFO is still not set |
| 18 months | Allan Saddi | Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base. |
| 19 months | Allan Saddi | Fix problem in session.py seen when optimization is on. |
| 19 months | Allan Saddi | Fix problem when optimizing. |
| 19 months | Allan Saddi | Update servers to default to an empty QUERY_STRING if |
| 19 months | Allan Saddi | Update gzip.py by updating docstrings and renaming |
| 19 months | Allan Saddi | Change intra-package imports into absolute imports. |
| 19 months | Allan Saddi | Add forceCookieOutput attribute to SessionService to |
| 19 months | Allan Saddi | Update setup script. |
| 19 months | Allan Saddi | Don't attempt to install signal handlers under Windows |
| 19 months | Allan Saddi | Add *_thread egg entry-point aliases. |
| 19 months | Allan Saddi | Don't bother with connection debug stuff when dealing with UNIX sockets. |
| 19 months | Allan Saddi | Forgot to update ChangeLog with last commit. |
| 19 months | Allan Saddi | Experimental support for SCGI over UNIX domain sockets. |
| 19 months | Allan Saddi | Add FCGIApp and SCGIApp from sandbox. |
| 19 months | Allan Saddi | Change mime-type matching algorithm in GzipMiddleware. |
| 20 months | Allan Saddi | Add cookieAttributes to SessionService to make it easier |
| 22 months | Allan Saddi | Add support for FastCGI roles other than FCGI_RESPONDER. |
| 23 months | Allan Saddi | What was I thinking? |
| 23 months | Allan Saddi | Add cookieExpiration keyword to SessionService / |
| 2 years | Allan Saddi | Set close-on-exec flag on all server sockets. |
| 2 years | Allan Saddi | Stop ignoring EPIPE exceptions. |
| 2 years | Allan Saddi | Added umask keyword parameter to fcgi and fcgi_fork, |
| 2 years | Allan Saddi | Fix illusive problem with AJP implementation. |
| 2 years | Allan Saddi | Catch a strange FieldStorage case. |
| 2 years | Allan Saddi | Add maxRequests option to PreforkServer. |
| 2 years | Allan Saddi | Add paste.server_factory-compliant factories and respective |
| 2 years | Allan Saddi | Don't eat ImportErrors in ImportingModuleResolvers. |
| 2 years | Allan Saddi | Improve Windows compatibility by conditionally installing |
| 2 years | Allan Saddi | Fix socket leak in eunuchs socketpair() wrapper. |
| 2 years | Allan Saddi | Move custom 404 code out of resolvers and wholly into Publisher. |
| 2 years | Allan Saddi | Updated ChangeLog. |
| 2 years | Allan Saddi | Switch to setuptools for egg support. |
| 2 years | Allan Saddi | Add higher-level 404 error page support. |
| 2 years | Allan Saddi | Fix issue with FCGI_GET_VALUES handling. |
| 2 years | Allan Saddi | When running under Python < 2.4, attempt to use socketpair() |
| 2 years | Allan Saddi | Python 2.3 doesn't define socket.SHUT_WR, which affected |
| 2 years | Allan Saddi | Be sure to include ChangeLog in source distribution. |
| 2 years | Allan Saddi | Add setup script. |
| 3 years | Allan Saddi | Ensure session identifiers only contain ASCII characters when |
| 3 years | Allan Saddi | Cleanly close connection socket to avoid sending a TCP RST to |
| 3 years | Allan Saddi | Take scriptName from the WSGI_SCRIPT_NAME environment variable |
| 3 years | Allan Saddi | Update test/example code. (No use binding *:8009 if allowedServers doesn't |
| 3 years | Allan Saddi | Change default allowedServers for ajp and scgi to ['127.0.0.1']. |
| 3 years | Allan Saddi | Change threaded servers so wsgi.multiprocess is False by default. |
| 3 years | Allan Saddi | Fix wsgi.multiprocess for scgi_fork. (Set to True.) |
| 3 years | Allan Saddi | Prevent possible deadlock related to DiskSessionStore locking. |
| 3 years | Allan Saddi | Convert decorators for compatibility. |
| 3 years | Allan Saddi | Ensure SessionStore.checkOutSession() never returns an invalidated Session. |
| 3 years | Allan Saddi | Forgot to update the subclasses. |