Re: Changes to what is displayed when handler exception occurs.

2006-10-27 Thread Graham Dumpleton
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

Re: Changes to what is displayed when handler exception occurs.

2006-10-27 Thread Dan Eloff
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

Re: Python 2.5 nested auth functions in publisher.

2006-10-27 Thread Dan Eloff
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

Re: Python 2.5 nested auth functions in publisher.

2006-10-27 Thread Graham Dumpleton
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.

Re: [jira] Resolved: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-27 Thread Jim Gallacher
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

Re: Python 2.5 nested auth functions in publisher.

2006-10-27 Thread Dan Eloff
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

[jira] Resolved: (MODPYTHON-127) Use namespace for mod_python PythonOption settings.

2006-10-27 Thread Graham Dumpleton (JIRA)
[ 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

[jira] Commented: (MODPYTHON-93) Improve util.FieldStorage efficiency

2006-10-27 Thread Graham Dumpleton (JIRA)
[ 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

[jira] Resolved: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-10-27 Thread Graham Dumpleton (JIRA)
[ 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). > --