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

2006-08-15 Thread Graham Dumpleton
On 14/08/2006, at 1:42 AM, Jim Gallacher wrote: Lets target this to be done for 3.3. We just need some agreement that proposed names are okay, plus a consensus on how we go about deprecating old names. Do we have an option now which if enabled prohibits use of old names and outputs some sor

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

2006-08-15 Thread Jim Gallacher
Graham Dumpleton wrote: > > On 14/08/2006, at 1:42 AM, Jim Gallacher wrote: >>> Lets target this to be done for 3.3. We just need some agreement that >>> proposed names are okay, plus a consensus on how we go about >>> deprecating old names. Do we have an option now which if enabled >>> prohibits

[jira] Work started: (MODPYTHON-185) _psp.parsestring doesn't check for empty values

2006-08-15 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-185?page=all ] Work on MODPYTHON-185 started by Jim Gallacher. > _psp.parsestring doesn't check for empty values > --- > > Key: MODPYTHON-185 > URL: http://issues.apac

[jira] Assigned: (MODPYTHON-185) _psp.parsestring doesn't check for empty values

2006-08-15 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-185?page=all ] Jim Gallacher reassigned MODPYTHON-185: --- Assignee: Jim Gallacher > _psp.parsestring doesn't check for empty values > --- > >

[jira] Resolved: (MODPYTHON-185) _psp.parsestring doesn't check for empty values

2006-08-15 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-185?page=all ] Jim Gallacher resolved MODPYTHON-185. - Fix Version/s: 3.3 Resolution: Fixed > _psp.parsestring doesn't check for empty values > --- > >

Re: [jira] Created: (MODPYTHON-184) Memory leak apache.table()

2006-08-15 Thread Alexis Marrero
Jim,This are my results for the memory leak search in apache.table().  The table object creates a memory pool by using apr_pool_create_ex() and destroys the pool using apr_pool_destroy(). I added a line in MpTable_New() before "return (PyObject*)t" to destroy the pool and ran 1M iterations and I no

Re: [jira] Created: (MODPYTHON-184) Memory leak apache.table()

2006-08-15 Thread Jim Gallacher
Alexis Marrero wrote: > Jim, > > This are my results for the memory leak search in apache.table(). > > The table object creates a memory pool by using apr_pool_create_ex() and > destroys the pool using apr_pool_destroy(). I added a line in > MpTable_New() before "return (PyObject*)t" to destroy t