summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable build pipeline for master.4.9.0Graham Dumpleton2021-08-031-0/+1
* Fix incorrect application of startup timeout.Graham Dumpleton2021-08-032-2/+16
* Adding logging for startup timeout.Graham Dumpleton2021-08-031-15/+25
* Drop old OpenShift/Heroku crud.Graham Dumpleton2021-08-031-157/+4
* Update reference for mod_wsgi-httpd package.Graham Dumpleton2021-08-031-1/+1
* Update to Apache 2.4.48.1 for standalone package.Graham Dumpleton2021-08-031-1/+1
* Set default for graceful timeout.Graham Dumpleton2021-08-032-1/+16
* Was not exiting as soon as active requests complete.Graham Dumpleton2021-08-032-1/+10
* Correct value of wsgi.multithread.Graham Dumpleton2021-08-032-1/+22
* Fix compilation when embedded mode disabled.Graham Dumpleton2021-08-032-2/+3
* Wrong dist package for standalone.Graham Dumpleton2021-08-021-1/+1
* Confirm uninstall.Graham Dumpleton2021-08-021-2/+2
* Add test of mod_wsgi-standalone.Graham Dumpleton2021-08-021-12/+15
* Pass test scripts from build.Graham Dumpleton2021-08-021-6/+10
* Add source for tests.Graham Dumpleton2021-08-021-0/+1
* Needs build step to be run.Graham Dumpleton2021-08-021-0/+4
* Split build from test.Graham Dumpleton2021-08-021-6/+24
* Use package builder script.Graham Dumpleton2021-08-021-4/+6
* Run install using sudo.Graham Dumpleton2021-08-021-1/+1
* Add test for CMMI.Graham Dumpleton2021-08-021-0/+2
* Merge pull request #694 from abbra/no-default-rpathGraham Dumpleton2021-08-022-5/+18
|\
| * Do not add default RPATHAlexander Bokovoy2021-06-182-5/+18
* | Merge pull request #698 from encukou/debugging-guide-py3Graham Dumpleton2021-08-021-54/+77
|\ \
| * | Update debugging-techniques to Python 3Petr Viktorin2021-06-251-54/+77
| |/
* | Remove obsolete win32 directory.Graham Dumpleton2021-08-0222-577/+0
|/
* Add release notes for version 4.9.0.Graham Dumpleton2021-06-182-0/+18
* Bump to 4.9.0 because of significant C API changes to support Python 3.10.Graham Dumpleton2021-06-181-2/+2
* Don't show download progress.Graham Dumpleton2021-06-181-1/+1
* Set verbose flag when installing so see compiler messages.Graham Dumpleton2021-06-181-1/+1
* Drop unneeded tox steps.Graham Dumpleton2021-06-181-4/+0
* Ensure log Python errors before doing reference decrements so don't loose error.Graham Dumpleton2021-06-181-16/+22
* Restore missing logging.Graham Dumpleton2021-06-181-0/+33
* Change name of httpd test directory and ignore it for git.Graham Dumpleton2021-06-182-6/+7
* Missing logging of error details.Graham Dumpleton2021-06-181-0/+3
* Wrong import function used.Graham Dumpleton2021-06-181-1/+1
* Fix log file tailing.Graham Dumpleton2021-06-181-2/+5
* Extract test to separate script file.Graham Dumpleton2021-06-182-8/+29
* Wrong port, and fail loop if wait too long.Graham Dumpleton2021-06-181-2/+2
* Drop tox and install mod_wsgi-express manually.Graham Dumpleton2021-06-181-2/+4
* Run basic mod_wsgi request test.Graham Dumpleton2021-06-181-0/+6
* Merge pull request #688 from encukou/py3.10-compatGraham Dumpleton2021-06-187-152/+83
|\
| * configure: Use sysconfig rather than the deprecated distutils.sysconfigPetr Viktorin2021-06-111-12/+12
| * Use Python API to read source filesPetr Viktorin2021-06-111-126/+29
| * Correct Py_CompileString usagePetr Viktorin2021-06-111-1/+1
| * Remove unused variablePetr Viktorin2021-06-101-3/+0
| * Replace undocumented PyEval_CallObject with PyObject_CallObjectPetr Viktorin2021-06-105-42/+36
| * Don't call PyEval_InitThreads on Python 3.9+Petr Viktorin2021-06-101-2/+2
| * Use Py_CompileString rather than PyParser_SimpleParseFile/PyNode_CompilePetr Viktorin2021-06-102-16/+53
* | Add Python 3.10 pre release version.Graham Dumpleton2021-06-181-1/+1
* | Remove dependencies for extensions which are no longer supported.Graham Dumpleton2021-06-181-5/+0