Have a play with code in subversion now. I have checked in some code
which dumps out information about the per request modules cache when
a 500 error is occurring and details being returned to the browser.
This has been useful as it has helped me to work out a way of
duplicating
a problem I ha
I know we have talked a bit before about providing a means of allowing people
to return custom error pages and I haven't forgotten that. The cleanup of the
code and working out what the report error function should take in the way of
arguments is a first step to seeing how the ability to override
On 10/27/06, Graham Dumpleton <[EMAIL PROTECTED]> wrote:
Unless they have really screwed things around, co_varnames is
specifically
for function argument names and is unlikely to contained nested constant
names. If it did, then I would expect a lot of the publisher code to
break in
other ways as
On 27/10/2006, at 9:31 PM, Dan Eloff wrote:
On 10/27/06, Graham Dumpleton <[EMAIL PROTECTED]> wrote:
Jim sent this to me when the python-dev list was down for
maintenance.
Can anyone with Python 2.5 who knows something about function
internals
enlighten us about what may have changed here.
Graham Dumpleton (JIRA) wrote:
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=all ]
Graham Dumpleton resolved MODPYTHON-127.
Resolution: Fixed
For now I have just made the tests use the new option names. There is obviously
a risk th
On 10/27/06, Graham Dumpleton <[EMAIL PROTECTED]> wrote:
Jim sent this to me when the python-dev list was down for maintenance.
Can anyone with Python 2.5 who knows something about function internals
enlighten us about what may have changed here. Previously the names
of nested functions appeared
[ http://issues.apache.org/jira/browse/MODPYTHON-127?page=all ]
Graham Dumpleton resolved MODPYTHON-127.
Resolution: Fixed
For now I have just made the tests use the new option names. There is obviously
a risk that I stuffed up the backward comp
[
http://issues.apache.org/jira/browse/MODPYTHON-93?page=comments#action_12445123
]
Graham Dumpleton commented on MODPYTHON-93:
---
I have committed some changes into repository now which
fixes the issue with add_field() but also does thi
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=all ]
Graham Dumpleton resolved MODPYTHON-104.
Resolution: Fixed
New chapter added in documentation, so all done.
> Allow Python code callouts with mod_include (SSI).
> --