index
:
delta/python-packages/mod_wsgi.git
develop
feature/request-metrics
master
stable/1.X
stable/2.X
stable/3.X
github.com: GrahamDumpleton/mod_wsgi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
wsgi_interp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright years.
Graham Dumpleton
2022-05-02
1
-1
/
+1
*
Revert default behaviour to be that of destroying Python interpreter on proce...
Graham Dumpleton
2022-05-02
1
-1
/
+1
*
Don't destroy Python interpreters on process shutdown.
Graham Dumpleton
2021-11-21
1
-0
/
+5
*
Replace undocumented PyEval_CallObject with PyObject_CallObject
Petr Viktorin
2021-06-10
1
-12
/
+12
*
Don't call PyEval_InitThreads on Python 3.9+
Petr Viktorin
2021-06-10
1
-2
/
+2
*
Update year of copyright notices.
4.8.0
Graham Dumpleton
2021-05-14
1
-1
/
+1
*
Eliminate compiler warning about unused variable on non Windows platforms.
Graham Dumpleton
2021-03-23
1
-0
/
+2
*
Add workaround to force importing of threading module in main thread.
Graham Dumpleton
2020-10-30
1
-2
/
+12
*
Add separate shutdown subscriptions capability.
Graham Dumpleton
2020-09-05
1
-1
/
+6
*
Add function for getting request metrics measured over a period.
Graham Dumpleton
2020-09-02
1
-0
/
+3
*
Don't ever call Py_SetPythonHome() on Windows.
Graham Dumpleton
2020-07-19
1
-1
/
+12
*
Restore old setup for Python home on Windows even though doesn't work these d...
Graham Dumpleton
2020-05-14
1
-8
/
+9
*
Fudge Python module search path on windows so that can use Python virtual env...
Graham Dumpleton
2020-05-14
1
-0
/
+30
*
Disable checks on Windows.
Graham Dumpleton
2020-04-14
1
-2
/
+2
*
Windows access() call is different to UNIX.
Graham Dumpleton
2020-03-09
1
-0
/
+7
*
Attempt to use pyvenv.cfg hack on Windows.
Graham Dumpleton
2020-03-09
1
-1
/
+9
*
Update copyright year.
Graham Dumpleton
2020-02-17
1
-1
/
+1
*
Use official APIs for accessing interpreter list.
Graham Dumpleton
2019-05-14
1
-6
/
+12
*
Update copyright year.
Graham Dumpleton
2019-05-14
1
-1
/
+1
*
Fix issues with undefined wsgi_daemon_process when compiling for Windows.
Graham Dumpleton
2018-04-03
1
-2
/
+11
*
APR 1.4.X doesn't have apr_hash_this_key().
Graham Dumpleton
2018-03-04
1
-8
/
+12
*
Pass shutdown reason with process_stopping event.
Graham Dumpleton
2018-02-08
1
-1
/
+10
*
Publish process stopping event before waiting for active requests to finish.
Graham Dumpleton
2018-02-08
1
-10
/
+38
*
Track per request data objects in global dictionary keyed by Apache request ID.
Graham Dumpleton
2018-02-08
1
-0
/
+2
*
Add special mode to daemon processes triggered by setting threads to 0, for r...
Graham Dumpleton
2018-01-24
1
-2
/
+73
*
Fix Apache parent process crash when default lazy initialisation mode had bee...
Graham Dumpleton
2018-01-23
1
-2
/
+4
*
Update copyright year.
Graham Dumpleton
2018-01-09
1
-1
/
+1
*
Symbol will not be defined on Windows when daemon mode not available.
Graham Dumpleton
2017-11-19
1
-0
/
+2
*
Use real lock around interpreter destruction to avoid potential race conditio...
Graham Dumpleton
2017-11-14
1
-1
/
+14
*
Add support for WSGIDontWriteBytecode in Python 3.3 and later.
Graham Dumpleton
2017-05-08
1
-1
/
+2
*
Expose name attribute on the log object to avoid code failing which doesn’t...
Graham Dumpleton
2017-01-21
1
-2
/
+2
*
Update year in copyright.
Graham Dumpleton
2017-01-04
1
-1
/
+1
*
Fix crashes in associating stdout/stderr with a request on Python 3.
Graham Dumpleton
2016-08-16
1
-6
/
+6
*
Merge branch 'develop' into feature/request-metrics
Graham Dumpleton
2016-03-31
1
-1
/
+1
|
\
|
*
Update copyright year.
Graham Dumpleton
2016-01-22
1
-1
/
+1
*
|
Merge branch 'develop' into feature/request-metrics
Graham Dumpleton
2015-11-04
1
-24
/
+34
|
\
\
|
|
/
|
*
Don't attempt to set environment variables when no password entry for user ID.
Graham Dumpleton
2015-10-12
1
-12
/
+16
|
*
Adding multiple directories to Python module search path failing under Python...
Graham Dumpleton
2015-10-04
1
-12
/
+18
*
|
Add extended metrics collection and events system for monitoring requests.
Graham Dumpleton
2015-03-29
1
-57
/
+41
|
/
*
Ignore python-path option to WSGIDaemonProcess when empty string.
Graham Dumpleton
2015-02-25
1
-1
/
+1
*
Fixed core dump in daemon mode when both home and python-path options use at ...
Graham Dumpleton
2015-02-22
1
-5
/
+4
*
Update copyright year.
Graham Dumpleton
2015-02-21
1
-1
/
+1
*
Disable signal handler intercept in process forked from Apache child worker p...
Graham Dumpleton
2015-02-21
1
-0
/
+3
*
Disable signal handler intercept in process forked from daemon mode process.
Graham Dumpleton
2015-02-21
1
-7
/
+85
*
Misplaced #endif causes Win32 compile to fail.
Graham Dumpleton
2014-11-30
1
-1
/
+1
*
Only set Python executable location for pyvenv as breaks brew Python.
Graham Dumpleton
2014-11-07
1
-42
/
+56
*
Issue warning if Python home appears to be invalid. #54
Graham Dumpleton
2014-11-04
1
-8
/
+47
*
Add the home directory to sys.path and not empty string for current directory...
Graham Dumpleton
2014-09-05
1
-10
/
+11
*
Set Python HOME by actually setting location of Python executable to work aro...
Graham Dumpleton
2014-08-23
1
-1
/
+63
*
Eliminate compiler warning.
Graham Dumpleton
2014-08-15
1
-1
/
+4
[next]