| Initial directory structure. |
|
More...
|
over 6 years ago
|
| Import code from existing private source code repository. |
|
More...
|
over 6 years ago
|
| Make log message about signals being ignored a warning rather than error. |
|
More...
|
over 6 years ago
|
| To be consistent with mod_rewrite, %{ENV} should also look in notes and |
|
More...
|
over 6 years ago
|
| Reinstate mod_wsgi specific environment settings mirroring directive settings. |
|
More...
|
over 6 years ago
|
| Fixes to SCRIPT_NAME/PATH_INFO processing and resource interpreter selection. |
|
More...
|
over 6 years ago
|
| Update list of files for Subversion to ignore. |
|
More...
|
over 6 years ago
|
| On Apache 1.3, collapse slashes in SCRIPT_NAME and PATH_INFO to be consistent |
|
More...
|
over 6 years ago
|
| Issue #2. Ignore SystemExit exceptions generated from import of script, |
|
More...
|
over 6 years ago
|
| Must remove multiple slashes on Apache 2.X as well as it only removes |
|
More...
|
over 6 years ago
|
| Need to include internal Python header files to be able to do code compilation |
|
More...
|
over 6 years ago
|
| Change signal handler warnings back to errors for now. |
|
More...
|
over 6 years ago
|
| Script alias list not being merged from base configuration into virtual hosts. |
|
More...
|
over 6 years ago
|
| Forgetting to decrement reference count on "signal" module after using it. |
|
More...
|
over 6 years ago
|
| Setup sys.argv with empty array to fake out modules which expect to be able |
|
More...
|
over 6 years ago
|
| Not ignoring case where exc_info passed as None to start_reponse. Was only |
|
More...
|
over 6 years ago
|
| Wrongly used #ifdef check on APR_HAS_THREADS, should have been #if as feature |
|
More...
|
about 6 years ago
|
| Log object used for 'wsgi.errors' now buffers data so that only complete |
|
More...
|
about 6 years ago
|
| Add check of Python compiled version vs runtime version and log warning |
|
More...
|
about 6 years ago
|
| Changed wording of signal handler callback registration messages. |
|
More...
|
about 6 years ago
|