Re: mod_python 3.2.2b available for testing

2005-09-15 Thread Jim Gallacher

Gregory (Grisha) Trubetskoy wrote:


OK, I put the tgz and the .exe files on apache.org, let's let them get 
picked up by mirrors, then do the announcement some time tomorrow or 
saturday.


Grisha



I checked a couple of the Canadian mirrors as well as www.eu.apache.org 
and 3.2.2b is on all of them. If that is any indication I think we 
should be good for Friday.


Jim


Re: mod_python 3.2.2b available for testing

2005-09-15 Thread Gregory (Grisha) Trubetskoy


OK, I put the tgz and the .exe files on apache.org, let's let them get 
picked up by mirrors, then do the announcement some time tomorrow or 
saturday.


Grisha


Re: mod_python 3.2.2b available for testing

2005-09-15 Thread dharana

+1

Linux 2.6.10
apache 2.0.54
Python 2.4.1

Jim Gallacher wrote:
A new mod_python 3.2.2 beta tarball is now available for testing. 
Hopefully this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher

>
--
dharana



Re: mod_python 3.2.2b available for testing

2005-09-14 Thread Dominic Wong

+1

Linux 2.6.9-gentoo-r9
Apache/2.0.54
Python 2.3.5


Dominic Wong

Jim Gallacher wrote:

A new mod_python 3.2.2 beta tarball is now available for testing. 
Hopefully this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher




  

* Testing LoadModule
  Creating config
listen port: 33653
  Starting Apache
 /usr/sbin/apache2 -k start -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
  Stopping Apache...
 /usr/sbin/apache2 -k stop -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
.
* Testing server.register_cleanup()...
  Creating config
listen port: 33655
  Starting Apache
 /usr/sbin/apache2 -k start -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
  Stopping Apache...
 /usr/sbin/apache2 -k stop -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
.
* Testing apache.register_cleanup()...
  Creating config
listen port: 33657
  Starting Apache
 /usr/sbin/apache2 -k start -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
  Stopping Apache...
 /usr/sbin/apache2 -k stop -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
.
* Running the per-request test suite...
  Creating config
listen port: 33660
  Starting Apache
 /usr/sbin/apache2 -k start -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf

  * Testing req.document_root()
.
  * Testing req.add_handler()
.
  * Testing req.allow_methods()
.
  * Testing req.get_basic_auth_pw()
.
  * Testing req.requires()
.
  * Testing req.internal_redirect()
.
  * Testing req.read()
writing 10 bytes...
response size: 10

read/write ok, now lets try causing a timeout (should be 5 secs)
.
  * Testing req.readline()
writing 120004 bytes...
response size: 120004

.
  * Testing req.readlines()
writing 120004 bytes...
response size: 120004

.
  * Testing req.register_cleanup()
.
  * Testing req.headers_out
.
  * Testing req.sendfile()
.
  * Testing PythonOption
.
  * Testing PythonOption override
.
  * Testing PythonOption remove
.
  * Testing PythonOption remove2
.
  * Testing util_fieldstorage()
.
  * Testing PostReadRequestHandler
.
  * Testing TransHandler
.
  * Testing PythonOutputFilter
.
  * Testing PythonConnectionHandler
.
  * Testing PythonImport
.
  * Testing | .ext syntax
.
  * Testing mod_python.cgihandler
.
  * Testing mod_python.psp
.
  * Testing Cookie.Cookie
.
  * Testing Cookie.MarshalCookie
.
  * Testing Session.Session
.
  * Testing interpreter per directive
.
  * Testing interpreter per directory
.
  * Testing mod_python.publisher
.
  * Testing mod_python.publisher old-style instance publishing
.
  * Testing mod_python.publisher instance publishing
.
  * Testing mod_python.publisher security
.
  * Testing mod_python.publisher iterators
.
  * Testing mod_python.publisher hierarchy
.
--
Ran 36 tests in 8.575s

OK
  Stopping Apache...
 /usr/sbin/apache2 -k stop -f 
/usr/local/src/mod_python-3.2.2b/test/conf/test.conf
.
--
Ran 4 tests in 25.090s

OK


Re: mod_python 3.2.2b available for testing

2005-09-14 Thread Gregory (Grisha) Trubetskoy


We should give it a couple of days to make sure that no -1's appear. Once 
we have a good number of +1's and sufficient time has passed to be 
reasonably sure that no -1's are coming, the file will need to placed on 
www.apache.org, PGP-signed, given about 24 hours for mirrors to pick it 
up; then the download page needs to be regenerated (some XML files edited 
and CVS/SVN updated - I'll take care of it and/or give you the details 
when we get there). Then we send out an official announcements to all the 
usual places - announce@apache.org, [EMAIL PROTECTED] and 
comp.lang.python. I'll dig up the earlier announcements.


Grisha

On Wed, 14 Sep 2005, Jim Gallacher wrote:


Grisha,

I think you mentioned that we should announce this beta on the mod_python 
list as well. If so I thought we could wait until we get a +1 from a MacOS X 
user here on python-dev before proceeding.


Regards,
Jim

Jim Gallacher wrote:
A new mod_python 3.2.2 beta tarball is now available for testing. 
Hopefully this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher







Re: mod_python 3.2.2b available for testing

2005-09-14 Thread Ron Reisor

+1

MacOSX 10.4.2
apache-2.0.54
Python-2.4.1

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C


Re: mod_python 3.2.2b available for testing

2005-09-14 Thread Jim Gallacher
Nicolas has created a windows binary for testing which is also available 
at http://www.modpython.org/dist.


Regards,
Jim

Jim Gallacher wrote:
A new mod_python 3.2.2 beta tarball is now available for testing. 
Hopefully this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher







Re: mod_python 3.2.2b available for testing

2005-09-14 Thread Jim Gallacher

Grisha,

I think you mentioned that we should announce this beta on the 
mod_python list as well. If so I thought we could wait until we get a +1 
from a MacOS X user here on python-dev before proceeding.


Regards,
Jim

Jim Gallacher wrote:
A new mod_python 3.2.2 beta tarball is now available for testing. 
Hopefully this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher







Re: mod_python 3.2.2b available for testing

2005-09-14 Thread Jim Gallacher

+1
Linux Debian Sid
apache 2.0.54
python 2.3.5
gcc 4.0.2

Jim Gallacher wrote:
A new mod_python 3.2.2 beta tarball is now available for testing. 
Hopefully this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher







Re: mod_python 3.2.2b available for testing

2005-09-13 Thread Nicolas Lehuen
+1
Windows XP SP2
MSVC 7.1
Python 1.4.1
Apache 2.0.54
(there was a small problem in the version string in mpversion.h,
though, but nothing that cannot be easily corrected for the final
release).
2005/9/14, Jorey Bump <[EMAIL PROTECTED]>:
+1 (slightly patched for Apache 2.1.x)Slackware Linux 10.1gcc version 3.3.4Python 2.4.1Apache 2.1.6 AlphaJim Gallacher wrote:> A new mod_python 3.2.2 beta tarball is now available for testing.
> Hopefully this will be the last beta before the official 3.2 release.>> Here are the rules:>> In order for a file to be officially announced, it has to be tested by> developers on the dev list. Anyone subscribed to this list can (and
> should feel obligated to :-) ) test it, and provide feedback *to _this_>  list*! (Not the [EMAIL PROTECTED] list, and preferably not me> personally).
>> The files are (temporarily) available here:>> http://www.modpython.org/dist/>> Please download it, then do the usual>> $ ./configure --with-apxs=/wherever/it/is
> $ make> $ (su)> # make install>> Then (as non-root user!)>> $ cd test> $ python test.py>> And see if any tests fail. If they pass, send a +1 to the list, if they
> fail, send the details (the versions of OS, Python and Apache, the test> output, and suggestions, if any).>> Thank you,> Jim Gallacher>>>



Re: mod_python 3.2.2b available for testing

2005-09-13 Thread Jorey Bump

+1 (slightly patched for Apache 2.1.x)
Slackware Linux 10.1
gcc version 3.3.4
Python 2.4.1
Apache 2.1.6 Alpha

Jim Gallacher wrote:
A new mod_python 3.2.2 beta tarball is now available for testing. 
Hopefully this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher







Re: mod_python 3.2.2b available for testing

2005-09-13 Thread Gregory (Grisha) Trubetskoy


+1

FreeBSD 4.9-RC
apache 2.0.53
Python 2.3.3

Grisha

On Tue, 13 Sep 2005, Jim Gallacher wrote:

A new mod_python 3.2.2 beta tarball is now available for testing. Hopefully 
this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher





mod_python 3.2.2b available for testing

2005-09-13 Thread Jim Gallacher
A new mod_python 3.2.2 beta tarball is now available for testing. 
Hopefully this will be the last beta before the official 3.2 release.


Here are the rules:

In order for a file to be officially announced, it has to be tested by
developers on the dev list. Anyone subscribed to this list can (and
should feel obligated to :-) ) test it, and provide feedback *to _this_
 list*! (Not the [EMAIL PROTECTED] list, and preferably not me
personally).

The files are (temporarily) available here:

http://www.modpython.org/dist/

Please download it, then do the usual

$ ./configure --with-apxs=/wherever/it/is
$ make
$ (su)
# make install

Then (as non-root user!)

$ cd test
$ python test.py

And see if any tests fail. If they pass, send a +1 to the list, if they
fail, send the details (the versions of OS, Python and Apache, the test
output, and suggestions, if any).

Thank you,
Jim Gallacher