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
*
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
*
Processes would crash on startup on Apache 2.2.3 and older due to missing Apa...
Graham Dumpleton
2014-07-14
1
-0
/
+4
*
Split New Relic platform plugin out into separate Python package called mod_w...
Graham Dumpleton
2014-06-08
1
-4
/
+4
*
Expand to version number triplet in WSGI environ and modules.
Graham Dumpleton
2014-06-08
1
-4
/
+6
*
Require server metrics to be enabled and change API naming.
Graham Dumpleton
2014-06-06
1
-4
/
+4
*
Added New Relic platform plugin support.
Graham Dumpleton
2014-06-05
1
-2
/
+2
*
Expose Apache server and status information and adjust how mod_wsgi process s...
Graham Dumpleton
2014-05-25
1
-9
/
+31
*
Expose details about Apache MPM in use and processes/threads.
Graham Dumpleton
2014-05-08
1
-0
/
+44
*
Eliminate compiler warnings.
Graham Dumpleton
2014-05-01
1
-3
/
+3
*
For Python 3.4, avoid assertion failure on thread state existence when destro...
Graham Dumpleton
2014-05-01
1
-0
/
+32
*
Add cast to eliminate compiler warning.
Graham Dumpleton
2014-05-01
1
-1
/
+1
*
Update copyright year.
Graham Dumpleton
2014-05-01
1
-1
/
+1
*
Modifications to atexit callback execution in sub interpreters for Python 3.4.
Graham Dumpleton
2014-03-16
1
-0
/
+228
*
Missing arguments when creating Unicode string under Python 3.
Graham Dumpleton
2014-02-11
1
-1
/
+1
*
Need to use Unicode string on Python 3 for entries in sys.path and not bytes.
Graham Dumpleton
2014-02-11
1
-5
/
+9
*
Recover experimental changes after abandoning prior mod_wsgi 4.0 development.
Graham Dumpleton
2014-01-05
1
-0
/
+1983