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

2006-11-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-93?page=all ] Graham Dumpleton resolved MODPYTHON-93. --- Resolution: Fixed Not heard of anyone who has specifically tested to see if this works with older versions of Trac or not, but code passing tes

[jira] Resolved: (MODPYTHON-198) Python 2.5 nested auth functions in publisher.

2006-11-04 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-198?page=all ] Graham Dumpleton resolved MODPYTHON-198. Resolution: Fixed Looks like JIRA is not showing subversion commits or has not recorded some from when they were doing their infrastructure

Re: Are we ready for a 3.3 beta?

2006-11-04 Thread Graham Dumpleton
dates for new module importer, but that doesn't need to stop a beta being done. Graham On 05/11/2006, at 8:35 AM, Jim Gallacher wrote: It sure feels like we are close thanks to Graham's hard work. I've been doing some testing and it's looking good. With 3.3.0-dev-2006

Re: Purpose of mp_conn.server member?

2006-11-04 Thread Graham Dumpleton
On 05/11/2006, at 7:32 AM, Jim Gallacher wrote: I was fixing a error in the new mp_conn.log_error method and I noticed that the connobject struct has a PyObject *server element. There is no corresponding apache conn_rec->server attribute, I don't see it being used anywhere in our code, and

Re: svn commit: r471255 - /httpd/mod_python/trunk/src/connobject.c

2006-11-04 Thread Graham Dumpleton
Cool. I said the correct thing in the JIRA issue, but then did the wrongthing in the code. :-)From JIRA.  Note that ap_log_cerror() was only introduced during Apache 2.0.55.  As a result, if an older version of Apache is used than that, instead of  using ap_log_cerror(), it would use ap_log_error()

Re: PSP Handler underscore trick

2006-11-04 Thread Graham Dumpleton
Incomplete documentation. For AddHandler it would always have required the .psp_ extension case to be listed explicitly. On 05/11/2006, at 3:04 AM, Jim Gallacher wrote: I was doing a bit of work on the Docs and I noticed a problem with the .psp_ trick to get the listing of the source and gener

Re: Are we ready for a 3.3 beta?

2006-11-04 Thread Jim Gallacher
ready for a 3.3 beta? It sure feels like we are close thanks to Graham's hard work. I've been doing some testing and it's looking good. With 3.3.0-dev-20061104 (r471260): +1 Linux Debian 3.1 Stable, Apache 2.0.54 (prefork-mpm), python 2.3.5 +1 Linux Debian 3.1 Stable, Apache 2.0

Re: Are we ready for a 3.3 beta?

2006-11-04 Thread Jeff Robbins
nks, Jeff - Original Message - From: "Jim Gallacher" <[EMAIL PROTECTED]> To: Sent: Saturday, November 04, 2006 4:35 PM Subject: Are we ready for a 3.3 beta? It sure feels like we are close thanks to Graham's hard work. I've been doing some testing and it'

Are we ready for a 3.3 beta?

2006-11-04 Thread Jim Gallacher
It sure feels like we are close thanks to Graham's hard work. I've been doing some testing and it's looking good. With 3.3.0-dev-20061104 (r471260): +1 Linux Debian 3.1 Stable, Apache 2.0.54 (prefork-mpm), python 2.3.5 +1 Linux Debian 3.1 Stable, Apache 2.0.54 (prefork-mpm), p

Purpose of mp_conn.server member?

2006-11-04 Thread Jim Gallacher
I was fixing a error in the new mp_conn.log_error method and I noticed that the connobject struct has a PyObject *server element. There is no corresponding apache conn_rec->server attribute, I don't see it being used anywhere in our code, and it is undocumented in mp_conn members. See src/conn

PSP Handler underscore trick

2006-11-04 Thread Jim Gallacher
I was doing a bit of work on the Docs and I noticed a problem with the .psp_ trick to get the listing of the source and generated code. This is not a feature I use so I'm not sure if the documentation is incorrect or if the behaviour has changed. Simply appending "_" to the URL does not work a

[jira] Closed: (MODPYTHON-201) ReportError in importer.py raises an exception for mal-formed psp

2006-11-04 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-201?page=all ] Jim Gallacher closed MODPYTHON-201. --- Fix Version/s: 3.3 Resolution: Fixed Already fixed in a more recent commit. > ReportError in importer.py raises an exception for mal-formed psp

Re: [jira] Created: (MODPYTHON-201) ReportError in importer.py raises an exception for mal-formed psp

2006-11-04 Thread Jim Gallacher
Sometimes it's hard to keep up with you, Graham. ;) Although I haven't been around much lately, I have been compiling and testing the svn commits on a regular basis. As it happens, the machine I used for this bug report was not one with the latest and greatest. Jim Graham Dumpleton wrote: