Re: [mod_python] Re: next beta

2005-11-14 Thread Nicolas Lehuen
OK, great ! I'm ready for the next beta, then, and this time I can produce Python 2.3 and Python 2.4 versions for Win32. Jim, please fire at will ! Regards, Nicolas 2005/11/14, Alexis Marrero <[EMAIL PROTECTED]>: > Nicholas, > > Just finish testing with couple of hundred files and is working "AS

Re: [mod_python] Re: next beta

2005-11-14 Thread Jim Gallacher
Nicolas Lehuen wrote: OK, great ! I'm ready for the next beta, then, and this time I can produce Python 2.3 and Python 2.4 versions for Win32. Super. Jim, please fire at will ! Leave poor Will alone. Sorry, bad pun. :) I'll roll the tarball shortly. Jim

[jira] Resolved: (MODPYTHON-87) psp_parser: replaces "\n" on \n

2005-11-14 Thread Jim Gallacher (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-87?page=all ] Jim Gallacher resolved MODPYTHON-87: Resolution: Fixed Assign To: Jim Gallacher > psp_parser: replaces "\n" on \n > --- > > Key: MODPYTHON-8

board report for HTTP server project

2005-11-14 Thread Roy T . Fielding
Much to my surprise, I apparently have a board report due yesterday for this Wednesday's board meeting. Do we have any ASF issues that need reporting to the board, aside from what is in STATUS*? Any choice commentary? Does anyone else feel like we have too many dev lists for one project? Ro

Re: board report for HTTP server project

2005-11-14 Thread Gregory (Grisha) Trubetskoy
On the mod_python side we got a 3.2.2 beta out and will try to get 3.2.? final done before Apachecon (hopefully). The last release (not counting security fix ones) was 20 months ago, so this is pretty significant. Grisha On Mon, 14 Nov 2005, Roy T. Fielding wrote: Much to my surprise, I ap

Re: board report for HTTP server project

2005-11-14 Thread William A. Rowe, Jr.
Roy T.Fielding wrote: Much to my surprise, I apparently have a board report due yesterday for this Wednesday's board meeting. Do we have any ASF issues that need reporting to the board, aside from what is in STATUS*? Any choice commentary? Does anyone else feel like we have too many dev lists f

Re: board report for HTTP server project

2005-11-14 Thread Joe Schaefer
"Roy T. Fielding" <[EMAIL PROTECTED]> writes: > Do we have any ASF issues that need reporting to the board, Nothing new to report wrt apreq. -- Joe Schaefer

Re: mod_python 3.2.5b available for testing

2005-11-14 Thread Jim Gallacher
+1 Linux Debian 3.1 stable (sarge) apache 2.0.54-5 (mpm-worker) python 2.3.5 gcc 3.3.5 +1 Linux Debian unstable (sid) apache 2.0.54-4 (mpm-prefork) python 2.3.5 gcc 4.0.2

Re: mod_python 3.2.5b available for testing

2005-11-14 Thread Barry Pederson
I've got failures that seem to be caused by the tests themselves, but with a bit of tweaking they pass. FreeBSD 6.0 Apache 2.0.55 port built WITH_THREADS=1 Python 2.4.2 The error_log shows: -- [Mon Nov 14 19:38:15 2005] [notice] mod_python: Creating 8 session mutexes based

Re: mod_python 3.2.5b available for testing

2005-11-14 Thread Nicolas Lehuen
Thanks for the information, I'll add your patch to the test suite. Regards, Nicolas 2005/11/15, Barry Pederson <[EMAIL PROTECTED]>: > I've got failures that seem to be caused by the tests themselves, but > with a bit of tweaking they pass. > > FreeBSD 6.0 > Apache 2.0.55 port built WITH_THREADS=1

Re: mod_python 3.2.5b available for testing

2005-11-14 Thread Nicolas Lehuen
H having a look at : http://httpd.apache.org/docs/2.0/mod/mpm_common.html#user I'm finally not so sure we should integrate the User directive. Wouldn't that require that the computer the test runs on has a user named www with sufficient privileges plus that the test are started as root ? Reg

Re: mod_python 3.2.5b available for testing

2005-11-14 Thread Barry Pederson
Barry Pederson wrote: I've got failures that seem to be caused by the tests themselves, but with a bit of tweaking they pass. FreeBSD 6.0 Apache 2.0.55 port built WITH_THREADS=1 Python 2.4.2 DOH! nevermind - just realized I missed this part of Jim's very clear instructions: - T

Developer Guidelines (was Re: More efficient FieldStorage, StringField and Field classes)

2005-11-14 Thread Jim Gallacher
ormat. Luckily, Subversion makes this easy. To create a patch for changes made to src/util.c use svn diff:: svn diff src/util.c > jg-20051114.diff Choose a reasonable name for your patch. Files attached to a JIRA issue are sorted alphabetically and listed at the top of the JIRA page for that i

Re: mod_python 3.2.5b available for testing

2005-11-14 Thread Graham Dumpleton
I can't find the old mail about this, but Grisha suggested that this can occur in virtual hosting environments, eg, OpenVPS. Barry Pederson wrote .. > Barry Pederson wrote: > > I've got failures that seem to be caused by the tests themselves, but > > with a bit of tweaking they pass. > > > > Free

Re: mod_python 3.2.5b available for testing

2005-11-14 Thread Barry Pederson
Graham Dumpleton wrote: I can't find the old mail about this, but Grisha suggested that this can occur in virtual hosting environments, eg, OpenVPS. No, no virtual hosting, jails, or other obviously unusual stuff. >> > FreeBSD 6.0 >> > Apache 2.0.55 port built WITH_THREADS=1 >> > Python 2.4

Re: mod_python 3.2.5b available for testing

2005-11-14 Thread John McFarlane
Not sure if this is helpfull, but here goes... To run test.py I did the following: Overlay: http://thinkflat.com/files/public/?d=/ebuilds/mod_python user# sudo emerge -a mod_python user# tar zxvf mod_python-3.2.5b.tgz user# cd mod_python-3.2.5b user# ./configure --with-apxs=/usr/sbin/apxs2 user#